/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiEarcLocalDevice.java | 36 protected HdmiEarcLocalDevice(HdmiControlService service, int deviceType) { in HdmiEarcLocalDevice() 41 static HdmiEarcLocalDevice create(HdmiControlService service, int deviceType) { in create()
|
D | HdmiLocalDevice.java | 32 protected HdmiLocalDevice(HdmiControlService service, int deviceType) { in HdmiLocalDevice()
|
D | HdmiUtils.java | 128 static boolean isEligibleAddressForDevice(int deviceType, int logicalAddress) { in isEligibleAddressForDevice() 179 static boolean verifyAddressType(int logicalAddress, int deviceType) { in verifyAddressType() 620 String deviceType = parser.getAttributeValue(null, "type"); in readDevices() local 637 private static DeviceConfig readDeviceConfig(TypedXmlPullParser parser, String deviceType) in readDeviceConfig()
|
D | ActiveSourceHandler.java | 62 void process(ActiveSource newActive, int deviceType) { in process()
|
D | HdmiCecNetwork.java | 138 public void addLocalDevice(int deviceType, HdmiCecLocalDevice device) { in addLocalDevice() 149 HdmiCecLocalDevice getLocalDevice(int deviceType) { in getLocalDevice() 887 int deviceType = mLocalDevices.keyAt(i); in removeUnusedLocalDevices() local 901 void removeLocalDeviceWithType(int deviceType) { in removeLocalDeviceWithType()
|
/frameworks/av/media/libaudiohal/impl/effectsAidlConversion/ |
D | AidlConversionVirtualizer.cpp | 66 audio_devices_t deviceType; in setParameter() local 152 const audio_devices_t deviceType = VALUE_OR_RETURN_STATUS( in getParameter() local
|
/frameworks/av/services/audiopolicy/tests/ |
D | audio_health_tests.cpp | 74 std::string deviceType; in TEST() local 81 std::string deviceType; in TEST() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ |
D | ControlStatus.kt | 33 @DeviceTypes.DeviceType val deviceType: Int constant 54 @DeviceTypes.DeviceType override val deviceType: Int constant in com.android.systemui.controls.ControlStatus
|
/frameworks/base/core/java/android/hardware/hdmi/ |
D | IHdmiControlService.aidl | 58 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()
|
D | HdmiControlServiceWrapper.java | 416 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()
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | DeviceDescriptor.h | 183 bool containsDeviceWithType(audio_devices_t deviceType) const { in containsDeviceWithType() 187 bool onlyContainsDevicesWithType(audio_devices_t deviceType) const { in onlyContainsDevicesWithType()
|
/frameworks/av/services/audioflinger/datapath/ |
D | AudioHwDevice.cpp | 43 audio_devices_t deviceType, in openOutputStream() 105 audio_devices_t deviceType, in openInputStream()
|
/frameworks/base/wifi/java/src/android/net/wifi/sharedconnectivity/app/ |
D | NetworkProviderInfo.java | 124 public Builder setDeviceType(@DeviceType int deviceType) { in setDeviceType() 216 private static void validate(@DeviceType int deviceType, String deviceName, String modelName, in validate() 231 private NetworkProviderInfo(@DeviceType int deviceType, @NonNull String deviceName, in NetworkProviderInfo()
|
/frameworks/av/media/libaudiofoundation/include/media/ |
D | AudioContainers.h | 98 audio_devices_t deviceType) { in isSingleDeviceType() 122 for (auto deviceType : deviceTypes) { in deviceTypesToBitMask() local
|
/frameworks/base/core/tests/hdmitests/src/android/hardware/hdmi/ |
D | HdmiAudioSystemClientTest.java | 183 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()
|
D | HdmiDeviceInfoTest.java | 40 int deviceType = 0; in testEquals() local
|
/frameworks/base/media/java/android/media/audiofx/ |
D | Virtualizer.java | 188 private boolean getAnglesInt(int inputChannelMask, int deviceType, int[] angles) in getAnglesInt() 331 private static int deviceToMode(int deviceType) { in deviceToMode() 441 int deviceType = getDeviceForModeForce(virtualizationMode); in forceVirtualizationMode() local
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | UsbAlsaManager.java | 211 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()
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AdiDeviceState.java | 78 AdiDeviceState(@AudioDeviceInfo.AudioDeviceType int deviceType, in AdiDeviceState() 251 final int deviceType = Integer.parseInt(fields[0]); in fromPersistedString() local
|
D | AudioDeviceInventory.java | 164 void addAudioDeviceInInventoryIfNeeded(int deviceType, String address, String peerAddress, in addAudioDeviceInInventoryIfNeeded() 405 public AdiDeviceState findBtDeviceStateForAddress(String address, int deviceType) { in findBtDeviceStateForAddress() 626 DeviceInfo(int deviceType, String deviceName, String address, in DeviceInfo() 645 DeviceInfo(int deviceType, String deviceName, String address, in DeviceInfo() 654 DeviceInfo(int deviceType, String deviceName, String address) { in DeviceInfo() 659 DeviceInfo(int deviceType, String deviceName, String address, in DeviceInfo() 666 DeviceInfo(int deviceType, String deviceName, String address, in DeviceInfo() 994 int deviceType = BtHelper.getTypeFromProfile(btInfo.mProfile, btInfo.mIsLeOutput); in onBluetoothDeviceConfigChange() local
|
/frameworks/base/media/java/android/media/audiopolicy/ |
D | AudioMix.java | 82 int deviceType, @Nullable String deviceAddress, IBinder token, in AudioMix() 237 public boolean isRoutedToDevice(int deviceType, @NonNull String deviceAddress) { in isRoutedToDevice() 464 public Builder setDevice(int deviceType, String address) { in setDevice()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/ |
D | ControlInfo.kt | 38 @DeviceTypes.DeviceType val deviceType: Int constant in com.android.systemui.controls.controller.ControlInfo
|
/frameworks/av/services/audiopolicy/common/include/ |
D | Volume.h | 96 audio_devices_t deviceType = apm_extract_one_audio_device(deviceTypes); in getDeviceForVolume() local
|
/frameworks/base/core/java/android/service/controls/ |
D | Control.java | 145 @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()
|
/frameworks/base/core/java/android/companion/ |
D | AssociatedDevice.java | 108 private static Creator<? extends Parcelable> getDeviceCreator(int deviceType) { in getDeviceCreator()
|