OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCurrentSlot
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/
SurfaceMediaSource.cpp
41
mCurrentSlot
(BufferQueue::INVALID_BUFFER_SLOT),
288
// TODO:
mCurrentSlot
can be made a bufferstate since there
340
mCurrentSlot
= item.mBuf;
344
mBufferSlot[
mCurrentSlot
] = item.mGraphicBuffer;
347
mCurrentBuffers.push_back(mBufferSlot[
mCurrentSlot
]);
354
passMetadataBuffer(buffer, mBufferSlot[
mCurrentSlot
]->handle);
/frameworks/av/include/media/stagefright/
SurfaceMediaSource.h
157
//
mCurrentSlot
is the buffer slot index of the buffer that is currently
166
int
mCurrentSlot
;
/frameworks/base/services/input/
InputReader.cpp
[
all
...]
InputReader.h
886
int32_t
mCurrentSlot
;
[
all
...]
Completed in 580 milliseconds