Home
last modified time | relevance | path

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

123

/packages/apps/Settings/tests/robotests/src/com/android/settings/media/
DMediaDeviceUpdateWorkerTest.java140 final List<MediaDevice> devices = in onDeviceListUpdate_sameDeviceList_shouldBeEqual() local
159 final List<MediaDevice> devices = in onDeviceListUpdate_add1DeviceToDeviceList_shouldBeEqual() local
173 final List<MediaDevice> devices = in onDeviceListUpdate_less1DeviceToDeviceList_shouldBeEqual() local
/packages/services/Telecomm/src/com/android/server/telecom/
DWiredHeadsetManager.java53 public void onAudioDevicesRemoved(AudioDeviceInfo[] devices) { in onAudioDevicesRemoved()
105 AudioDeviceInfo[] devices = mAudioManager.getDevices(AudioManager.GET_DEVICES_ALL); in isWiredHeadsetPluggedIn() local
/packages/apps/DocumentsUI/src/com/android/documentsui/
DShortcutsUpdater.java56 List<ShortcutInfo> devices = getDeviceShortcuts(roots); in update() local
81 List<ShortcutInfo> devices = new ArrayList<>(); in getDeviceShortcuts() local
/packages/services/Car/car-usb-handler/src/android/car/usb/handler/
DUsbUtil.java36 HashMap<String, UsbDevice> devices = usbManager.getDeviceList(); in findAllPossibleAndroidDevices() local
88 HashMap<String, UsbDevice> devices = usbManager.getDeviceList(); in isDeviceConnected() local
/packages/apps/Settings/src/com/android/settings/media/
DMediaOutputIndicatorWorker.java135 public void onDeviceListUpdate(List<MediaDevice> devices) { in onDeviceListUpdate()
140 private void buildMediaDevices(List<MediaDevice> devices) { in buildMediaDevices()
DMediaDeviceUpdateWorker.java104 public void onDeviceListUpdate(List<MediaDevice> devices) { in onDeviceListUpdate()
109 private void buildMediaDevices(List<MediaDevice> devices) { in buildMediaDevices()
/packages/modules/NeuralNetworks/runtime/test/
DTestFree.cpp58 std::vector<ANeuralNetworksDevice*> devices; in createDeviceList() local
101 const auto devices = createDeviceList(); in TEST() local
DTestPartitioning.cpp846 int partitionTheWork(const std::vector<std::shared_ptr<Device>>& devices, in partitionTheWork()
942 const std::vector<std::shared_ptr<Device>>& devices) { in PartitioningCompilation()
1128 std::vector<std::shared_ptr<Device>> devices; in makeDevices() local
1826 const auto devices = makeDevices({{"V1_0", 0.6, HalVersion::V1_0, ~0U}, in TEST_F() local
1848 const auto devices = makeDevices({{"1", 0.5, 1 << kDevOp}}); in TEST_F() local
1960 const auto devices = makeDevices({{"hw", 0.5, (1 << 0)}}); in TEST_F() local
2013 const auto devices = makeDevices({{"0", 0.5, 1 << 0}, {"1", 0.5, 1 << 1}}); in TEST_F() local
2099 const auto devices = makeDevices({// Best choice for non-relaxed model. in TEST_F() local
2165 const auto devices = in TEST_F() local
2185 const auto devices = in TEST_F() local
[all …]
/packages/apps/Settings/src/com/android/settings/sound/
DAudioSwitchPreferenceController.java196 final List<BluetoothDevice> devices = hfpProfile.getConnectedDevices(); in getConnectedHfpDevices() local
227 final List<BluetoothDevice> devices = hapProfile.getConnectedDevices(); in getConnectedHearingAidDevices() local
294 public void onAudioDevicesRemoved(AudioDeviceInfo[] devices) { in onAudioDevicesRemoved()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DBluetoothProfileDeviceManagerTest.java211 String devices = Settings.Secure.getStringForUser(mMockContext.getContentResolver(), in getSettingsDeviceList() local
218 ArrayList<BluetoothDevice> devices = new ArrayList<>(); in makeDeviceList() local
232 List<String> devices) { in setPreconditionsAndStart()
336 ArrayList<BluetoothDevice> devices = mProfileDeviceManager.getDeviceListSnapshot(); in assertDeviceList() local
602 ArrayList<BluetoothDevice> devices = makeDeviceList(SMALL_DEVICE_LIST); in testGetConnectionPriority_prioritiesReturned() local
852 ArrayList<BluetoothDevice> devices = makeDeviceList(SMALL_DEVICE_LIST); in testAutoConnectSeveralDevices_attemptsToConnectEachDevice() local
/packages/apps/Car/Dialer/src/com/android/car/dialer/bluetooth/
DBluetoothPairListLiveData.java84 Set<BluetoothDevice> devices = mBluetoothAdapter.getBondedDevices(); in updateList() local
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothSummaryUpdater.java95 final Set<BluetoothDevice> devices = mBluetoothAdapter.getBondedDevices(); in getConnectedDeviceSummary() local
/packages/services/Car/service/src/com/android/car/
DBluetoothProfileDeviceManager.java400 ArrayList<BluetoothDevice> devices = new ArrayList<>(); in load() local
454 ArrayList<BluetoothDevice> devices = getDeviceListSnapshot(); in sync() local
469 ArrayList<BluetoothDevice> devices = new ArrayList<>(); in getDeviceListSnapshot() local
809 ArrayList<BluetoothDevice> devices = getDeviceListSnapshot(); in dump() local
/packages/apps/Settings/src/com/android/settings/inputmethod/
DGameControllerPreferenceController.java71 final int[] devices = mIm.getInputDeviceIds(); in getAvailabilityStatus() local
/packages/services/Mtp/tests/src/com/android/mtp/
DTestUtil.java88 final HashMap<String,UsbDevice> devices = usbManager.getDeviceList(); in findMtpDevice() local
/packages/services/Mtp/src/com/android/mtp/
DRootScanner.java136 final MtpDeviceRecord[] devices = mManager.getDevices(); in run() local
/packages/modules/adb/client/
Dconsole.cpp67 std::string devices; in adb_get_emulator_console_port() local
/packages/modules/NeuralNetworks/driver/sample_shim/
DShellServiceSample.cpp64 int registerDevices(const std::string& driverPath, const std::vector<Names>& devices) { in registerDevices()
/packages/services/Telecomm/testapps/carmodedialer/src/com/android/server/telecom/carmodedialer/
DCarModeInCallUI.java52 public void update(Collection<BluetoothDevice> devices) { in update()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DAddAccessoryPreferenceFragment.java68 public void updateList(List<BluetoothDevice> devices, String currentTargetAddress, in updateList()
/packages/apps/Bluetooth/src/com/android/bluetooth/le_audio/
DLeAudioService.java306 List<BluetoothDevice> devices = new ArrayList<>(); in getConnectedDevices() local
317 ArrayList<BluetoothDevice> devices = new ArrayList<>(); in getDevicesMatchingConnectionStates() local
354 List<BluetoothDevice> devices = new ArrayList<>(); in getDevices() local
/packages/services/Car/cpp/evs/sampleDriver/
DConfigManager.h105 unordered_set<string> devices; variable
/packages/apps/Settings/src/com/android/settings/notification/
DRemoteVolumeGroupController.java217 public void onDeviceListUpdate(List<MediaDevice> devices) { in onDeviceListUpdate()
/packages/services/Car/service/src/com/android/car/audio/
DCarVolumeGroupMuting.java154 private static void dumpDeviceAddresses(IndentingPrintWriter writer, String[] devices) { in dumpDeviceAddresses()
/packages/modules/NeuralNetworks/shim_and_sl/
DShimDeviceManager.cpp146 std::vector<std::shared_ptr<IDevice>> devices; in registerDevices() local

123