OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mGrallocConsumer
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/
rsAllocation.cpp
83
if (
mGrallocConsumer
.get()) {
84
mGrallocConsumer
->unlockBuffer();
85
mGrallocConsumer
= NULL;
472
mGrallocConsumer
= new GrallocConsumer(this, bq);
480
mGrallocConsumer
->setFrameAvailableListener(mBufferListener);
502
status_t ret =
mGrallocConsumer
->lockNextBuffer();
rsAllocation.h
184
sp< GrallocConsumer >
mGrallocConsumer
;
Completed in 419 milliseconds