| /packages/apps/Settings/tests/robotests/src/com/android/settings/media/ |
| D | MediaDeviceUpdateWorkerTest.java | 140 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/tests/src/com/android/server/telecom/tests/ |
| D | BluetoothDeviceManagerTest.java | 418 List<AudioDeviceInfo> devices = new ArrayList<>(); in testConnectDisconnectAudioHearingAid() local 453 List<AudioDeviceInfo> devices = new ArrayList<>(); in testConnectDisconnectAudioLeAudio() local 536 List<AudioDeviceInfo> devices = new ArrayList<>(); in testConnectDualModeEarbud() local 607 List<AudioDeviceInfo> devices = new ArrayList<>(); in testClearHearingAidCommunicationDevice() local
|
| /packages/apps/Settings/src/com/android/settings/sound/ |
| D | AudioSwitchPreferenceController.java | 198 final List<BluetoothDevice> devices = hfpProfile.getConnectedDevices(); in getConnectedHfpDevices() local 229 final List<BluetoothDevice> devices = leAudioProfile.getConnectedDevices(); in getConnectedLeAudioDevices() local 264 final List<BluetoothDevice> devices = hapProfile.getConnectedDevices(); in getConnectedHearingAidDevices() local 349 public void onAudioDevicesRemoved(AudioDeviceInfo[] devices) { in onAudioDevicesRemoved()
|
| /packages/services/Telecomm/src/com/android/server/telecom/ |
| D | WiredHeadsetManager.java | 53 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/ |
| D | ShortcutsUpdater.java | 56 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/ |
| D | UsbUtil.java | 36 HashMap<String, UsbDevice> devices = usbManager.getDeviceList(); in findAllPossibleAndroidDevices() local 82 HashMap<String, UsbDevice> devices = usbManager.getDeviceList(); in isDeviceConnected() local
|
| /packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/fastpair/ |
| D | FastPairAdvHandler.java | 186 List<Data.FastPairDeviceWithAccountKey> devices = in subsequentPair() local 291 List<Data.FastPairDeviceWithAccountKey> devices, BloomFilter bloomFilter, byte[] salt) { in findRecognizedDevice() 312 List<Cache.StoredFastPairItem> devices, BloomFilter bloomFilter, byte[] salt) { in findRecognizedDeviceFromCachedItem()
|
| /packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dpsink/ |
| D | A2dpSinkServiceTest.java | 336 List<BluetoothDevice> devices = mService.getConnectedDevices(); in testGetConnectedDevices() local 351 List<BluetoothDevice> devices = mService.getDevicesMatchingConnectionStates( in testGetDevicesMatchingConnectionStatesConnected() local 370 List<BluetoothDevice> devices = mService.getDevicesMatchingConnectionStates( in testGetDevicesMatchingConnectionStatesDisconnected() local
|
| /packages/modules/NeuralNetworks/runtime/test/ |
| D | TestFree.cpp | 58 std::vector<ANeuralNetworksDevice*> devices; in createDeviceList() local 101 const auto devices = createDeviceList(); in TEST() local
|
| D | TestPartitioning.cpp | 847 int partitionTheWork(const std::vector<std::shared_ptr<Device>>& devices, in partitionTheWork() 943 const std::vector<std::shared_ptr<Device>>& devices) { in PartitioningCompilation() 1129 std::vector<std::shared_ptr<Device>> devices; in makeDevices() local 1827 const auto devices = makeDevices({{"V1_0", 0.6, HalVersion::V1_0, ~0U}, in TEST_F() local 1849 const auto devices = makeDevices({{"1", 0.5, 1 << kDevOp}}); in TEST_F() local 1961 const auto devices = makeDevices({{"hw", 0.5, (1 << 0)}}); in TEST_F() local 2014 const auto devices = makeDevices({{"0", 0.5, 1 << 0}, {"1", 0.5, 1 << 1}}); in TEST_F() local 2100 const auto devices = makeDevices({// Best choice for non-relaxed model. in TEST_F() local 2166 const auto devices = in TEST_F() local 2186 const auto devices = in TEST_F() local [all …]
|
| /packages/apps/Settings/src/com/android/settings/media/ |
| D | MediaOutputIndicatorWorker.java | 136 public void onDeviceListUpdate(List<MediaDevice> devices) { in onDeviceListUpdate() 141 private void buildMediaDevices(List<MediaDevice> devices) { in buildMediaDevices()
|
| /packages/modules/Bluetooth/system/binder/android/bluetooth/ |
| D | IBluetoothMetadataListener.aidl | 28 void onMetadataChanged(in BluetoothDevice devices, in int key, in byte[] value); in onMetadataChanged()
|
| /packages/modules/Bluetooth/system/bta/vc/ |
| D | vc.cc | 213 std::vector<RawAddress> devices = {device->address}; in ClearDeviceInformationAndStartSearch() local 376 auto devices = csis_api->GetDeviceList(group_id); in HandleAutonomusVolumeChange() local 697 void RemovePendingVolumeControlOperations(std::vector<RawAddress>& devices, in RemovePendingVolumeControlOperations() 823 void PrepareVolumeControlOperation(std::vector<RawAddress> devices, in PrepareVolumeControlOperation() 870 std::vector<RawAddress> devices = {dev->address}; in MuteUnmute() local 885 auto devices = csis_api->GetDeviceList(group_id); in MuteUnmute() local 934 std::vector<RawAddress> devices = {dev->address}; in SetVolume() local 951 auto devices = csis_api->GetDeviceList(group_id); in SetVolume() local 1100 void devices_control_point_helper(std::vector<RawAddress>& devices, in devices_control_point_helper()
|
| /packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/ |
| D | BluetoothDeviceManagerTest.java | 187 String devices = Settings.Secure.getString(mMockContext.getContentResolver(), mSettingsKey); in getSettingsDeviceList() local 192 ArrayList<BluetoothDevice> devices = new ArrayList<>(); in makeDeviceList() local 206 List<String> devices) { in setPreconditionsAndStart() 269 List<BluetoothDevice> devices = mDeviceManager.getDeviceListSnapshot(); in assertDeviceList() local
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/ |
| D | HearingAidService.java | 373 List<BluetoothDevice> devices = new ArrayList<>(); in getConnectedDevices() local 432 ArrayList<BluetoothDevice> devices = new ArrayList<>(); in getDevicesMatchingConnectionStates() local 469 List<BluetoothDevice> devices = new ArrayList<>(); in getDevices() local 1036 List<BluetoothDevice> devices = new ArrayList<>(); in getConnectedDevices() local 1051 List<BluetoothDevice> devices = new ArrayList<>(); in getDevicesMatchingConnectionStates() local 1100 List<BluetoothDevice> devices = new ArrayList<>(); in getActiveDevices() local
|
| /packages/services/Telecomm/src/com/android/server/telecom/bluetooth/ |
| D | BluetoothDeviceManager.java | 225 ArrayList<BluetoothDevice> devices = new ArrayList<>(); in getLeAudioConnectedDevices() local 515 List<AudioDeviceInfo> devices = mAudioManager.getAvailableCommunicationDevices(); in setLeAudioCommunicationDevice() local 564 List<AudioDeviceInfo> devices = mAudioManager.getAvailableCommunicationDevices(); in setHearingAidCommunicationDevice() local
|
| /packages/modules/NeuralNetworks/driver/sample_hidl/ |
| D | SampleDriverLimited.cpp | 43 const auto devices = getExampleLimitedDevices(); in main() local
|
| /packages/services/Car/car-builtin-lib/src/android/car/builtin/bluetooth/ |
| D | BluetoothHeadsetClientHelper.java | 52 List<BluetoothDevice> devices = headsetClient.getConnectedDevices(); in getConnectedBvraDevices() local
|
| /packages/modules/NeuralNetworks/driver/sample_aidl/ |
| D | SampleDriverAidlLimited.cpp | 50 const auto devices = getExampleLimitedDevices(); in main() local
|
| /packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/src/android/nearby/fastpair/provider/bluetooth/ |
| D | BluetoothManager.java | 63 List<android.bluetooth.BluetoothDevice> devices = mWrappedInstance.getConnectedDevices( in getConnectedDevices() local
|
| /packages/modules/Bluetooth/system/btif/include/ |
| D | btif_storage.h | 69 RawAddress devices[BTM_SEC_MAX_DEVICE_RECORDS]; member
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/ |
| D | BatteryService.java | 276 List<BluetoothDevice> devices = new ArrayList<>(); in getConnectedDevices() local 341 ArrayList<BluetoothDevice> devices = new ArrayList<>(); in getDevicesMatchingConnectionStates() local 374 List<BluetoothDevice> devices = new ArrayList<>(); in getDevices() local
|
| /packages/modules/Bluetooth/android/pandora/test/ |
| D | smp_test.py | 35 devices: Optional[PandoraDevices] = None variable in SmpTest
|
| /packages/apps/Settings/src/com/android/settings/bluetooth/ |
| D | BluetoothSummaryUpdater.java | 95 final Set<BluetoothDevice> devices = mBluetoothAdapter.getBondedDevices(); in getConnectedDeviceSummary() local
|
| /packages/services/Car/service/src/com/android/car/audio/ |
| D | CarAudioZonesValidator.java | 46 List<AudioDeviceAttributes> devices = primaryZone.getInputAudioDevices(); in validatePrimaryZoneHasInputDevice() local
|