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

1 2

  /cts/tools/junit/src/com/android/cts/junit/
SingleJUnitTestRunner.java 27 private static String mUsage = "Usage: java -cp <classpath> SingleJUnitTestRunner" +
34 throw new IllegalArgumentException(mUsage);
38 throw new IllegalArgumentException(mUsage);
  /hardware/intel/img/hwcomposer/merrifield/include/
GraphicBuffer.h 37 uint32_t getUsage() const { return mUsage; }
50 uint32_t mUsage;
VirtualDevice.h 78 const uint32_t mUsage;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
GraphicBuffer.h 37 uint32_t getUsage() const { return mUsage; }
50 uint32_t mUsage;
  /hardware/libhardware/modules/camera/
Stream.h 69 uint32_t mUsage;
  /frameworks/base/core/java/android/webkit/
WebStorage.java 67 private long mUsage = 0;
74 mUsage = usage;
109 return mUsage;
  /frameworks/av/include/media/
AudioPolicy.h 65 audio_usage_t mUsage;
  /hardware/intel/img/hwcomposer/merrifield/common/base/
HwcLayer.h 111 uint32_t mUsage;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
HwcLayer.h 104 uint32_t mUsage;
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
AllocationCache.java 209 private final int mUsage;
213 mUsage = usage;
218 return mType.hashCode() ^ mUsage;
226 return otherKey.mType.equals(mType) && otherKey.mUsage == otherKey.mUsage;
AllocationInfo.java 47 private final int mUsage;
177 return new AllocationInfo(mElement, mSize, mUsage | usage);
232 mUsage = usage;
263 return mUsage;
359 ElementInfo.fromElement(mElement), mUsage);
400 return mType.equals(other.mType) && mUsage == other.mUsage;
414 return RenderScriptSingleton.getCache().getOrCreateTyped(mType, mUsage);
ScriptGraph.java 71 private final int mUsage;
209 private int mUsage;
305 mUsage = usage | Allocation.USAGE_SCRIPT;
424 mUsage = builder.mUsage;
441 AllocationInfo inputInfo = AllocationInfo.newInstance(mSize, mFormat, mUsage);
567 return (mUsage & Allocation.USAGE_IO_INPUT) != 0;
  /frameworks/av/services/camera/libcameraservice/device2/
Camera2Device.h 251 uint32_t mUsage;
  /frameworks/base/core/java/android/view/
GraphicBuffer.java 57 private final int mUsage;
94 mUsage = usage;
124 return mUsage;
263 dest.writeInt(mUsage);
  /hardware/libhardware/tests/camera2/
camera2_utils.h 198 uint32_t mUsage;
  /frameworks/base/media/java/android/media/
AudioAttributes.java 231 private int mUsage = USAGE_UNKNOWN;
254 return mUsage;
317 private int mUsage = USAGE_UNKNOWN;
340 mUsage = aa.mUsage;
355 aa.mUsage = mUsage;
400 mUsage = usage;
403 mUsage = USAGE_UNKNOWN;
429 mUsage = CONTENT_TYPE_UNKNOWN
    [all...]
MediaPlayer.java 623 private int mUsage = -1;
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Mesh.java 191 int mUsage;
215 mUsage = usage;
363 alloc = Allocation.createTyped(mRS, entry.t, mUsage);
365 alloc = Allocation.createSized(mRS, entry.e, entry.size, mUsage);
378 alloc = Allocation.createTyped(mRS, entry.t, mUsage);
380 alloc = Allocation.createSized(mRS, entry.e, entry.size, mUsage);
Allocation.java 58 int mUsage;
273 return mUsage;
341 mUsage = usage;
464 if ((mUsage & USAGE_SHARED) != 0) {
472 if ((mUsage & USAGE_SHARED) != 0) {
496 if ((mUsage & USAGE_IO_OUTPUT) == 0) {
515 if ((mUsage & USAGE_IO_INPUT) == 0) {
    [all...]
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 139 jfieldID mUsage;
    [all...]
  /frameworks/rs/cpp/
rsCppStructs.h 303 uint32_t mUsage;
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Allocation.java 63 int mUsage;
264 return mUsage;
328 mUsage = usage;
455 if ((mUsage & USAGE_IO_OUTPUT) == 0) {
476 if ((mUsage & USAGE_IO_INPUT) == 0) {
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/
rsCppStructs.h 296 uint32_t mUsage;
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/
rsCppStructs.h 296 uint32_t mUsage;
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/
rsCppStructs.h 296 uint32_t mUsage;
    [all...]

Completed in 1453 milliseconds

1 2