HomeSort by relevance Sort by last modified time
    Searched defs:deviceType (Results 1 - 25 of 112) sorted by null

1 2 3 4 5

  /frameworks/base/media/java/android/media/
MediaRouterClientState.java 107 public @MediaRouter.RouteInfo.DeviceType int deviceType;
117 deviceType = MediaRouter.RouteInfo.DEVICE_TYPE_UNKNOWN;
133 deviceType = other.deviceType;
149 deviceType = in.readInt();
171 dest.writeInt(deviceType);
188 + ", deviceType=" + deviceType
  /frameworks/wilhelm/src/
data.c 70 SLuint32 deviceType = pDataLocator->mIODevice.deviceType;
75 switch (deviceType) {
92 SL_LOGE("%s: deviceType=%u", name, deviceType);
109 switch (deviceType) {
141 SL_LOGE("%s: deviceType=%u is invalid", name, deviceType);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
AudioInputRoutingNotificationsActivity.java 80 int deviceType = routedDevice != null ? routedDevice.getType() : -1;
82 deviceName + " [0x" + Integer.toHexString(deviceType) + "]" +
AudioOutputRoutingNotificationsActivity.java 80 int deviceType = routedDevice != null ? routedDevice.getType() : -1;
82 deviceName + " [0x" + Integer.toHexString(deviceType) + "]" +
  /cts/tests/tests/media/src/android/media/cts/
MediaRouterTest.java 113 final int deviceType = defaultRoute.getDeviceType();
114 assertEquals(RouteInfo.DEVICE_TYPE_UNKNOWN, deviceType);
  /device/asus/fugu/libaudio/
AudioHotplugThread.cpp 162 char deviceType;
163 int ret = sscanf(name, "pcmC%uD%u%c", card, device, &deviceType);
164 return (ret == 3 && deviceType == kDeviceTypeCapture);
  /external/opencv3/modules/videoio/src/
cap_openni2.cpp 203 int deviceType = DEVICE_DEFAULT;
214 deviceType = index / 10;
219 if (deviceType == DEVICE_ASUS_XTION)
222 if( deviceType > DEVICE_MAX )
300 // if( deviceType == DEVICE_ASUS_XTION )
cap_openni.cpp 544 int deviceType = DEVICE_DEFAULT;
554 deviceType = index / 10;
558 if( deviceType > DEVICE_MAX )
653 if( deviceType == DEVICE_ASUS_XTION )
    [all...]
  /frameworks/base/media/java/android/media/audiofx/
Virtualizer.java 174 * @param deviceType
183 private boolean getAnglesInt(int inputChannelMask, int deviceType, int[] angles)
207 paramsConverter.putInt(AudioDeviceInfo.convertDeviceTypeToInternalDevice(deviceType));
215 + Integer.toHexString(deviceType) + ") returns " + status);
326 private static int deviceToMode(int deviceType) {
327 switch (deviceType) {
435 int deviceType = getDeviceForModeForce(virtualizationMode);
436 int internalDevice = AudioDeviceInfo.convertDeviceTypeToInternalDevice(deviceType);
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp     [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
MediaRecorderTest.java 511 String deviceType = MediaProfileReader.getDeviceType();
512 Log.v(TAG, "deviceType = " + deviceType);
  /frameworks/native/services/inputflinger/
EventHub.cpp     [all...]
InputReader.h     [all...]
  /frameworks/base/wifi/java/android/net/wifi/
RttManager.java 330 public int deviceType;
465 deviceType = RTT_PEER_TYPE_AP;
503 dest.writeInt(params.deviceType);
534 params[i].deviceType = in.readInt();
857 if (params.deviceType != RTT_PEER_TYPE_AP) {
    [all...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h 281 SLuint32 deviceType;
    [all...]
  /development/ndk/platforms/android-21/include/SLES/
OpenSLES.h 281 SLuint32 deviceType;
    [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h 281 SLuint32 deviceType;
    [all...]
  /external/opencv3/modules/core/src/
ocl.cpp     [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h 281 SLuint32 deviceType;
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/SLES/
OpenSLES.h 281 SLuint32 deviceType;
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/SLES/
OpenSLES.h 281 SLuint32 deviceType;
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/SLES/
OpenSLES.h 281 SLuint32 deviceType;
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/SLES/
OpenSLES.h 281 SLuint32 deviceType;
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/SLES/
OpenSLES.h 281 SLuint32 deviceType;
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/SLES/
OpenSLES.h 281 SLuint32 deviceType;
    [all...]

Completed in 961 milliseconds

1 2 3 4 5