Searched defs:mSlots (Results 1 - 10 of 10) sorted by relevance

/frameworks/native/include/gui/
H A DConsumerBase.h211 // mSlots stores the buffers that have been allocated by the BufferQueue
218 Slot mSlots[BufferQueue::NUM_BUFFER_SLOTS]; member in class:android::ConsumerBase
H A DBufferQueueConsumer.h164 // This references mCore->mSlots. Lock mCore->mMutex while accessing.
165 BufferQueueDefs::SlotsType& mSlots; member in class:android::BufferQueueConsumer
H A DBufferQueueProducer.h217 // This references mCore->mSlots. Lock mCore->mMutex while accessing.
218 BufferQueueDefs::SlotsType& mSlots; member in class:android::BufferQueueProducer
H A DBufferQueueCore.h136 // the information stored in mSlots
184 // mSlots is an array of buffer slots that must be mirrored on the producer
189 BufferQueueDefs::SlotsType mSlots; member in class:android::BufferQueueCore
H A DSurface.h245 // mSlots stores the buffers that have been allocated for each buffer slot.
251 BufferSlot mSlots[NUM_BUFFER_SLOTS]; member in class:android::Surface
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarIconList.java25 private ArrayList<String> mSlots = new ArrayList<>(); field in class:StatusBarIconList
29 mSlots.clear();
32 mSlots.add(slots[i]);
33 if (mIcons.size() < mSlots.size()) {
40 final int N = mSlots.size();
42 if (slot.equals(mSlots.get(i))) {
47 mSlots.add(0, slot);
53 return mSlots.size();
65 return mSlots.get(index);
83 final int N = mSlots
[all...]
/frameworks/av/include/media/stagefright/
H A DSurfaceMediaSource.h163 // mSlots caches GraphicBuffers and frameNumbers from the buffer queue
164 SlotData mSlots[BufferQueue::NUM_BUFFER_SLOTS]; member in class:android::SurfaceMediaSource
/frameworks/base/rs/java/android/renderscript/
H A DProgramFragmentFixedFunction.java159 Slot[] mSlots; field in class:ProgramFragmentFixedFunction.Builder
182 switch(mSlots[i].env) {
184 switch (mSlots[i].format) {
200 switch (mSlots[i].format) {
233 mSlots = new Slot[MAX_TEXTURE];
256 mSlots[slot] = new Slot(env, fmt);
295 if(mSlots[i] != null) {
/frameworks/rs/
H A DrsScript.h157 ObjectBaseRef<Allocation> *mSlots; member in class:android::renderscript::Script
/frameworks/native/services/inputflinger/
H A DInputReader.h983 inline const Slot* getSlot(size_t index) const { return &mSlots[index]; }
987 Slot* mSlots; member in class:android::MultiTouchMotionAccumulator

Completed in 155 milliseconds