Home
last modified time | relevance | path

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

1234

/aosp12/frameworks/av/media/libaudiofoundation/include/media/
H A 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
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/hdhomerun/
H A DHdHomeRunDiscover.java69 int targetIp, int deviceType, int deviceId, int maxCount) { in findDevices()
196 private int send(int targetIp, int deviceType, int deviceId) { in send()
202 private int sendWildcardIp(int deviceType, int deviceId) { in sendWildcardIp()
222 private int sendTargetIp(int targetIp, int deviceType, int deviceId) { in sendTargetIp()
317 private boolean send(int targetIp, int deviceType, int deviceId) { in send()
H A DHdHomeRunDevice.java59 int ipAddress, int deviceType, int deviceId, int tunerIndex, String deviceModel) { in HdHomeRunDevice()
/aosp12/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()
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()
H A 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()
H A 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()
/aosp12/frameworks/av/services/audiopolicy/tests/
H A Daudio_health_tests.cpp75 std::string deviceType; in TEST() local
82 std::string deviceType; in TEST() local
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/src/
H A DInvalidDevice.cpp64 constexpr auto deviceType = DeviceType::OTHER; in create() local
74 std::vector<Extension> extensions, DeviceType deviceType, in InvalidDevice()
114 ndk::ScopedAStatus InvalidDevice::getType(DeviceType* deviceType) { in getType()
H A DDevice.cpp85 DeviceType deviceType; in getDeviceTypeFrom() local
139 const auto deviceType = NN_TRY(getDeviceTypeFrom(device.get())); in create() local
152 nn::DeviceType deviceType, std::vector<nn::Extension> extensions, in Device()
/aosp12/frameworks/base/core/tests/hdmitests/src/android/hardware/hdmi/
H A 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()
H A DHdmiDeviceInfoTest.java37 int deviceType = 0; in testEquals() local
/aosp12/frameworks/base/media/java/android/media/audiopolicy/
H A 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()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DInvariantDeviceProfile.java119 public @DeviceType int deviceType; field in InvariantDeviceProfile
220 @DeviceType int deviceType = getDeviceType(myInfo); in InvariantDeviceProfile() local
286 @DeviceType int deviceType = getDeviceType(displayInfo); in initGrid() local
298 @DeviceType int deviceType) { in initGrid()
414 String gridName, @DeviceType int deviceType, boolean allowDisabledGrid) { in getPredefinedDeviceProfiles()
536 Info displayInfo, ArrayList<DisplayOption> points, @DeviceType int deviceType) { in invDistWeightedInterpolate()
694 public GridOption(Context context, AttributeSet attrs, @DeviceType int deviceType) { in GridOption()
/aosp12/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
/aosp12/frameworks/av/services/audioflinger/
H A DAudioHwDevice.cpp37 audio_devices_t deviceType, in openOutputStream()
/aosp12/frameworks/base/services/core/java/com/android/server/hdmi/
H A 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()
H A DActiveSourceHandler.java62 void process(ActiveSource newActive, int deviceType) { in process()
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/src/
H A DDevice.cpp63 DeviceType deviceType) { in deviceTypeCallback()
160 const auto deviceType = NN_TRY(getDeviceTypeFrom(device.get())); in create() local
173 nn::DeviceType deviceType, std::vector<nn::Extension> extensions, in Device()
H A DConversions.cpp102 GeneralResult<DeviceType> unvalidatedConvert(const hal::V1_2::DeviceType& deviceType) { in unvalidatedConvert()
276 GeneralResult<DeviceType> convert(const hal::V1_2::DeviceType& deviceType) { in convert()
400 nn::GeneralResult<DeviceType> unvalidatedConvert(const nn::DeviceType& deviceType) { in unvalidatedConvert()
555 nn::GeneralResult<DeviceType> convert(const nn::DeviceType& deviceType) { in convert()
/aosp12/frameworks/av/services/audiopolicy/common/include/
H A DVolume.h96 audio_devices_t deviceType = apm_extract_one_audio_device(deviceTypes); in getDeviceForVolume() local
/aosp12/frameworks/base/core/java/android/service/controls/
H A 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()
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/p2p/
H A DWifiP2pWfdInfo.java279 public boolean setR2DeviceType(@DeviceType int deviceType) { in setR2DeviceType()
321 public boolean setDeviceType(@DeviceType int deviceType) { in setDeviceType()
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A 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
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/
H A DBluetoothDeviceFragment.java105 TextView deviceType = new TextView(context); in checkAllDevices() local
/aosp12/hardware/interfaces/neuralnetworks/1.3/utils/src/
H A DDevice.cpp110 const auto deviceType = NN_TRY(V1_2::utils::getDeviceTypeFrom(device.get())); in create() local
124 nn::DeviceType deviceType, std::vector<nn::Extension> extensions, in Device()

1234