Home
last modified time | relevance | path

Searched refs:deviceList (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DMapClientProfile.java65 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local
66 while (!deviceList.isEmpty()) { in onServiceConnected()
67 BluetoothDevice nextDevice = deviceList.remove(0); in onServiceConnected()
DPbapClientProfile.java63 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local
64 while (!deviceList.isEmpty()) { in onServiceConnected()
65 BluetoothDevice nextDevice = deviceList.remove(0); in onServiceConnected()
DSapProfile.java65 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local
66 while (!deviceList.isEmpty()) { in onServiceConnected()
67 BluetoothDevice nextDevice = deviceList.remove(0); in onServiceConnected()
DHfpClientProfile.java67 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local
68 while (!deviceList.isEmpty()) { in onServiceConnected()
69 BluetoothDevice nextDevice = deviceList.remove(0); in onServiceConnected()
DA2dpSinkProfile.java63 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local
64 while (!deviceList.isEmpty()) { in onServiceConnected()
65 BluetoothDevice nextDevice = deviceList.remove(0); in onServiceConnected()
DHidProfile.java60 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local
61 while (!deviceList.isEmpty()) { in onServiceConnected()
62 BluetoothDevice nextDevice = deviceList.remove(0); in onServiceConnected()
DCsipSetCoordinatorProfile.java69 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local
70 while (!deviceList.isEmpty()) { in onServiceConnected()
71 BluetoothDevice nextDevice = deviceList.remove(0); in onServiceConnected()
DMapProfile.java66 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local
67 while (!deviceList.isEmpty()) { in onServiceConnected()
68 BluetoothDevice nextDevice = deviceList.remove(0); in onServiceConnected()
DHeadsetProfile.java68 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local
69 while (!deviceList.isEmpty()) { in onServiceConnected()
70 BluetoothDevice nextDevice = deviceList.remove(0); in onServiceConnected()
DVolumeControlProfile.java67 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local
68 while (!deviceList.isEmpty()) { in onServiceConnected()
69 BluetoothDevice nextDevice = deviceList.remove(0); in onServiceConnected()
DHearingAidProfile.java96 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local
97 while (!deviceList.isEmpty()) { in onServiceConnected()
98 BluetoothDevice nextDevice = deviceList.remove(0); in onServiceConnected()
DHidDeviceProfile.java65 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local
66 for (BluetoothDevice nextDevice : deviceList) { in onServiceConnected()
DLeAudioProfile.java71 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local
72 while (!deviceList.isEmpty()) { in onServiceConnected()
73 BluetoothDevice nextDevice = deviceList.remove(0); in onServiceConnected()
DA2dpProfile.java72 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local
73 while (!deviceList.isEmpty()) { in onServiceConnected()
74 BluetoothDevice nextDevice = deviceList.remove(0); in onServiceConnected()
DLocalBluetoothLeBroadcastAssistant.java80 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
81 while (!deviceList.isEmpty()) {
82 BluetoothDevice nextDevice = deviceList.remove(0);
DHapClientProfile.java88 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local
89 while (!deviceList.isEmpty()) { in onServiceConnected()
90 BluetoothDevice nextDevice = deviceList.remove(0); in onServiceConnected()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
DInfoMediaManager.java509 final List<MediaDevice> deviceList = new ArrayList<>(); in getSelectableMediaDevices() local
511 deviceList.add( in getSelectableMediaDevices()
515 return deviceList; in getSelectableMediaDevices()
526 final List<MediaDevice> deviceList = new ArrayList<>(); in getDeselectableMediaDevices() local
528 deviceList.add( in getDeselectableMediaDevices()
533 return deviceList; in getDeselectableMediaDevices()
544 final List<MediaDevice> deviceList = new ArrayList<>(); in getSelectedMediaDevices() local
546 deviceList.add( in getSelectedMediaDevices()
550 return deviceList; in getSelectedMediaDevices()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DIOProfile.cpp154 DeviceVector deviceList = mSupportedDevices.getDevicesFromType(device->type()); in containsSingleDeviceSupportingEncodedFormats() local
155 return std::count_if(deviceList.begin(), deviceList.end(), in containsSingleDeviceSupportingEncodedFormats()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DIOProfile.h176 DeviceVector deviceList = in devicesSupportEncodedFormats() local
178 for (const auto& device : deviceList) { in devicesSupportEncodedFormats()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputMetricLogger.java220 private void updateLoggingDeviceCount(List<MediaDevice> deviceList) { in updateLoggingDeviceCount() argument
224 for (MediaDevice mediaDevice : deviceList) { in updateLoggingDeviceCount()
DMediaOutputBaseAdapter.java113 boolean isDeviceIncluded(List<MediaDevice> deviceList, MediaDevice targetDevice) { in isDeviceIncluded() argument
114 for (MediaDevice device : deviceList) { in isDeviceIncluded()
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
DScoAudioTest.java660 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices();
661 if (deviceList.size() > 0) {
662 mBluetoothHeadsetDevice = deviceList.get(0);
/frameworks/base/media/java/android/media/
DRingtone.java169 AudioDeviceInfo[] deviceList = audioManager.getDevices(AudioManager.GET_DEVICES_OUTPUTS); in getBuiltinDevice() local
170 for (AudioDeviceInfo device : deviceList) { in getBuiltinDevice()
DAudioSystem.java2540 @NonNull List<AudioDeviceAttributes> deviceList) { in generateAudioDeviceTypesSet()
2542 for (AudioDeviceAttributes device : deviceList) { in generateAudioDeviceTypesSet()
DAudioManager.java7959 AudioDeviceInfo[] deviceList = new AudioDeviceInfo[numRecs]; in infoListFromPortList() local
7963 deviceList[slot++] = new AudioDeviceInfo(port); in infoListFromPortList()
7967 return deviceList; in infoListFromPortList()
8283 AudioDeviceInfo[] deviceList = in broadcastDeviceListChange_sync() local
8286 Message.obtain(handler, MSG_DEVICES_CALLBACK_REGISTERED, deviceList)); in broadcastDeviceListChange_sync()

12