OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:slotMask
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/omx/
GraphicBufferSource.cpp
725
uint32_t
slotMask
;
726
if (mBufferQueue->getReleasedBuffers(&
slotMask
) != NO_ERROR) {
728
slotMask
= 0xffffffff;
731
ALOGV("onBuffersReleased: 0x%08x",
slotMask
);
734
if ((
slotMask
& 0x01) != 0) {
737
slotMask
>>= 1;
/frameworks/native/libs/gui/
IGraphicBufferConsumer.cpp
262
virtual status_t getReleasedBuffers(uint32_t*
slotMask
) {
269
*
slotMask
= reply.readInt32();
413
uint32_t
slotMask
;
414
status_t result = getReleasedBuffers(&
slotMask
);
415
reply->writeInt32(
slotMask
);
Completed in 113 milliseconds