Searched defs:mSlots (Results 1 - 7 of 7) sorted by path

/frameworks/base/core/java/com/android/internal/statusbar/
H A DStatusBarIconList.java25 private String[] mSlots; field in class:StatusBarIconList
36 this.mSlots = in.readStringArray();
51 out.writeStringArray(mSlots);
92 String[] s = mSlots = new String[N];
100 final int N = mSlots.length;
102 if (slot.equals(mSlots[i])) {
110 return mSlots.length;
122 return mSlots[index];
140 if (that.mSlots == null) {
141 this.mSlots
[all...]
/frameworks/base/graphics/java/android/renderscript/
H A DProgramFragmentFixedFunction.java125 Slot[] mSlots; field in class:ProgramFragmentFixedFunction.Builder
148 switch(mSlots[i].env) {
150 switch (mSlots[i].format) {
166 switch (mSlots[i].format) {
198 mSlots = new Slot[MAX_TEXTURE];
220 mSlots[slot] = new Slot(env, fmt);
256 if(mSlots[i] != null) {
/frameworks/base/include/gui/
H A DSurfaceTexture.h366 // mSlots is the array of buffer slots that must be mirrored on the client
371 BufferSlot mSlots[NUM_BUFFER_SLOTS]; member in class:android::SurfaceTexture
H A DSurfaceTextureClient.h110 // mSlots stores the buffers that have been allocated for each buffer slot.
116 sp<GraphicBuffer> mSlots[NUM_BUFFER_SLOTS]; member in class:android::SurfaceTextureClient
/frameworks/base/include/media/stagefright/
H A DSurfaceMediaSource.h251 // mSlots is the array of buffer slots that must be mirrored on the client
256 BufferSlot mSlots[NUM_BUFFER_SLOTS]; member in class:android::SurfaceMediaSource
/frameworks/base/libs/rs/
H A DrsScript.h89 ObjectBaseRef<Allocation> *mSlots; member in class:android::renderscript::Script
/frameworks/base/services/input/
H A DInputReader.h789 inline const Slot* getSlot(size_t index) const { return &mSlots[index]; }
793 Slot* mSlots; member in class:android::MultiTouchMotionAccumulator

Completed in 125 milliseconds