/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | IOProfile.h | 136 DeviceVector deviceList = in devicesSupportEncodedFormats() local 138 if (!deviceList.empty()) { in devicesSupportEncodedFormats() 139 return deviceList.itemAt(0)->hasCurrentEncodedFormat(); in devicesSupportEncodedFormats()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | SapProfile.java | 65 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local 66 while (!deviceList.isEmpty()) { in onServiceConnected() 67 BluetoothDevice nextDevice = deviceList.remove(0); in onServiceConnected()
|
D | PbapClientProfile.java | 63 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local 64 while (!deviceList.isEmpty()) { in onServiceConnected() 65 BluetoothDevice nextDevice = deviceList.remove(0); in onServiceConnected()
|
D | HidProfile.java | 58 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local 59 while (!deviceList.isEmpty()) { in onServiceConnected() 60 BluetoothDevice nextDevice = deviceList.remove(0); in onServiceConnected()
|
D | A2dpSinkProfile.java | 63 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local 64 while (!deviceList.isEmpty()) { in onServiceConnected() 65 BluetoothDevice nextDevice = deviceList.remove(0); in onServiceConnected()
|
D | MapProfile.java | 66 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local 67 while (!deviceList.isEmpty()) { in onServiceConnected() 68 BluetoothDevice nextDevice = deviceList.remove(0); in onServiceConnected()
|
D | MapClientProfile.java | 67 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local 68 while (!deviceList.isEmpty()) { in onServiceConnected() 69 BluetoothDevice nextDevice = deviceList.remove(0); in onServiceConnected()
|
D | HfpClientProfile.java | 67 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local 68 while (!deviceList.isEmpty()) { in onServiceConnected() 69 BluetoothDevice nextDevice = deviceList.remove(0); in onServiceConnected()
|
D | HeadsetProfile.java | 68 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local 69 while (!deviceList.isEmpty()) { in onServiceConnected() 70 BluetoothDevice nextDevice = deviceList.remove(0); in onServiceConnected()
|
D | HearingAidProfile.java | 61 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local 62 while (!deviceList.isEmpty()) { in onServiceConnected() 63 BluetoothDevice nextDevice = deviceList.remove(0); in onServiceConnected()
|
D | HidDeviceProfile.java | 65 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local 66 for (BluetoothDevice nextDevice : deviceList) { in onServiceConnected()
|
D | A2dpProfile.java | 69 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local 70 while (!deviceList.isEmpty()) { in onServiceConnected() 71 BluetoothDevice nextDevice = deviceList.remove(0); in onServiceConnected()
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | BtHelper.java | 446 final List<BluetoothDevice> deviceList = mA2dp.getConnectedDevices(); in onA2dpProfileConnected() local 447 if (deviceList.isEmpty()) { in onA2dpProfileConnected() 450 final BluetoothDevice btDevice = deviceList.get(0); in onA2dpProfileConnected() 457 final List<BluetoothDevice> deviceList = profile.getConnectedDevices(); in onA2dpSinkProfileConnected() local 458 if (deviceList.isEmpty()) { in onA2dpSinkProfileConnected() 461 final BluetoothDevice btDevice = deviceList.get(0); in onA2dpSinkProfileConnected() 470 final List<BluetoothDevice> deviceList = mHearingAid.getConnectedDevices(); in onHearingAidProfileConnected() local 471 if (deviceList.isEmpty()) { in onHearingAidProfileConnected() 474 final BluetoothDevice btDevice = deviceList.get(0); in onHearingAidProfileConnected()
|
/frameworks/base/wifi/java/android/net/wifi/p2p/ |
D | WifiP2pDeviceList.java | 205 WifiP2pDeviceList deviceList = new WifiP2pDeviceList(); 209 deviceList.update((WifiP2pDevice)in.readParcelable(null)); 211 return deviceList;
|
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/ |
D | ScoAudioTest.java | 660 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices(); 661 if (deviceList.size() > 0) { 662 mBluetoothHeadsetDevice = deviceList.get(0);
|
/frameworks/base/media/java/android/media/ |
D | AudioManager.java | 4974 AudioDeviceInfo[] deviceList = new AudioDeviceInfo[numRecs]; in infoListFromPortList() local 4978 deviceList[slot++] = new AudioDeviceInfo(port); in infoListFromPortList() 4982 return deviceList; in infoListFromPortList() 5222 AudioDeviceInfo[] deviceList = in broadcastDeviceListChange_sync() local 5225 Message.obtain(handler, MSG_DEVICES_CALLBACK_REGISTERED, deviceList)); in broadcastDeviceListChange_sync()
|
/frameworks/av/services/audiopolicy/managerdefault/ |
D | AudioPolicyManager.cpp | 429 DeviceVector deviceList = mAvailableOutputDevices.getDevicesFromType(device); in handleDeviceConfigChange() local 430 if (deviceList.empty()) { in handleDeviceConfigChange() 434 sp<DeviceDescriptor> devDesc = deviceList.itemAt(0); in handleDeviceConfigChange()
|