Home
last modified time | relevance | path

Searched defs:btDevice (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/audio/
DBtHelper.java121 BluetoothA2dpDeviceInfo(@NonNull BluetoothDevice btDevice) { in BluetoothA2dpDeviceInfo()
125 BluetoothA2dpDeviceInfo(@NonNull BluetoothDevice btDevice, int volume, int codec) { in BluetoothA2dpDeviceInfo()
247 BluetoothDevice btDevice = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); in receiveBtEvent() local
443 final BluetoothDevice btDevice = deviceList.get(0); in onA2dpProfileConnected() local
454 final BluetoothDevice btDevice = deviceList.get(0); in onA2dpSinkProfileConnected() local
467 final BluetoothDevice btDevice = deviceList.get(0); in onHearingAidProfileConnected() local
522 private boolean handleBtScoActiveDeviceChange(BluetoothDevice btDevice, boolean isActive) { in handleBtScoActiveDeviceChange()
568 private void setBtScoActiveDevice(BluetoothDevice btDevice) { in setBtScoActiveDevice()
DAudioDeviceInventory.java152 final BluetoothDevice btDevice = btInfo.getBtDevice(); in onSetA2dpSinkConnectionState() local
215 final BluetoothDevice btDevice = btInfo.getBtDevice(); in onSetA2dpSourceConnectionState() local
239 /*package*/ void onSetHearingAidConnectionState(BluetoothDevice btDevice, in onSetHearingAidConnectionState()
266 final BluetoothDevice btDevice = btInfo.getBtDevice(); in onBluetoothA2dpActiveDeviceChange() local
DAudioDeviceBroker.java573 /*package*/ boolean hasScheduledA2dpSinkConnectionState(BluetoothDevice btDevice) { in hasScheduledA2dpSinkConnectionState()
735 final BluetoothDevice btDevice = (BluetoothDevice) msg.obj; in handleMessage() local
/frameworks/base/services/core/java/com/android/server/media/
DMediaRouterService.java431 BluetoothDevice btDevice; in restoreBluetoothA2dp() local
718 BluetoothDevice btDevice = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); in onReceive() local