OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mSlots
(Results
1 - 8
of
8
) sorted by null
/frameworks/native/include/gui/
ConsumerBase.h
197
//
mSlots
stores the buffers that have been allocated by the BufferQueue
204
Slot
mSlots
[BufferQueue::NUM_BUFFER_SLOTS];
Surface.h
170
//
mSlots
stores the buffers that have been allocated for each buffer slot.
176
BufferSlot
mSlots
[NUM_BUFFER_SLOTS];
BufferQueue.h
459
//
mSlots
is the array of buffer slots that must be mirrored on the
465
BufferSlot
mSlots
[NUM_BUFFER_SLOTS];
/frameworks/base/core/java/com/android/internal/statusbar/
StatusBarIconList.java
25
private String[]
mSlots
;
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
= null
[
all
...]
/frameworks/av/include/media/stagefright/
SurfaceMediaSource.h
154
//
mSlots
caches GraphicBuffers and frameNumbers from the buffer queue
155
SlotData
mSlots
[BufferQueue::NUM_BUFFER_SLOTS];
/frameworks/rs/
rsScript.h
129
ObjectBaseRef<Allocation> *
mSlots
;
/frameworks/base/graphics/java/android/renderscript/
ProgramFragmentFixedFunction.java
162
Slot[]
mSlots
;
185
switch(
mSlots
[i].env) {
187
switch (
mSlots
[i].format) {
203
switch (
mSlots
[i].format) {
236
mSlots
= new Slot[MAX_TEXTURE];
259
mSlots
[slot] = new Slot(env, fmt);
298
if(
mSlots
[i] != null) {
/frameworks/base/services/input/
InputReader.h
889
inline const Slot* getSlot(size_t index) const { return &
mSlots
[index]; }
893
Slot*
mSlots
;
[
all
...]
Completed in 431 milliseconds