Home
last modified time | relevance | path

Searched defs:mSlots (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/native/libs/gui/include/gui/
H A DBufferQueueConsumer.h185 BufferQueueDefs::SlotsType& mSlots; variable
H A DBufferQueueProducer.h235 BufferQueueDefs::SlotsType& mSlots; variable
H A DConsumerBase.h247 Slot mSlots[BufferQueueDefs::NUM_BUFFER_SLOTS]; variable
H A DBufferQueueCore.h198 BufferQueueDefs::SlotsType mSlots; variable
H A DSurface.h421 BufferSlot mSlots[NUM_BUFFER_SLOTS]; variable
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DMultiTouchInputMapper.h84 Slot* mSlots; variable
/aosp12/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
H A DMinimizedControlBar.java44 private FrameLayout[] mSlots; field in MinimizedControlBar
H A DControlBar.java70 private FrameLayout[] mSlots; field in ControlBar
/aosp12/frameworks/base/rs/java/android/renderscript/
H A DProgramFragmentFixedFunction.java167 Slot[] mSlots; field in ProgramFragmentFixedFunction.Builder
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/clipping/
H A DClipStorage.java73 private final File[] mSlots = new File[NUM_OF_SLOTS]; field in ClipStorage
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarIconList.java31 private ArrayList<Slot> mSlots = new ArrayList<>(); field in StatusBarIconList
/aosp12/frameworks/rs/
H A DrsScript.h157 ObjectBaseRef<Allocation> *mSlots; variable