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

1 2

  /external/skia/tools/
PictureRenderingFlags.cpp 246 sk_tools::PictureRenderer::SkDeviceTypes deviceType =
253 deviceType = sk_tools::PictureRenderer::kBitmap_DeviceType;
257 deviceType = sk_tools::PictureRenderer::kGPU_DeviceType;
264 deviceType = sk_tools::PictureRenderer::kGPU_DeviceType;
272 deviceType = sk_tools::PictureRenderer::kGPU_DeviceType;
281 deviceType = sk_tools::PictureRenderer::kAngle_DeviceType;
293 renderer->setDeviceType(deviceType);
  /frameworks/wilhelm/src/
data.c 65 SLuint32 deviceType = pDataLocator->mIODevice.deviceType;
70 switch (deviceType) {
87 SL_LOGE("%s: deviceType=%u", name, deviceType);
104 switch (deviceType) {
136 SL_LOGE("%s: deviceType=%u is invalid", name, deviceType);
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
ForeignSessionHelper.java 52 public final int deviceType;
56 private ForeignSession(String tag, String name, int deviceType, long modifiedTime) {
59 this.deviceType = deviceType;
98 List<ForeignSession> sessions, String tag, String name, int deviceType,
100 ForeignSession session = new ForeignSession(tag, name, deviceType, modifiedTime);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
MediaRecorderTest.java 288 String deviceType = MediaProfileReader.getDeviceType();
289 Log.v(TAG, "deviceType = " + deviceType);
  /frameworks/base/services/input/
InputReader.h     [all...]
  /development/ndk/platforms/android-14/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...]
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 281 SLuint32 deviceType;
    [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h 281 SLuint32 deviceType;
    [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/SLES/
OpenSLES.h 281 SLuint32 deviceType;
    [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h 281 SLuint32 deviceType;
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/SLES/
OpenSLES.h 281 SLuint32 deviceType;
    [all...]

Completed in 1754 milliseconds

1 2