HomeSort by relevance Sort by last modified time
    Searched refs:getDevicesMatchingConnectionStates (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /system/bt/binder/android/bluetooth/
IBluetoothPbap.aidl 28 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
IBluetoothPan.aidl 33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
IBluetoothPbapClient.aidl 30 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
IBluetoothA2dpSink.aidl 31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
IBluetoothAvrcpController.aidl 31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
IBluetoothHearingAid.aidl 31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
IBluetoothMap.aidl 33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
IBluetoothSap.aidl 33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
IBluetoothHidDevice.aidl 37 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
IBluetoothHidHost.aidl 31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
IBluetoothMapClient.aidl 33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
IBluetoothA2dp.aidl 33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
IBluetoothHeadset.aidl 33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
IBluetoothHeadsetClient.aidl 33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
  /frameworks/base/core/java/android/bluetooth/
BluetoothManager.java 137 connectedDevices = iGatt.getDevicesMatchingConnectionStates(
165 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int profile, int[] states) {
166 if (DBG) Log.d(TAG, "getDevicesMatchingConnectionStates");
178 devices = iGatt.getDevicesMatchingConnectionStates(states);
BluetoothProfile.java 244 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states);
BluetoothAvrcpController.java 199 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
204 return service.getDevicesMatchingConnectionStates(states);
BluetoothPan.java 317 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
322 return service.getDevicesMatchingConnectionStates(states);
BluetoothPbap.java 252 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
253 log("getDevicesMatchingConnectionStates: states=" + Arrays.toString(states));
260 return service.getDevicesMatchingConnectionStates(states);
BluetoothPbapClient.java 249 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
256 return service.getDevicesMatchingConnectionStates(states);
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkService.java 140 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
142 return mStateMachine.getDevicesMatchingConnectionStates(states);
286 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
291 return service.getDevicesMatchingConnectionStates(states);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
PbapClientService.java 206 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
211 return service.getDevicesMatchingConnectionStates(states);
307 return getDevicesMatchingConnectionStates(desiredStates);
310 private List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothMapFacade.java 123 return sMapProfile.getDevicesMatchingConnectionStates(
BluetoothA2dpFacade.java 184 return sA2dpProfile.getDevicesMatchingConnectionStates(
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 145 getDevicesMatchingConnectionStates(desiredStates);
309 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
314 return service.getDevicesMatchingConnectionStates(states);
422 getDevicesMatchingConnectionStates(new int[]{BluetoothProfile.STATE_CONNECTED});
426 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {

Completed in 243 milliseconds

1 2 3 4