Home
last modified time | relevance | path

Searched defs:setActiveDevice (Results 1 – 10 of 10) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DBluetoothHeadsetProxy.java68 public boolean setActiveDevice(BluetoothDevice device) { in setActiveDevice() method in BluetoothHeadsetProxy
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpNativeInterface.java125 public boolean setActiveDevice(BluetoothDevice device) { in setActiveDevice() method in A2dpNativeInterface
DA2dpService.java518 public boolean setActiveDevice(BluetoothDevice device) { in setActiveDevice() method in A2dpService
1203 public boolean setActiveDevice(BluetoothDevice device) { in setActiveDevice() method in A2dpService.BluetoothA2dpBinder
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
DHearingAidService.java488 public boolean setActiveDevice(BluetoothDevice device) { in setActiveDevice() method in HearingAidService
867 public boolean setActiveDevice(BluetoothDevice device) { in setActiveDevice() method in HearingAidService.BluetoothHearingAidBinder
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpNativeInterface.java190 void setActiveDevice(String bdaddr) { in setActiveDevice() method in AvrcpNativeInterface
DAvrcpTargetService.java346 void setActiveDevice(BluetoothDevice device) { in setActiveDevice() method in AvrcpTargetService
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothRouteTransitionTests.java144 public BluetoothRouteTestParametersBuilder setActiveDevice(BluetoothDevice device) { in setActiveDevice() method in BluetoothRouteTransitionTests.BluetoothRouteTestParametersBuilder
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetService.java635 public boolean setActiveDevice(BluetoothDevice device) { in setActiveDevice() method in HeadsetService.BluetoothHeadsetBinder
1047 public boolean setActiveDevice(BluetoothDevice device) { in setActiveDevice() method in HeadsetService
DHeadsetNativeInterface.java455 public boolean setActiveDevice(BluetoothDevice device) { in setActiveDevice() method in HeadsetNativeInterface
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_avrcp_target.cpp738 static void setActiveDevice(const RawAddress& address) { in setActiveDevice() function