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

  /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 39 ObjectBase(rsc), mScript(s), mSlot(slot) {}
46 int mSlot;
  /frameworks/native/include/gui/
BufferItem.h 102 // mSlot is the slot index of this buffer (default INVALID_BUFFER_SLOT).
103 int mSlot;
105 // mBuf is the former name for mSlot
CpuConsumer.h 110 // Need to track the original mSlot index and the buffer itself because
111 // the mSlot entry may be freed/reused before the acquired buffer is
113 int mSlot;
118 mSlot(BufferQueue::INVALID_BUFFER_SLOT),
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarIconView.java 44 @ViewDebug.ExportedProperty private String mSlot;
62 mSlot = slot;
173 Log.w(TAG, "No icon for slot " + mSlot);
241 Log.d("View", debugIndent(depth) + "slot=" + mSlot);
288 return "StatusBarIconView(slot=" + mSlot + " icon=" + mIcon
293 return mSlot;
  /frameworks/base/rs/java/android/renderscript/
Script.java 37 int mSlot;
42 mSlot = slot;
78 int mSlot;
82 mSlot = slot;
116 int mSlot;
120 mSlot = slot;
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Script.java 66 int mSlot;
71 mSlot = slot;
115 int mSlot;
119 mSlot = slot;
154 int mSlot;
158 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 157 milliseconds