Home
last modified time | relevance | path

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

12345

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
DCastTileTest.java143 List<CastDevice> devices = new ArrayList<>(); in testStateActive_wifiEnabledAndCasting() local
162 List<CastDevice> devices = new ArrayList<>(); in testHandleClick_castDevicePresent() local
178 List<CastDevice> devices = new ArrayList<>(); in testHandleClick_projectionOnly() local
195 List<CastDevice> devices = new ArrayList<>(); in testUpdateState_projectionOnly() local
216 List<CastDevice> devices = new ArrayList<>(); in testUpdateState_castingAndProjection() local
240 List<CastDevice> devices = new ArrayList<>(); in testUpdateState_connectedAndConnecting() local
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioIODescriptorInterface.h43 IoDescriptor& desc, Filter filter, bool& active, const DeviceVector& devices) in findPreferredDevice()
70 IoCollection& ioCollection, Filter filter, const DeviceVector& devices) in findPreferredDevice()
DDeviceDescriptor.h201 ssize_t merge(const DeviceVector &devices) in merge()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DCachedBluetoothDeviceManagerTest.java126 Collection<CachedBluetoothDevice> devices = mCachedDeviceManager.getCachedDevicesCopy(); in addDevice_validCachedDevices_devicesAdded() local
170 Collection<CachedBluetoothDevice> devices = mCachedDeviceManager.getCachedDevicesCopy(); in addDevice_sameHiSyncId_validCachedDevices_mainDevicesAdded_subDevicesNotAdded() local
185 Collection<CachedBluetoothDevice> devices = mCachedDeviceManager.getCachedDevicesCopy(); in addDevice_differentHiSyncId_validCachedDevices_bothAdded() local
204 final Collection<CachedBluetoothDevice> devices = in addDevice_addDuplicatedDevice_duplicateDeviceShouldNotAdded() local
261 Collection<CachedBluetoothDevice> devices = mCachedDeviceManager.getCachedDevicesCopy(); in clearNonBondedDevices_bondedAndNonBondedDevices_nonBondedDevicesCleared() local
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/
DLocalMediaManagerTest.java291 final List<MediaDevice> devices = new ArrayList<>(); in onDeviceListAdded_addDevicesList() local
310 final List<MediaDevice> devices = new ArrayList<>(); in onDeviceListAdded_addDeviceList() local
383 final List<MediaDevice> devices = new ArrayList<>(); in onDeviceListRemoved_removeAll() local
404 final List<MediaDevice> devices = new ArrayList<>(); in onDeviceListRemoved_phoneDeviceNotLastDeviceAfterRemoveDeviceList_removeList() local
555 final List<MediaDevice> devices = new ArrayList<>(); in onDeviceListAdded_haveDisconnectedDevice_addDisconnectedDevice() local
601 final List<MediaDevice> devices = new ArrayList<>(); in onDeviceListAdded_transferToDisconnectedBluetooth_verifyConnectDevice() local
638 final List<MediaDevice> devices = new ArrayList<>(); in onDeviceListAdded_haveDisconnectedDevice_list5DisconnectedDevice() local
700 final List<MediaDevice> devices = new ArrayList<>(); in onDeviceListAdded_bluetoothAdapterIsNull_noDisconnectedDeviceAdded() local
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
DMediaManager.java95 protected void dispatchDeviceListRemoved(List<MediaDevice> devices) { in dispatchDeviceListRemoved()
139 void onDeviceListAdded(List<MediaDevice> devices); in onDeviceListAdded()
153 void onDeviceListRemoved(List<MediaDevice> devices); in onDeviceListRemoved()
DLocalMediaManager.java241 public MediaDevice getMediaDeviceById(List<MediaDevice> devices, String id) { in getMediaDeviceById()
463 public void onDeviceListAdded(List<MediaDevice> devices) { in onDeviceListAdded()
560 public void onDeviceListRemoved(List<MediaDevice> devices) { in onDeviceListRemoved()
619 default void onDeviceListUpdate(List<MediaDevice> devices) {}; in onDeviceListUpdate()
/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/audioflinger/
DTrackMetrics.h57 void logBeginInterval(const std::string& devices) { in logBeginInterval()
143 void deliverDeviceMetrics(const char *eventName, const char *devices) const { in deliverDeviceMetrics()
DSpdifStreamOut.cpp48 audio_devices_t devices, in open()
DThreadMetrics.h137 void deliverDeviceMetrics(const char *eventName, const char *devices) const { in deliverDeviceMetrics()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DDeviceDescriptor.cpp226 void DeviceVector::add(const DeviceVector &devices) in add()
270 void DeviceVector::remove(const DeviceVector &devices) in remove()
279 DeviceVector devices; in getDevicesFromHwModule() local
326 DeviceVector devices; in getDevicesFromTypes() local
353 DeviceVector devices; in getFirstDevicesFromTypes() local
DIOProfile.cpp27 bool IOProfile::isCompatibleProfile(const DeviceVector &devices, in isCompatibleProfile()
/frameworks/av/services/audiopolicy/engineconfigurable/src/
DInputSource.cpp47 status_t Element<audio_source_t>::set(audio_devices_t devices) in set()
/frameworks/ml/nn/runtime/test/
DTestFree.cpp58 std::vector<ANeuralNetworksDevice*> devices; in createDeviceList() local
101 const auto devices = createDeviceList(); in TEST() local
DTestPartitioning.cpp786 int partitionTheWork(const std::vector<std::shared_ptr<Device>>& devices, in partitionTheWork()
872 const std::vector<std::shared_ptr<Device>>& devices) { in PartitioningCompilation()
1038 std::vector<std::shared_ptr<Device>> devices; in makeDevices() local
1655 const auto devices = makeDevices({{"V1_0", 0.6, HalVersion::V1_0, ~0U}, in TEST_F() local
1676 const auto devices = makeDevices({{"1", 0.5, 1 << kDevOp}}); in TEST_F() local
1789 const auto devices = makeDevices({{"hw", 0.5, (1 << 0)}}); in TEST_F() local
1843 const auto devices = makeDevices({{"0", 0.5, 1 << 0}, {"1", 0.5, 1 << 1}}); in TEST_F() local
1926 const auto devices = makeDevices({// Best choice for non-relaxed model. in TEST_F() local
1991 const auto devices = in TEST_F() local
2010 const auto devices = in TEST_F() local
[all …]
/frameworks/av/media/libaudiofoundation/
DDeviceDescriptorBase.cpp179 std::string toString(const DeviceDescriptorBaseVector& devices) in toString()
191 AudioDeviceTypeAddrVector deviceTypeAddrsFromDescriptors(const DeviceDescriptorBaseVector& devices) in deviceTypeAddrsFromDescriptors()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/deviceidle/
DBluetoothConstraintTest.java142 private void enableBluetooth(boolean enabled, BluetoothDevice... devices) { in enableBluetooth()
/frameworks/av/services/audiopolicy/engine/common/include/
DProductStrategy.h82 void setDeviceTypes(const DeviceTypeSet& devices) in setDeviceTypes()
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothInstrumentation.java108 Set<BluetoothDevice> devices = getBluetoothAdapter().getBondedDevices(); in getBondedDevices() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DCastTile.java189 final List<CastDevice> devices = mController.getCastDevices(); in handleUpdateState() local
333 private void updateItems(List<CastDevice> devices) { in updateItems()
/frameworks/av/services/audiopolicy/enginedefault/src/
DEngine.cpp150 DeviceVector devices; in getDevicesForStrategyInt() local
622 auto devices = getDevicesForProductStrategy(strategy->getId()); in updateDeviceSelectionCache() local
/frameworks/av/services/mediametrics/
DStringUtils.cpp55 std::vector<std::pair<std::string, std::string>> getDeviceAddressPairs(const std::string& devices) in getDeviceAddressPairs()
/frameworks/ml/nn/runtime/
DCompilationBuilder.cpp42 const std::vector<std::shared_ptr<Device>>& devices, in CompilationBuilder()

12345