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
155
if (
mGrallocConsumer
) {
156
mGrallocConsumer
->releaseIdx(mCurrentIdx);
157
if (!
mGrallocConsumer
->isActive()) {
158
delete
mGrallocConsumer
;
160
mGrallocConsumer
= nullptr;
586
mGrallocConsumer
= new GrallocConsumer(rsc, this, numAlloc);
601
return
mGrallocConsumer
->getNativeWindow();
609
mGrallocConsumer
= alloc->
mGrallocConsumer
;
610
mCurrentIdx =
mGrallocConsumer
->getNextAvailableIdx(this)
[
all
...]
rsAllocation.h
220
GrallocConsumer *
mGrallocConsumer
= nullptr;
Completed in 59 milliseconds