Home
last modified time | relevance | path

Searched refs:mIsLeOutput (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/
H A DBluetoothProfileConnectionInfo.java33 private final boolean mIsLeOutput; field in BluetoothProfileConnectionInfo
40 mIsLeOutput = isLeOutput; in BluetoothProfileConnectionInfo()
70 dest.writeBoolean(mIsLeOutput); in writeToParcel()
175 return mIsLeOutput; in isLeOutput()
/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioDeviceBroker.java829 final boolean mIsLeOutput; field in AudioDeviceBroker.BtDeviceInfo
841 mIsLeOutput = d.mInfo.isLeOutput(); in BtDeviceInfo()
857 mIsLeOutput = false; in BtDeviceInfo()
871 mIsLeOutput = false; in BtDeviceInfo()
880 mIsLeOutput = src.mIsLeOutput; in BtDeviceInfo()
909 + " isLeOutput=" + mIsLeOutput in toString()
1771 != BluetoothProfile.LE_AUDIO || btInfo.mIsLeOutput) in handleMessage()
H A DAudioDeviceInventory.java1630 && info.mIsLeOutput)