Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DBtHelper.java161 BluetoothA2dpDeviceInfo(@NonNull BluetoothDevice btDevice) { in BluetoothA2dpDeviceInfo()
165 BluetoothA2dpDeviceInfo(@NonNull BluetoothDevice btDevice, int volume, int codec) { in BluetoothA2dpDeviceInfo()
305 BluetoothDevice btDevice = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); in receiveBtEvent() local
530 final BluetoothDevice btDevice = deviceList.get(0); in onA2dpProfileConnected() local
541 final BluetoothDevice btDevice = deviceList.get(0); in onA2dpSinkProfileConnected() local
554 final BluetoothDevice btDevice = deviceList.get(0); in onHearingAidProfileConnected() local
609 private boolean handleBtScoActiveDeviceChange(BluetoothDevice btDevice, boolean isActive) { in handleBtScoActiveDeviceChange()
655 private void setBtScoActiveDevice(BluetoothDevice btDevice) { in setBtScoActiveDevice()
DAudioDeviceInventory.java278 final BluetoothDevice btDevice = btInfo.getBtDevice(); in onSetA2dpSinkConnectionState() local
341 final BluetoothDevice btDevice = btInfo.getBtDevice(); in onSetA2dpSourceConnectionState() local
374 /*package*/ void onSetHearingAidConnectionState(BluetoothDevice btDevice, in onSetHearingAidConnectionState()
416 final BluetoothDevice btDevice = btInfo.getBtDevice(); in onBluetoothA2dpActiveDeviceChange() local
DAudioDeviceBroker.java751 /*package*/ boolean hasScheduledA2dpSinkConnectionState(BluetoothDevice btDevice) { in hasScheduledA2dpSinkConnectionState()
950 final BluetoothDevice btDevice = (BluetoothDevice) msg.obj; in handleMessage() local
/frameworks/base/services/tests/servicestests/src/com/android/server/audio/
DAudioDeviceBrokerTest.java222 private void checkSingleSystemConnection(BluetoothDevice btDevice) throws Exception { in checkSingleSystemConnection()
/frameworks/base/services/core/java/com/android/server/media/
DBluetoothRouteProvider.java383 public BluetoothDevice btDevice; field in BluetoothRouteProvider.BluetoothRouteInfo
DMediaRouterService.java609 BluetoothDevice btDevice; in restoreBluetoothA2dp() local
898 BluetoothDevice btDevice = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); in onReceive() local