Home
last modified time | relevance | path

Searched defs:devices (Results 1 – 25 of 72) sorted by relevance

123

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DCachedBluetoothDeviceManagerTest.java144 Collection<CachedBluetoothDevice> devices = mCachedDeviceManager.getCachedDevicesCopy(); in testAddDevice_validCachedDevices_devicesAdded() local
194 Collection<CachedBluetoothDevice> devices = mCachedDeviceManager.getCachedDevicesCopy(); in testClearNonBondedDevices_bondedAndNonBondedDevices_nonBondedDevicesCleared() local
262 Collection<CachedBluetoothDevice> devices = mCachedDeviceManager.getCachedDevicesCopy(); in testOnHiSyncIdChanged_sameHiSyncId_populateInDifferentLists() local
333 Collection<CachedBluetoothDevice> devices = mCachedDeviceManager.getCachedDevicesCopy(); in testOnHiSyncIdChanged_differentHiSyncId_populateInSameList() local
506 Collection<CachedBluetoothDevice> devices = mCachedDeviceManager.getCachedDevicesCopy(); in testOnDeviceUnpaired_bothHearingAidsPaired_removesItsPairFromList() local
543 Collection<CachedBluetoothDevice> devices = mCachedDeviceManager.getCachedDevicesCopy(); in testOnDeviceUnpaired_bothHearingAidsNotPaired_doesNotRemoveAnyDeviceFromList() local
/frameworks/base/tests/UsbHostExternalManagmentTest/UsbHostExternalManagmentTestApp/src/com/android/hardware/usb/externalmanagementtest/
DUsbUtil.java33 HashMap<String, UsbDevice> devices = usbManager.getDeviceList(); in findAllPossibleAndroidDevices() local
79 HashMap<String, UsbDevice> devices = usbManager.getDeviceList(); in isDeviceConnected() local
DUsbHostManagementActivity.java84 LinkedList<UsbDevice> devices = UsbUtil.findAllPossibleAndroidDevices(usbManager); in onCreate() local
169 HashMap<String, UsbDevice> devices = usbManager.getDeviceList(); in dumpUsbDevices() local
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DDeviceDescriptor.cpp80 void DeviceVector::add(const DeviceVector &devices) in add()
126 audio_devices_t devices = AUDIO_DEVICE_NONE; in getDevicesFromHwModule() local
165 DeviceVector devices; in getDevicesFromType() local
184 DeviceVector devices; in getDevicesFromTypeAddr() local
DConfigParsingUtils.cpp101 status_t ConfigParsingUtils::loadHwModuleDevice(cnode *root, DeviceVector &devices) in loadHwModuleDevice()
177 DeviceVector devices; in loadHwModuleProfile() local
228 DeviceVector devices; in loadHwModule() local
288 void ConfigParsingUtils::loadDevicesFromTag(const char *tag, DeviceVector &devices, in loadDevicesFromTag()
/frameworks/av/services/audiopolicy/engineconfigurable/src/
DStrategy.cpp47 status_t Element<routing_strategy>::set<audio_devices_t>(audio_devices_t devices) in set()
DInputSource.cpp47 status_t Element<audio_source_t>::set(audio_devices_t devices) in set()
DEngine.h118 virtual bool setDeviceForStrategy(const routing_strategy &strategy, audio_devices_t devices) in setDeviceForStrategy()
/frameworks/av/media/libaudiohal/2.0/
DDeviceHalLocal.cpp37 status_t DeviceHalLocal::getSupportedDevices(uint32_t *devices) { in getSupportedDevices()
106 audio_devices_t devices, in openOutputStream()
128 audio_devices_t devices, in openInputStream()
/frameworks/av/media/libaudiohal/4.0/
DDeviceHalLocal.cpp38 status_t DeviceHalLocal::getSupportedDevices(uint32_t *devices) { in getSupportedDevices()
107 audio_devices_t devices, in openOutputStream()
129 audio_devices_t devices, in openInputStream()
/frameworks/av/services/audioflinger/
DAudioHwDevice.cpp37 audio_devices_t devices, in openOutputStream()
DSpdifStreamOut.cpp48 audio_devices_t devices, in open()
DAudioStreamOut.cpp120 audio_devices_t devices, in open()
/frameworks/ml/nn/runtime/
DCompilationBuilder.cpp40 int CompilationBuilder::finish(const std::vector<std::shared_ptr<Device>>& devices) { in finish()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DCastTile.java152 final Set<CastDevice> devices = mController.getCastDevices(); in handleUpdateState() local
264 private void updateItems(Set<CastDevice> devices) { in updateItems()
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothInstrumentation.java108 Set<BluetoothDevice> devices = getBluetoothAdapter().getBondedDevices(); in getBondedDevices() local
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
DTestUtil.java88 final HashMap<String,UsbDevice> devices = usbManager.getDeviceList(); in findMtpDevice() local
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DRootScanner.java136 final MtpDeviceRecord[] devices = mManager.getDevices(); in run() local
/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp334 int partitionTheWork(const std::vector<std::shared_ptr<Device>>& devices, in partitionTheWork()
384 Result finish(const std::vector<std::shared_ptr<Device>>& devices) { in finish()
450 std::vector<std::shared_ptr<Device>> devices; in makeDevices() local
866 const auto devices = makeDevices( in TEST_F() local
990 const auto devices = makeDevices({ in TEST_F() local
1037 const auto devices = makeDevices( in TEST_F() local
1139 const auto devices = makeDevices( in TEST_F() local
/frameworks/base/core/java/android/bluetooth/
DBluetoothManager.java172 List<BluetoothDevice> devices = new ArrayList<BluetoothDevice>(); in getDevicesMatchingConnectionStates() local
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DIOProfile.h114 void setSupportedDevices(const DeviceVector &devices) in setSupportedDevices()
/frameworks/base/wifi/java/android/net/wifi/p2p/
DWifiP2pDeviceList.java52 public WifiP2pDeviceList(ArrayList<WifiP2pDevice> devices) { in WifiP2pDeviceList()
/frameworks/base/media/java/android/media/
DAudioRecordingConfiguration.java207 final AudioDeviceInfo[] devices = in getAudioDevice() local
/frameworks/av/services/audiopolicy/enginedefault/src/
DEngine.cpp477 audio_devices_t devices = desc->device() & in getDeviceForStrategyInt() local
/frameworks/base/tools/preload2/src/com/android/preload/
DMain.java275 IDevice devices[] = DeviceUtils.findDevices(DEFAULT_TIMEOUT_MILLIS); in initDevice() local

123