| /frameworks/av/media/libaudiofoundation/include/media/ |
| D | AudioContainers.h | 83 audio_devices_t deviceType) { in isSingleDeviceType() 107 for (auto deviceType : deviceTypes) { in deviceTypesToBitMask() local 118 for (auto deviceType : AUDIO_DEVICE_OUT_ALL_ARRAY) { in deviceTypesFromBitMask() local 124 for (auto deviceType : AUDIO_DEVICE_IN_ALL_ARRAY) { in deviceTypesFromBitMask() local
|
| /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() 79 void addVendorCommandListener(IHdmiVendorCommandListener listener, int deviceType); in addVendorCommandListener() 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 | 406 public void sendKeyEvent(int deviceType, int keyCode, boolean isPressed) {} in sendKeyEvent() 409 public void sendVolumeKeyEvent(int deviceType, int keyCode, boolean isPressed) {} in sendVolumeKeyEvent() 470 public void sendVendorCommand(int deviceType, int targetAddress, byte[] params, in sendVendorCommand() 474 public void addVendorCommandListener(IHdmiVendorCommandListener listener, int deviceType) {} in addVendorCommandListener() 477 public void sendStandby(int deviceType, int deviceId) {} in sendStandby() 512 public void reportAudioStatus(int deviceType, int volume, int maxVolume, boolean isMute) {} in reportAudioStatus()
|
| D | HdmiDeviceInfo.java | 173 public HdmiDeviceInfo(int logicalAddress, int physicalAddress, int portId, int deviceType, in HdmiDeviceInfo() 203 public HdmiDeviceInfo(int logicalAddress, int physicalAddress, int portId, int deviceType, in HdmiDeviceInfo() 220 public HdmiDeviceInfo(int logicalAddress, int physicalAddress, int portId, int deviceType, in HdmiDeviceInfo()
|
| /frameworks/av/services/audiopolicy/tests/ |
| D | audio_health_tests.cpp | 75 std::string deviceType; in TEST() local 82 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/tests/hdmitests/src/android/hardware/hdmi/ |
| D | HdmiAudioSystemClientTest.java | 181 public void sendKeyEvent(final int deviceType, final int keyCode, final boolean isPressed) { in sendKeyEvent() 186 final int deviceType, final int keyCode, final boolean isPressed) { in sendVolumeKeyEvent() 292 final int deviceType) { in addVendorCommandListener() 296 public void sendVendorCommand(final int deviceType, final int targetAddress, in sendVendorCommand() 301 public void sendStandby(final int deviceType, final int deviceId) { in sendStandby() 340 public void reportAudioStatus(final int deviceType, final int volume, final int maxVolume, in reportAudioStatus()
|
| D | HdmiDeviceInfoTest.java | 37 int deviceType = 0; in testEquals() local
|
| /frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
| D | DeviceDescriptor.h | 179 bool containsDeviceWithType(audio_devices_t deviceType) const { in containsDeviceWithType() 183 bool onlyContainsDevicesWithType(audio_devices_t deviceType) const { in onlyContainsDevicesWithType()
|
| /frameworks/base/media/java/android/media/audiopolicy/ |
| D | AudioMix.java | 62 int deviceType, String deviceAddress) { in AudioMix() 205 public boolean isRoutedToDevice(int deviceType, @NonNull String deviceAddress) { in isRoutedToDevice() 338 Builder setDevice(int deviceType, String address) { in setDevice()
|
| /frameworks/base/media/java/android/media/audiofx/ |
| D | Virtualizer.java | 183 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
|
| /frameworks/av/services/audioflinger/ |
| D | AudioHwDevice.cpp | 37 audio_devices_t deviceType, in openOutputStream()
|
| D | AudioStreamOut.cpp | 121 audio_devices_t deviceType, in open()
|
| /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
|
| D | ControlsFavoritePersistenceWrapper.kt | 198 val deviceType = parser.getAttributeValue(null, TAG_TYPE)?.toInt() in <lambda>() constant
|
| /frameworks/base/services/core/java/com/android/server/hdmi/ |
| D | HdmiUtils.java | 131 static boolean isEligibleAddressForDevice(int deviceType, int logicalAddress) { in isEligibleAddressForDevice() 183 static void verifyAddressType(int logicalAddress, int deviceType) { in verifyAddressType() 610 String deviceType = parser.getAttributeValue(null, "type"); in readDevices() local 627 private static DeviceConfig readDeviceConfig(TypedXmlPullParser parser, String deviceType) in readDeviceConfig()
|
| D | ActiveSourceHandler.java | 62 void process(ActiveSource newActive, int deviceType) { in process()
|
| D | NewDeviceAction.java | 66 int devicePhysicalAddress, int deviceType) { in NewDeviceAction()
|
| D | HdmiControlService.java | 925 public void onAllocated(int deviceType, int logicalAddress) { in allocateLogicalAddress() 1361 private HdmiDeviceInfo createDeviceInfo(int logicalAddress, int deviceType, int powerStatus, in createDeviceInfo() 1581 public VendorCommandListenerRecord(IHdmiVendorCommandListener listener, int deviceType) { in VendorCommandListenerRecord() 1737 public void sendKeyEvent(final int deviceType, final int keyCode, final boolean isPressed) { in sendKeyEvent() 1761 final int deviceType, final int keyCode, final boolean isPressed) { in sendVolumeKeyEvent() 2075 final int deviceType) { in addVendorCommandListener() 2081 public void sendVendorCommand(final int deviceType, final int targetAddress, in sendVendorCommand() 2105 public void sendStandby(final int deviceType, final int deviceId) { in sendStandby() 2236 public void reportAudioStatus(final int deviceType, final int volume, final int maxVolume, in reportAudioStatus() 3209 private void addVendorCommandListener(IHdmiVendorCommandListener listener, int deviceType) { in addVendorCommandListener() [all …]
|
| D | HdmiControlShellCommand.java | 135 int deviceType = -1; in vendorCommand() local
|
| /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 | 142 @DeviceTypes.DeviceType int deviceType, in Control() 474 public StatelessBuilder setDeviceType(@DeviceTypes.DeviceType int deviceType) { in setDeviceType() 677 public StatefulBuilder setDeviceType(@DeviceTypes.DeviceType int deviceType) { in setDeviceType()
|
| /frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
| D | DeviceDescriptor.cpp | 399 for (auto deviceType : orderedTypes) { in getFirstDevicesFromTypes() local 410 for (auto deviceType : orderedTypes) { in getFirstExistingDevice() local 428 audio_devices_t deviceType = apm_extract_one_audio_device(types()); in getDeviceForOpening() local
|
| /frameworks/base/media/java/android/media/ |
| D | MediaRouterClientState.java | 97 public @MediaRouter.RouteInfo.DeviceType int deviceType; field in MediaRouterClientState.RouteInfo
|
| /frameworks/wilhelm/src/ |
| D | data.cpp | 68 SLuint32 deviceType = pDataLocator->mIODevice.deviceType; in checkDataLocator() local
|