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

1 2 3 4

  /frameworks/wilhelm/src/
data.c 68 SLuint32 deviceType = pDataLocator->mIODevice.deviceType;
73 switch (deviceType) {
90 SL_LOGE("%s: deviceType=%u", name, deviceType);
107 switch (deviceType) {
139 SL_LOGE("%s: deviceType=%u is invalid", name, deviceType);
    [all...]
  /external/skia/tools/
PictureRenderingFlags.cpp 258 sk_tools::PictureRenderer::SkDeviceTypes deviceType =
281 deviceType = sk_tools::PictureRenderer::kBitmap_DeviceType;
285 deviceType = sk_tools::PictureRenderer::kGPU_DeviceType;
288 deviceType = sk_tools::PictureRenderer::kGPU_DeviceType;
292 deviceType = sk_tools::PictureRenderer::kGPU_DeviceType;
296 deviceType = sk_tools::PictureRenderer::kNVPR_DeviceType;
300 deviceType = sk_tools::PictureRenderer::kNVPR_DeviceType;
304 deviceType = sk_tools::PictureRenderer::kGPU_DeviceType;
309 deviceType = sk_tools::PictureRenderer::kAngle_DeviceType;
314 deviceType = sk_tools::PictureRenderer::kMesa_DeviceType
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
AudioRoutingNotificationsActivity.java 89 int deviceType = routedDevice != null ? routedDevice.getType() : -1;
91 deviceName + " [0x" + Integer.toHexString(deviceType) + "]" +
105 int deviceType = routedDevice != null ? routedDevice.getType() : -1;
107 deviceName + " [0x" + Integer.toHexString(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);
  /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/base/wifi/java/android/net/wifi/
RttManager.java 308 public int deviceType;
438 deviceType = RTT_PEER_TYPE_AP;
470 dest.writeInt(params.deviceType);
507 params[i].deviceType = in.readInt();
817 if (params.deviceType != RTT_PEER_TYPE_AP) {
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.h     [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...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h 281 SLuint32 deviceType;
    [all...]
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 281 SLuint32 deviceType;
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 281 SLuint32 deviceType;
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 281 SLuint32 deviceType;
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h 281 SLuint32 deviceType;
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h 281 SLuint32 deviceType;
    [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 281 SLuint32 deviceType;
    [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 281 SLuint32 deviceType;
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h 281 SLuint32 deviceType;
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/SLES/
OpenSLES.h 281 SLuint32 deviceType;
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h 281 SLuint32 deviceType;
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 281 SLuint32 deviceType;
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/SLES/
OpenSLES.h 281 SLuint32 deviceType;
    [all...]

Completed in 716 milliseconds

1 2 3 4