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/native/libs/gui/
IGraphicBufferConsumer.cpp
147
virtual status_t getReleasedBuffers(uint64_t*
slotMask
) {
149
if (
slotMask
== NULL) {
150
ALOGE("getReleasedBuffers:
slotMask
must not be NULL");
158
*
slotMask
= static_cast<uint64_t>(reply.readInt64());
341
uint64_t
slotMask
= 0;
342
status_t result = getReleasedBuffers(&
slotMask
);
343
reply->writeInt64(static_cast<int64_t>(
slotMask
));
/frameworks/av/media/libstagefright/omx/
GraphicBufferSource.cpp
[
all
...]
Completed in 77 milliseconds