HomeSort by relevance Sort by last modified time
    Searched refs:sinks (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/server/
BluetoothA2dpService.java 115 BluetoothDevice sinks[] = getConnectedSinks();
116 if (sinks.length != 0 && isPhoneDocked(sinks[0])) {
117 String address = sinks[0].getAddress();
308 // ignore if there are any active sinks
420 Set<BluetoothDevice> sinks = lookupSinksMatchingStates( local
422 return sinks.toArray(new BluetoothDevice[sinks.size()]);
427 Set<BluetoothDevice> sinks = lookupSinksMatchingStates( local
432 return sinks.toArray(new BluetoothDevice[sinks.size()])
546 Set<BluetoothDevice> sinks = new HashSet<BluetoothDevice>(); local
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothManager.java 187 Set<BluetoothDevice> sinks = mBluetoothA2dp.getConnectedSinks(); local
188 if (sinks != null) {
189 for (BluetoothDevice sink : sinks) {
LocalBluetoothProfileManager.java 225 Set<BluetoothDevice> sinks = mService.getNonDisconnectedSinks(); local
226 if (sinks != null) {
227 for (BluetoothDevice sink : sinks) {
  /external/bluetooth/bluez/audio/
a2dp.c 100 GSList *sinks; member in struct:a2dp_server
1080 l = &server->sinks;
1265 g_slist_foreach(server->sinks, (GFunc) a2dp_unregister_sep, NULL);
1266 g_slist_free(server->sinks);
1309 l = server->sinks;
1393 l = server->sinks;
    [all...]
  /frameworks/base/services/java/com/android/server/
WifiService.java     [all...]

Completed in 247 milliseconds