Home
last modified time | relevance | path

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

12345678910>>...29

/aosp_15_r20/packages/apps/TV/tuner/src/com/android/tv/tuner/hdhomerun/
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()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/inputdevice/tutorial/data/repository/
DTutorialSchedulerRepository.java50 public final java.lang.Object isLaunched(@org.jetbrains.annotations.NotNull() in isLaunched()
57 public final java.lang.Object launchTime(@org.jetbrains.annotations.NotNull() in launchTime()
64 public final java.lang.Object wasEverConnected(@org.jetbrains.annotations.NotNull() in wasEverConnected()
71 public final java.lang.Object firstConnectionTime(@org.jetbrains.annotations.NotNull() in firstConnectionTime()
/aosp_15_r20/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/
DDeviceInfoHelper.java86 int deviceType = recordInternal.getDeviceType(); in populateDeviceInfoId() local
134 int deviceType = getCursorInt(cursor, DEVICE_TYPE_COLUMN_NAME); in populateDeviceInfoMap() local
179 private ContentValues getContentValues(String manufacturer, String model, int deviceType) { in getContentValues()
212 DeviceInfo(String manufacturer, String model, @DeviceType int deviceType) { in DeviceInfo()
/aosp_15_r20/development/samples/VirtualDeviceManager/client/src/com/example/android/vdmdemo/client/
H A DInputManager.java103 void sendInputEvent(InputDeviceType deviceType, InputEvent inputEvent, int displayId) { in sendInputEvent()
132 InputDeviceType deviceType, InputEvent inputEvent) { in sendInputEventToFocusedDisplay()
168 private void sendTouchEvent(InputDeviceType deviceType, MotionEvent event, int displayId) { in sendTouchEvent()
187 private void sendKeyEvent(InputDeviceType deviceType, KeyEvent event, int displayId) { in sendKeyEvent()
/aosp_15_r20/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()
/aosp_15_r20/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()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/controls/controller/
DControlInfo.java26 private final int deviceType = 0; field in ControlInfo
35 java.lang.CharSequence controlSubtitle, @android.service.controls.DeviceTypes.DeviceType() in ControlInfo()
93 java.lang.CharSequence controlSubtitle, @android.service.controls.DeviceTypes.DeviceType() in copy()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioDeviceInventory.java165 void addAudioDeviceInInventoryIfNeeded(int deviceType, String address, String peerAddress, in addAudioDeviceInInventoryIfNeeded()
411 public AdiDeviceState findBtDeviceStateForAddress(String address, int deviceType) { in findBtDeviceStateForAddress()
632 DeviceInfo(int deviceType, String deviceName, String address, in DeviceInfo()
651 DeviceInfo(int deviceType, String deviceName, String address, in DeviceInfo()
660 DeviceInfo(int deviceType, String deviceName, String address) { in DeviceInfo()
665 DeviceInfo(int deviceType, String deviceName, String address, in DeviceInfo()
672 DeviceInfo(int deviceType, String deviceName, String address, in DeviceInfo()
/aosp_15_r20/frameworks/base/media/java/android/media/
H A DAudioSystem.java1339 public static boolean isInputDevice(int deviceType) { in isInputDevice()
1344 public static boolean isBluetoothDevice(int deviceType) { in isBluetoothDevice()
1351 public static boolean isBluetoothOutDevice(int deviceType) { in isBluetoothOutDevice()
1358 public static boolean isBluetoothInDevice(int deviceType) { in isBluetoothInDevice()
1364 public static boolean isBluetoothA2dpOutDevice(int deviceType) { in isBluetoothA2dpOutDevice()
1369 public static boolean isBluetoothScoOutDevice(int deviceType) { in isBluetoothScoOutDevice()
1374 public static boolean isBluetoothScoInDevice(int deviceType) { in isBluetoothScoInDevice()
1379 public static boolean isBluetoothScoDevice(int deviceType) { in isBluetoothScoDevice()
1385 public static boolean isBluetoothLeOutDevice(int deviceType) { in isBluetoothLeOutDevice()
1390 public static boolean isBluetoothLeInDevice(int deviceType) { in isBluetoothLeInDevice()
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/inputdevice/tutorial/domain/interactor/
DTutorialSchedulerInteractor.java58 …vate final java.lang.Object schedule(com.android.systemui.inputdevice.tutorial.data.repository.Dev… in schedule()
62 ….lang.Object waitForDeviceConnection(com.android.systemui.inputdevice.tutorial.data.repository.Dev… in waitForDeviceConnection()
81 …java.lang.Object resolveTutorialType(com.android.systemui.inputdevice.tutorial.data.repository.Dev… in resolveTutorialType()
/aosp_15_r20/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()
/aosp_15_r20/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::Version featureLevel, nn::DeviceType deviceType, in Device()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiUtils.java128 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()
H A DHdmiCecNetwork.java138 public void addLocalDevice(int deviceType, HdmiCecLocalDevice device) { in addLocalDevice()
149 HdmiCecLocalDevice getLocalDevice(int deviceType) { in getLocalDevice()
886 int deviceType = mLocalDevices.keyAt(i); in removeUnusedLocalDevices() local
900 void removeLocalDeviceWithType(int deviceType) { in removeLocalDeviceWithType()
H A DHdmiEarcLocalDevice.java36 protected HdmiEarcLocalDevice(HdmiControlService service, int deviceType) { in HdmiEarcLocalDevice()
41 static HdmiEarcLocalDevice create(HdmiControlService service, int deviceType) { in create()
/aosp_15_r20/frameworks/base/wifi/java/src/android/net/wifi/sharedconnectivity/app/
H A DNetworkProviderInfo.java124 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()
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java141 public @DeviceType int deviceType; field in InvariantDeviceProfile
308 @DeviceType int deviceType = myInfo.getDeviceType(); in InvariantDeviceProfile() local
580 private static boolean firstGridFilter(GridOption gridOption, int deviceType, in firstGridFilter()
837 Info displayInfo, List<DisplayOption> points, @DeviceType int deviceType) { in invDistWeightedInterpolate()
1190 public boolean isEnabled(@DeviceType int deviceType) { in isEnabled()
1207 public boolean filterByFlag(int deviceType, boolean isFixedLandscape) { in filterByFlag()
/aosp_15_r20/frameworks/base/media/java/android/media/audiofx/
H A DVirtualizer.java188 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
/aosp_15_r20/frameworks/base/media/java/android/media/audiopolicy/
H A DAudioMix.java82 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()
/aosp_15_r20/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.cpp101 GeneralResult<DeviceType> unvalidatedConvert(const hal::V1_2::DeviceType& deviceType) { in unvalidatedConvert()
278 GeneralResult<DeviceType> convert(const hal::V1_2::DeviceType& deviceType) { in convert()
406 nn::GeneralResult<DeviceType> unvalidatedConvert(const nn::DeviceType& deviceType) { in unvalidatedConvert()
569 nn::GeneralResult<DeviceType> convert(const nn::DeviceType& deviceType) { in convert()
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDetailsAudioDeviceTypeControllerTest.java100 int deviceType = AUDIO_DEVICE_CATEGORY_SPEAKER; in createAudioDeviceTypePreference_btDeviceIsCategorized_checkSelection() local
116 int deviceType = AUDIO_DEVICE_CATEGORY_SPEAKER; in selectDeviceTypeSpeaker_invokeSetBluetoothAudioDeviceType() local
/aosp_15_r20/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/common/
H A DHdmiCecDeviceTypeTest.java106 String deviceType = ""; in getAllDeviceTypes() local
163 int deviceType = getAllDeviceTypes(device, false); in cecDeviceTypesSameAsDeviceType() local

12345678910>>...29