Home
last modified time | relevance | path

Searched defs:deviceType (Results 1 – 25 of 53) sorted by relevance

123

/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiEarcLocalDevice.java36 protected HdmiEarcLocalDevice(HdmiControlService service, int deviceType) { in HdmiEarcLocalDevice()
41 static HdmiEarcLocalDevice create(HdmiControlService service, int deviceType) { in create()
H A DHdmiLocalDevice.java32 protected HdmiLocalDevice(HdmiControlService service, int deviceType) { in HdmiLocalDevice()
H A DHdmiUtils.java128 static boolean isEligibleAddressForDevice(int deviceType, int logicalAddress) { in isEligibleAddressForDevice()
180 static void verifyAddressType(int logicalAddress, int deviceType) { in verifyAddressType()
619 String deviceType = parser.getAttributeValue(null, "type"); in readDevices() local
636 private static DeviceConfig readDeviceConfig(TypedXmlPullParser parser, String deviceType) in readDeviceConfig()
H A DActiveSourceHandler.java62 void process(ActiveSource newActive, int deviceType) { in process()
H A DReportFeaturesMessage.java103 private static int hdmiDeviceInfoDeviceTypeToShiftValue(int deviceType) { in hdmiDeviceInfoDeviceTypeToShiftValue()
H A DNewDeviceAction.java66 int devicePhysicalAddress, int deviceType) { in NewDeviceAction()
H A DHdmiControlShellCommand.java163 int deviceType = -1; in vendorCommand() local
/aosp14/frameworks/base/wifi/java/src/android/net/wifi/sharedconnectivity/app/
H A DNetworkProviderInfo.java126 public Builder setDeviceType(@DeviceType int deviceType) { in setDeviceType()
205 private static void validate(@DeviceType int deviceType, String deviceName, String modelName, in validate()
220 private NetworkProviderInfo(@DeviceType int deviceType, @NonNull String deviceName, in NetworkProviderInfo()
/aosp14/frameworks/base/core/java/android/hardware/hdmi/
H A DIHdmiControlService.aidl58 void sendKeyEvent(int deviceType, int keyCode, boolean isPressed); in sendKeyEvent()
59 void sendVolumeKeyEvent(int deviceType, int keyCode, boolean isPressed); in sendVolumeKeyEvent()
77 void sendVendorCommand(int deviceType, int targetAddress, in byte[] params, in sendVendorCommand()
80 void sendStandby(int deviceType, int deviceId); in sendStandby()
89 void reportAudioStatus(int deviceType, int volume, int maxVolume, boolean isMute); in reportAudioStatus()
H A DHdmiControlServiceWrapper.java416 public void sendKeyEvent(int deviceType, int keyCode, boolean isPressed) {} in sendKeyEvent()
419 public void sendVolumeKeyEvent(int deviceType, int keyCode, boolean isPressed) {} in sendVolumeKeyEvent()
480 public void sendVendorCommand(int deviceType, int targetAddress, byte[] params, in sendVendorCommand()
487 public void sendStandby(int deviceType, int deviceId) {} in sendStandby()
522 public void reportAudioStatus(int deviceType, int volume, int maxVolume, boolean isMute) {} in reportAudioStatus()
/aosp14/frameworks/base/media/java/android/media/audiopolicy/
H A DAudioMix.java64 int deviceType, String deviceAddress) { in AudioMix()
207 public boolean isRoutedToDevice(int deviceType, @NonNull String deviceAddress) { in isRoutedToDevice()
346 public Builder setDevice(int deviceType, String address) { in setDevice()
/aosp14/frameworks/base/core/tests/hdmitests/src/android/hardware/hdmi/
H A DHdmiAudioSystemClientTest.java183 public void sendKeyEvent(final int deviceType, final int keyCode, final boolean isPressed) { in sendKeyEvent()
188 final int deviceType, final int keyCode, final boolean isPressed) { in sendVolumeKeyEvent()
297 public void sendVendorCommand(final int deviceType, final int targetAddress, in sendVendorCommand()
302 public void sendStandby(final int deviceType, final int deviceId) { in sendStandby()
341 public void reportAudioStatus(final int deviceType, final int volume, final int maxVolume, in reportAudioStatus()
H A DHdmiDeviceInfoTest.java40 int deviceType = 0; in testEquals() local
/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAdiDeviceState.java70 AdiDeviceState(@AudioDeviceInfo.AudioDeviceType int deviceType, in AdiDeviceState()
214 final int deviceType = Integer.parseInt(fields[0]); in fromPersistedString() local
H A DAudioDeviceInventory.java355 DeviceInfo(int deviceType, String deviceName, String deviceAddress, in DeviceInfo()
380 DeviceInfo(int deviceType, String deviceName, String deviceAddress, in DeviceInfo()
385 DeviceInfo(int deviceType, String deviceName, String deviceAddress) { in DeviceInfo()
/aosp14/frameworks/base/media/java/android/media/audiofx/
H A DVirtualizer.java183 private boolean getAnglesInt(int inputChannelMask, int deviceType, int[] angles) in getAnglesInt()
326 private static int deviceToMode(int deviceType) { in deviceToMode()
436 int deviceType = getDeviceForModeForce(virtualizationMode); in forceVirtualizationMode() local
/aosp14/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbAlsaManager.java211 private void addDeviceToAttachedDevicesMap(int deviceType, UsbAlsaDevice device) { in addDeviceToAttachedDevicesMap()
230 private void removeDeviceFromAttachedDevicesMap(int deviceType, UsbAlsaDevice device) { in removeDeviceFromAttachedDevicesMap()
253 private UsbAlsaDevice selectDefaultDevice(int deviceType) { in selectDefaultDevice()
272 private void deselectCurrentDevice(int deviceType) { in deselectCurrentDevice()
/aosp14/frameworks/base/core/java/android/companion/
H A DAssociatedDevice.java108 private static Creator<? extends Parcelable> getDeviceCreator(int deviceType) { in getDeviceCreator()
/aosp14/frameworks/base/core/java/android/service/controls/
H A DControl.java145 @DeviceTypes.DeviceType int deviceType, in Control()
489 public StatelessBuilder setDeviceType(@DeviceTypes.DeviceType int deviceType) { in setDeviceType()
696 public StatefulBuilder setDeviceType(@DeviceTypes.DeviceType int deviceType) { in setDeviceType()
H A DDeviceTypes.java117 public static boolean validDeviceType(int deviceType) { in validDeviceType()
/aosp14/frameworks/base/media/java/android/media/
H A DAudioSystem.java1288 public static boolean isBluetoothDevice(int deviceType) { in isBluetoothDevice()
1295 public static boolean isBluetoothOutDevice(int deviceType) { in isBluetoothOutDevice()
1302 public static boolean isBluetoothInDevice(int deviceType) { in isBluetoothInDevice()
1308 public static boolean isBluetoothA2dpOutDevice(int deviceType) { in isBluetoothA2dpOutDevice()
1313 public static boolean isBluetoothScoOutDevice(int deviceType) { in isBluetoothScoOutDevice()
1318 public static boolean isBluetoothScoInDevice(int deviceType) { in isBluetoothScoInDevice()
1323 public static boolean isBluetoothScoDevice(int deviceType) { in isBluetoothScoDevice()
1329 public static boolean isBluetoothLeOutDevice(int deviceType) { in isBluetoothLeOutDevice()
1334 public static boolean isBluetoothLeInDevice(int deviceType) { in isBluetoothLeInDevice()
1339 public static boolean isBluetoothLeDevice(int deviceType) { in isBluetoothLeDevice()
[all …]
H A DMediaRouterClientState.java97 public @MediaRouter.RouteInfo.DeviceType int deviceType; field in MediaRouterClientState.RouteInfo
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
H A DControlsFavoritePersistenceWrapper.kt198 val deviceType = parser.getAttributeValue(null, TAG_TYPE)?.toInt() regex
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DBluetoothUtils.java267 String deviceType = getStringMetaData(bluetoothDevice, in isAdvancedDetailsHeader() local
293 String deviceType = getStringMetaData(bluetoothDevice, in isAdvancedUntetheredDevice() local
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_companion_virtual_InputController.cpp55 const char* phys, DeviceType deviceType, jint screenHeight, in openUinput()
193 jstring phys, DeviceType deviceType, int screenHeight, in openUinputJni()

123