Home
last modified time | relevance | path

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

123

/frameworks/av/media/libaudiofoundation/include/media/
DAudioContainers.h83 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/
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()
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()
DHdmiControlServiceWrapper.java406 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()
DHdmiDeviceInfo.java173 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/
Daudio_health_tests.cpp75 std::string deviceType; in TEST() local
82 std::string deviceType; in TEST() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/
DControlStatus.kt33 @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/
DHdmiAudioSystemClientTest.java181 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()
DHdmiDeviceInfoTest.java37 int deviceType = 0; in testEquals() local
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DDeviceDescriptor.h179 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/
DAudioMix.java62 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/
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
/frameworks/av/services/audioflinger/
DAudioHwDevice.cpp37 audio_devices_t deviceType, in openOutputStream()
DAudioStreamOut.cpp121 audio_devices_t deviceType, in open()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
DControlInfo.kt38 @DeviceTypes.DeviceType val deviceType: Int constant in com.android.systemui.controls.controller.ControlInfo
DControlsFavoritePersistenceWrapper.kt198 val deviceType = parser.getAttributeValue(null, TAG_TYPE)?.toInt() in <lambda>() constant
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiUtils.java131 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()
DActiveSourceHandler.java62 void process(ActiveSource newActive, int deviceType) { in process()
DNewDeviceAction.java66 int devicePhysicalAddress, int deviceType) { in NewDeviceAction()
DHdmiControlService.java925 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 …]
DHdmiControlShellCommand.java135 int deviceType = -1; in vendorCommand() local
/frameworks/av/services/audiopolicy/common/include/
DVolume.h96 audio_devices_t deviceType = apm_extract_one_audio_device(deviceTypes); in getDeviceForVolume() local
/frameworks/base/core/java/android/service/controls/
DControl.java142 @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/
DDeviceDescriptor.cpp399 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/
DMediaRouterClientState.java97 public @MediaRouter.RouteInfo.DeviceType int deviceType; field in MediaRouterClientState.RouteInfo
/frameworks/wilhelm/src/
Ddata.cpp68 SLuint32 deviceType = pDataLocator->mIODevice.deviceType; in checkDataLocator() local

123