| /packages/apps/TvSystemUI/src/com/android/systemui/tv/media/ |
| D | TvMediaOutputController.java | 131 List<MediaDevice> devices) { in buildMediaItems() 140 private List<MediaItem> buildInitialList(List<MediaDevice> devices) { in buildInitialList() 163 List<MediaDevice> devices) { in buildBetterSubsequentList() 179 List<MediaItem> oldMediaItems, List<MediaDevice> devices, boolean isConnected) { in addItemsBasedOnConnection()
|
| /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
| D | BluetoothDeviceManagerTest.java | 431 List<AudioDeviceInfo> devices = new ArrayList<>(); in testConnectDisconnectAudioHearingAid() local 466 List<AudioDeviceInfo> devices = new ArrayList<>(); in testConnectDisconnectAudioLeAudio() local 538 List<AudioDeviceInfo> devices = new ArrayList<>(); in testConnectMultipleLeAudioDevices() local 576 List<AudioDeviceInfo> devices = new ArrayList<>(); in testClearCommunicationDeviceOnActiveDeviceChange() local 628 List<AudioDeviceInfo> devices = new ArrayList<>(); in testConnectDualModeEarbud() local 788 List<AudioDeviceInfo> devices = new ArrayList<>(); in assertClearHearingAidOrLeCommunicationDevice() local
|
| /packages/apps/Settings/tests/robotests/src/com/android/settings/media/ |
| D | MediaDeviceUpdateWorkerTest.java | 142 final List<MediaDevice> devices = in onDeviceListUpdate_sameDeviceList_shouldBeEqual() local 161 final List<MediaDevice> devices = in onDeviceListUpdate_add1DeviceToDeviceList_shouldBeEqual() local 175 final List<MediaDevice> devices = in onDeviceListUpdate_less1DeviceToDeviceList_shouldBeEqual() local
|
| /packages/apps/Settings/src/com/android/settings/sound/ |
| D | AudioSwitchPreferenceController.java | 213 final List<BluetoothDevice> devices = hfpProfile.getConnectedDevices(); in getConnectedHfpDevices() local 244 final List<BluetoothDevice> devices = leAudioProfile.getConnectedDevices(); in getConnectedLeAudioDevices() local 283 final List<BluetoothDevice> devices = hapProfile.getConnectedDevices(); in getConnectedHearingAidDevices() local 382 public void onAudioDevicesRemoved(AudioDeviceInfo[] devices) { in onAudioDevicesRemoved()
|
| /packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/audiosharing/audiostreams/ |
| D | AudioStreamConfirmDialogTest.java | 196 List<BluetoothDevice> devices = new ArrayList<>(); in showDialog_noMetadata() local 238 List<BluetoothDevice> devices = new ArrayList<>(); in showDialog_invalidMetadata() local 283 List<BluetoothDevice> devices = new ArrayList<>(); in showDialog_confirmListen() local
|
| /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/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dpsink/ |
| D | A2dpSinkServiceTest.java | 318 List<BluetoothDevice> devices = mService.getConnectedDevices(); in testGetConnectedDevices() local 333 List<BluetoothDevice> devices = in testGetDevicesMatchingConnectionStatesConnected() local 353 List<BluetoothDevice> devices = 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 | 135 public void onDeviceListUpdate(List<MediaDevice> devices) { in onDeviceListUpdate() 140 private void buildMediaDevices(List<MediaDevice> devices) { in buildMediaDevices()
|
| /packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
| D | IBluetoothMetadataListener.aidl | 28 void onMetadataChanged(in BluetoothDevice devices, in int key, in byte[] value); in onMetadataChanged()
|
| /packages/modules/Virtualization/virtualizationservice/aidl/android/system/virtualizationservice_internal/ |
| D | IVfioHandler.aidl | 38 IBoundDevice[] bindDevicesToVfioDriver(in VfioDev[] devices); in bindDevicesToVfioDriver()
|
| /packages/modules/Virtualization/vm/src/ |
| D | main.rs | 132 devices: Vec<PathBuf>, field 162 fn devices(&self) -> &Vec<PathBuf> { in devices() method 167 fn devices(&self) -> Vec<PathBuf> { in devices() method 440 let devices = get_service()?.getAssignableDevices()?; in command_info() localVariable 441 let devices: Vec<_> = devices in command_info() localVariable
|
| /packages/modules/Bluetooth/system/bta/vc/ |
| D | vc.cc | 236 std::vector<RawAddress> devices = {device->address}; in ClearDeviceInformationAndStartSearch() local 397 auto devices = csis_api->GetDeviceList(group_id); in HandleAutonomusVolumeChange() local 735 void RemovePendingVolumeControlOperations(std::vector<RawAddress>& devices, in RemovePendingVolumeControlOperations() 847 void PrepareVolumeControlOperation(std::vector<RawAddress> devices, in PrepareVolumeControlOperation() 891 std::vector<RawAddress> devices = {dev->address}; in MuteUnmute() local 906 auto devices = csis_api->GetDeviceList(group_id); in MuteUnmute() local 968 std::vector<RawAddress> devices = {dev->address}; in SetVolume() local 985 auto devices = csis_api->GetDeviceList(group_id); in SetVolume() local 1158 void devices_control_point_helper(std::vector<RawAddress>& devices, in devices_control_point_helper()
|
| /packages/services/Car/service/src/com/android/car/audio/ |
| D | CarAudioUtils.java | 135 private static boolean excludesDynamicDevices(List<AudioDeviceAttributes> devices) { in excludesDynamicDevices() 173 List<AudioDeviceAttributes> devices = carVolumeGroupInfo.getAudioDeviceAttributes(); in getDynamicDevices() local
|
| D | CarVolumeGroupMuting.java | 159 private static void dumpDeviceAddresses(IndentingPrintWriter writer, String[] devices) { in dumpDeviceAddresses() 189 private static void dumpProtoDeviceAddresses(String[] devices, long fieldId, in dumpProtoDeviceAddresses()
|
| D | CarAudioZoneConfig.java | 147 final List<AudioDeviceAttributes> devices = new ArrayList<>(); in getAudioDevice() local 160 List<AudioDeviceAttributes> devices = new ArrayList<>(); in getAudioDeviceSupportingDynamicMix() local 550 boolean audioDevicesAdded(List<AudioDeviceInfo> devices) { in audioDevicesAdded() 568 boolean audioDevicesRemoved(List<AudioDeviceInfo> devices) { in audioDevicesRemoved()
|
| /packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/ |
| D | BluetoothDeviceManagerTest.java | 185 String devices = Settings.Secure.getString(mMockContext.getContentResolver(), mSettingsKey); in getSettingsDeviceList() local 190 ArrayList<BluetoothDevice> devices = new ArrayList<>(); in makeDeviceList() local 204 List<String> devices) { in setPreconditionsAndStart() 267 List<BluetoothDevice> devices = mDeviceManager.getDeviceListSnapshot(); in assertDeviceList() local
|
| /packages/services/Telecomm/src/com/android/server/telecom/bluetooth/ |
| D | BluetoothDeviceManager.java | 333 ArrayList<BluetoothDevice> devices = new ArrayList<>(); in getLeAudioConnectedDevices() local 650 List<AudioDeviceInfo> devices = mAudioManager.getAvailableCommunicationDevices(); in setLeAudioCommunicationDevice() local 699 List<AudioDeviceInfo> devices = mAudioManager.getAvailableCommunicationDevices(); in setHearingAidCommunicationDevice() local 735 List<AudioDeviceInfo> devices = mAudioManager.getAvailableCommunicationDevices(); in setCommunicationDeviceForAddress() local
|
| /packages/modules/Bluetooth/android/pandora/test/ |
| D | sdp_test.py | 43 devices: Optional[PandoraDevices] = None variable in SdpTest
|
| /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 | 49 List<BluetoothDevice> devices = headsetClient.getConnectedDevices(); in getConnectedBvraDevices() local
|
| /packages/modules/Bluetooth/system/btif/include/ |
| D | btif_storage.h | 68 RawAddress devices[BTM_SEC_MAX_DEVICE_RECORDS]; member
|