Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/p2p/
DWifiP2pDeviceList.java203 WifiP2pDeviceList deviceList = new WifiP2pDeviceList();
207 deviceList.update((WifiP2pDevice)in.readParcelable(null));
209 return deviceList;
/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/av/services/audiopolicy/
DAudioPolicyManager.cpp469 DeviceVector deviceList = in getDeviceDescriptor() local
471 if (!deviceList.isEmpty()) { in getDeviceDescriptor()
472 return deviceList.itemAt(0); in getDeviceDescriptor()
474 deviceList = mHwModules[i]->mDeclaredDevices.getDevicesFromType(device); in getDeviceDescriptor()
475 if (!deviceList.isEmpty()) { in getDeviceDescriptor()
476 return deviceList.itemAt(0); in getDeviceDescriptor()
493 DeviceVector deviceList; in updateCallRouting() local
522 deviceList = mAvailableOutputDevices.getDevicesFromType(rxDevice); in updateCallRouting()
523 ALOG_ASSERT(!deviceList.isEmpty(), in updateCallRouting()
525 sp<DeviceDescriptor> rxSinkDeviceDesc = deviceList.itemAt(0); in updateCallRouting()
[all …]
/frameworks/base/docs/html/distribute/tools/promote/
Ddevice-art.jd411 var deviceList = '.device-list.primary';
420 deviceList = '.device-list.archived';
422 deviceList = '.device-list.hidden';
440 .appendTo(deviceList)
/frameworks/base/docs/html/guide/topics/connectivity/usb/
Dhost.jd267 HashMap&lt;String, UsbDevice&gt; deviceList = manager.getDeviceList();
268 UsbDevice device = deviceList.get("deviceName");
276 HashMap&lt;String, UsbDevice&gt; deviceList = manager.getDeviceList();
277 Iterator&lt;UsbDevice&gt; deviceIterator = deviceList.values().iterator();
/frameworks/base/media/java/android/media/
DAudioService.java2877 List<BluetoothDevice> deviceList;
2882 deviceList = mA2dp.getConnectedDevices();
2883 if (deviceList.size() > 0) {
2884 btDevice = deviceList.get(0);
2902 deviceList = proxy.getConnectedDevices();
2903 if (deviceList.size() > 0) {
2904 btDevice = deviceList.get(0);
2922 deviceList = mBluetoothHeadset.getConnectedDevices();
2923 if (deviceList.size() > 0) {
2924 mBluetoothHeadsetDevice = deviceList.get(0);
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java1866 List<BluetoothDevice> deviceList = mBtHeadset.getConnectedDevices(); in getCurrentBluetoothPingCount() local
1867 if (deviceList.size() > 0) { in getCurrentBluetoothPingCount()
1868 return mBtHeadset.getBatteryUsageHint(deviceList.get(0)); in getCurrentBluetoothPingCount()