Home
last modified time | relevance | path

Searched refs:numberOfExternalOutputs (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlService.java1017 void handleDeviceAvailable(BluetoothDevice device, int numberOfExternalOutputs) { in handleDeviceAvailable() argument
1018 if (numberOfExternalOutputs == 0) { in handleDeviceAvailable()
1027 } else if (offsets.size() != numberOfExternalOutputs) { in handleDeviceAvailable()
1034 for (int i = 1; i <= numberOfExternalOutputs; i++) { in handleDeviceAvailable()