/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/ |
D | MtpClient.java | 228 public MtpDevice getDevice(String deviceName) { in getDevice() 273 public List<MtpStorageInfo> getStorageList(String deviceName) { in getStorageList() 305 public MtpObjectInfo getObjectInfo(String deviceName, int objectHandle) { in getObjectInfo() 320 public boolean deleteObject(String deviceName, int objectHandle) { in deleteObject() 341 public List<MtpObjectInfo> getObjectList(String deviceName, int storageId, int objectHandle) { in getObjectList() 377 public byte[] getObject(String deviceName, int objectHandle, int objectSize) { in getObject() 392 public byte[] getThumbnail(String deviceName, int objectHandle) { in getThumbnail() 410 public boolean importFile(String deviceName, int objectHandle, String destPath) { in importFile()
|
D | DeviceDisconnectedReceiver.java | 35 public DeviceDisconnectedReceiver(Activity activity, String deviceName) { in DeviceDisconnectedReceiver() 46 String deviceName = device.getDeviceName(); in onReceive() local
|
/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/ |
D | HdmiCecMessageBuilderTest.java | 68 String deviceName = "abc"; in buildSetOsdName_short() local 76 String deviceName = "abcdefghijklmn"; in buildSetOsdName_maximumLength() local 85 String deviceName = "abcdefghijklmnop"; in buildSetOsdName_tooLong() local
|
/frameworks/base/services/companion/java/com/android/server/companion/virtual/ |
D | InputController.java | 124 void createKeyboard(@NonNull String deviceName, in createKeyboard() 140 void createMouse(@NonNull String deviceName, in createMouse() 157 void createTouchscreen(@NonNull String deviceName, in createTouchscreen() 369 private static native int nativeOpenUinputKeyboard(String deviceName, int vendorId, in nativeOpenUinputKeyboard() 371 private static native int nativeOpenUinputMouse(String deviceName, int vendorId, int productId, in nativeOpenUinputMouse() 373 private static native int nativeOpenUinputTouchscreen(String deviceName, int vendorId, in nativeOpenUinputTouchscreen() 388 public int openUinputKeyboard(String deviceName, int vendorId, int productId, String phys) { in openUinputKeyboard() 392 public int openUinputMouse(String deviceName, int vendorId, int productId, String phys) { in openUinputMouse() 396 public int openUinputTouchscreen(String deviceName, int vendorId, in openUinputTouchscreen() 517 WaitForDevice(String deviceName, int vendorId, int productId) { in WaitForDevice() [all …]
|
/frameworks/base/media/java/android/media/ |
D | AudioMixPort.java | 39 AudioMixPort(AudioHandle handle, int ioHandle, int role, String deviceName, in AudioMixPort() 47 AudioMixPort(AudioHandle handle, int ioHandle, int role, String deviceName, in AudioMixPort()
|
D | AudioDevicePort.java | 47 AudioDevicePort(AudioHandle handle, String deviceName, in AudioDevicePort() 61 AudioDevicePort(AudioHandle handle, String deviceName, List<AudioProfile> profiles, in AudioDevicePort()
|
/frameworks/base/core/java/android/companion/ |
D | DeviceNotAssociatedException.java | 28 public DeviceNotAssociatedException(@Nullable String deviceName) { in DeviceNotAssociatedException()
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/ |
D | PhoneMediaDeviceTest.java | 95 final String deviceName = "test_name"; in getName_returnCorrectName() local
|
/frameworks/base/core/java/android/hardware/display/ |
D | WifiDisplay.java | 61 public WifiDisplay(String deviceAddress, String deviceName, String deviceAlias, in WifiDisplay()
|
/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/ |
D | CompanionDeviceActivity.java | 408 final CharSequence deviceName = mRequest.getDisplayName(); in initUiForSelfManagedAssociation() local 499 final String deviceName = mSelectedDevice.getDisplayName(); in updateSingleDeviceUi() local
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioDeviceInventory.java | 193 DeviceInfo(int deviceType, String deviceName, String deviceAddress, in DeviceInfo() 202 DeviceInfo(int deviceType, String deviceName, String deviceAddress, in DeviceInfo() 730 String deviceName = attributes.getName(); in handleDeviceConnection() local 1384 String deviceName) { in sendDeviceConnectionIntent()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/audio/ |
D | NoOpAudioSystemAdapter.java | 67 String deviceName, int codecFormat) { in handleDeviceConfigChange()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/ |
D | LocalMediaManager.java | 261 @NonNull String deviceName, in dispatchAboutToConnectDeviceAdded() 788 @NonNull String deviceName, in onAboutToConnectDeviceAdded()
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | UsbAlsaDevice.java | 281 synchronized void setDeviceNameAndDescription(String deviceName, String deviceDescription) { in setDeviceNameAndDescription()
|
D | UsbUserPermissionManager.java | 164 String deviceName = device.getDeviceName(); in grantDevicePermission() local 562 String deviceName = mDevicePermissionMap.keyAt(mappingsIdx); in dump() local
|
/frameworks/base/services/midi/java/com/android/server/midi/ |
D | MidiService.java | 1408 String deviceName = extractUsbDeviceName(name); in isUsbMidiDeviceInUseLocked() local 1429 String deviceName = extractUsbDeviceName(name); in addUsbMidiDeviceLocked() local 1448 String deviceName = extractUsbDeviceName(name); in removeUsbMidiDeviceLocked() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/taptotransfer/ |
D | MediaTttCommandLineHelper.kt | 133 val deviceName: String, constant in com.android.systemui.media.taptotransfer.MediaTttCommandLineHelper.SenderArgs
|
/frameworks/libs/net/common/netd/aidl_api/netd_aidl_interface/1/android/net/ |
D | INetd.aidl | 30 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecAddTunnelInterface() 31 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecUpdateTunnelInterface() 32 void ipSecRemoveTunnelInterface(in @utf8InCpp String deviceName); in ipSecRemoveTunnelInterface()
|
/frameworks/base/core/jni/ |
D | android_hardware_UsbDeviceConnection.cpp | 46 android_hardware_UsbDeviceConnection_open(JNIEnv *env, jobject thiz, jstring deviceName, in android_hardware_UsbDeviceConnection_open()
|
/frameworks/libs/net/common/netd/aidl_api/netd_aidl_interface/5/android/net/ |
D | INetd.aidl | 48 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecAddTunnelInterface() 49 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecUpdateTunnelInterface() 50 void ipSecRemoveTunnelInterface(in @utf8InCpp String deviceName); in ipSecRemoveTunnelInterface()
|
/frameworks/libs/net/common/netd/aidl_api/netd_aidl_interface/3/android/net/ |
D | INetd.aidl | 48 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecAddTunnelInterface() 49 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecUpdateTunnelInterface() 50 void ipSecRemoveTunnelInterface(in @utf8InCpp String deviceName); in ipSecRemoveTunnelInterface()
|
/frameworks/libs/net/common/netd/aidl_api/netd_aidl_interface/2/android/net/ |
D | INetd.aidl | 47 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecAddTunnelInterface() 48 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecUpdateTunnelInterface() 49 void ipSecRemoveTunnelInterface(in @utf8InCpp String deviceName); in ipSecRemoveTunnelInterface()
|
/frameworks/libs/net/common/netd/aidl_api/netd_aidl_interface/4/android/net/ |
D | INetd.aidl | 48 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecAddTunnelInterface() 49 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecUpdateTunnelInterface() 50 void ipSecRemoveTunnelInterface(in @utf8InCpp String deviceName); in ipSecRemoveTunnelInterface()
|
/frameworks/libs/net/common/netd/aidl_api/netd_aidl_interface/6/android/net/ |
D | INetd.aidl | 70 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecAddTunnelInterface() 71 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecUpdateTunnelInterface() 72 void ipSecRemoveTunnelInterface(in @utf8InCpp String deviceName); in ipSecRemoveTunnelInterface()
|
/frameworks/libs/net/common/netd/aidl_api/netd_aidl_interface/current/android/net/ |
D | INetd.aidl | 70 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecAddTunnelInterface() 71 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecUpdateTunnelInterface() 72 void ipSecRemoveTunnelInterface(in @utf8InCpp String deviceName); in ipSecRemoveTunnelInterface()
|