HomeSort by relevance Sort by last modified time
    Searched defs:mSlot (Results 1 - 15 of 15) sorted by null

  /frameworks/native/include/gui/
BufferItem.h 84 // mSlot is the slot index of this buffer (default INVALID_BUFFER_SLOT).
85 int mSlot;
CpuConsumer.h 121 // Need to track the original mSlot index and the buffer itself because
122 // the mSlot entry may be freed/reused before the acquired buffer is
124 int mSlot;
129 mSlot(BufferQueue::INVALID_BUFFER_SLOT),
  /frameworks/rs/
rsGrallocConsumer.h 59 // Need to track the original mSlot index and the buffer itself because
60 // the mSlot entry may be freed/reused before the acquired buffer is
62 int mSlot;
67 mSlot(BufferQueue::INVALID_BUFFER_SLOT),
rsScript.h 44 int mSlot;
58 int mSlot;
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsGrallocConsumer.h 59 // Need to track the original mSlot index and the buffer itself because
60 // the mSlot entry may be freed/reused before the acquired buffer is
62 int mSlot;
67 mSlot(BufferQueue::INVALID_BUFFER_SLOT),
rsScript.h 44 int mSlot;
58 int mSlot;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsGrallocConsumer.h 59 // Need to track the original mSlot index and the buffer itself because
60 // the mSlot entry may be freed/reused before the acquired buffer is
62 int mSlot;
67 mSlot(BufferQueue::INVALID_BUFFER_SLOT),
rsScript.h 44 int mSlot;
58 int mSlot;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsGrallocConsumer.h 59 // Need to track the original mSlot index and the buffer itself because
60 // the mSlot entry may be freed/reused before the acquired buffer is
62 int mSlot;
67 mSlot(BufferQueue::INVALID_BUFFER_SLOT),
rsScript.h 44 int mSlot;
58 int mSlot;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarIconView.java 44 @ViewDebug.ExportedProperty private String mSlot;
55 mSlot = slot;
152 Log.w(TAG, "No icon for slot " + mSlot);
241 Log.d("View", debugIndent(depth) + "slot=" + mSlot);
288 return "StatusBarIconView(slot=" + mSlot + " icon=" + mIcon
  /frameworks/base/rs/java/android/renderscript/
Script.java 37 int mSlot;
42 mSlot = slot;
77 int mSlot;
81 mSlot = slot;
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Script.java 44 int mSlot;
49 mSlot = slot;
106 int mSlot;
110 mSlot = slot;
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTable.java 492 private final int mSlot;
498 mSlot = slot;
503 log("load natural %s", (mSlot == NEXT ? "next" : "previous"));
508 if (mSlot == NEXT) {
522 log("natural %s being rendered", (mSlot == NEXT ? "next" : "previous"));
525 PhotoTable.this.mOnDeck[mSlot] = photo;
528 photo.setX(mSlot == PREV ? -2 * width : mWidth + 2 * width);
534 PhotoTable.this.placeOnDeck(v, mSlot);
542 log("natural, %s was null!", (mSlot == NEXT ? "next" : "previous"));
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 474 milliseconds