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

/frameworks/native/include/gui/
H A DBufferQueueConsumer.h177 // This references mCore->mSlots. Lock mCore->mMutex while accessing.
178 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 DConsumerBase.h222 // mSlots stores the buffers that have been allocated by the BufferQueue
229 Slot mSlots[BufferQueueDefs::NUM_BUFFER_SLOTS]; member in class:android::ConsumerBase
H A DSurface.h304 // mSlots stores the buffers that have been allocated for each buffer slot.
310 BufferSlot mSlots[NUM_BUFFER_SLOTS]; member in class:android::Surface
H A DBufferQueueCore.h140 // the information stored in mSlots
194 // mSlots is an array of buffer slots that must be mirrored on the producer
199 BufferQueueDefs::SlotsType mSlots; member in class:android::BufferQueueCore
/frameworks/native/libs/gui/include/gui/
H A DBufferQueueConsumer.h177 // This references mCore->mSlots. Lock mCore->mMutex while accessing.
178 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 DConsumerBase.h222 // mSlots stores the buffers that have been allocated by the BufferQueue
229 Slot mSlots[BufferQueueDefs::NUM_BUFFER_SLOTS]; member in class:android::ConsumerBase
H A DSurface.h304 // mSlots stores the buffers that have been allocated for each buffer slot.
310 BufferSlot mSlots[NUM_BUFFER_SLOTS]; member in class:android::Surface
H A DBufferQueueCore.h140 // the information stored in mSlots
194 // mSlots is an array of buffer slots that must be mirrored on the producer
199 BufferQueueDefs::SlotsType mSlots; member in class:android::BufferQueueCore
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarIconList.java25 protected ArrayList<String> mSlots = new ArrayList<>(); field in class:StatusBarIconList
31 mSlots.add(slots[i]);
37 final int N = mSlots.size();
39 if (slot.equals(mSlots.get(i))) {
44 mSlots.add(0, slot);
50 return mSlots.size();
62 return mSlots.get(index);
80 final int N = mSlots.size();
83 pw.printf(" %2d: (%s) %s\n", i, mSlots.get(i), mIcons.get(i));
/frameworks/av/include/media/stagefright/
H A DSurfaceMediaSource.h162 // mSlots caches GraphicBuffers and frameNumbers from the buffer queue
163 SlotData mSlots[BufferQueue::NUM_BUFFER_SLOTS]; member in class:android::SurfaceMediaSource
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DSurfaceMediaSource.h162 // mSlots caches GraphicBuffers and frameNumbers from the buffer queue
163 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.h950 inline const Slot* getSlot(size_t index) const { return &mSlots[index]; }
954 Slot* mSlots; member in class:android::MultiTouchMotionAccumulator

Completed in 446 milliseconds