Searched defs:mSlot (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/include/gui/
H A DBufferItem.h83 // mSlot is the slot index of this buffer (default INVALID_BUFFER_SLOT).
84 int mSlot; member in class:android::BufferItem
H A DCpuConsumer.h117 // Need to track the original mSlot index and the buffer itself because
118 // the mSlot entry may be freed/reused before the acquired buffer is
120 int mSlot; member in struct:android::CpuConsumer::AcquiredBuffer
125 mSlot(BufferQueue::INVALID_BUFFER_SLOT),
/frameworks/rs/
H A DrsGrallocConsumer.h59 // 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; member in struct:android::renderscript::GrallocConsumer::AcquiredBuffer
67 mSlot(BufferQueue::INVALID_BUFFER_SLOT),
H A DrsScript.h44 int mSlot; member in class:android::renderscript::ScriptKernelID
58 int mSlot; member in class:android::renderscript::ScriptFieldID
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java44 @ViewDebug.ExportedProperty private String mSlot; field in class:StatusBarIconView
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/
H A DScript.java37 int mSlot; field in class:Script.KernelID
42 mSlot = slot;
77 int mSlot; field in class:Script.FieldID
81 mSlot = slot;
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScript.java44 int mSlot; field in class:Script.KernelID
49 mSlot = slot;
106 int mSlot; field in class:Script.FieldID
110 mSlot = slot;

Completed in 165 milliseconds