OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mRotMgr
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/display/libhwcomposer/
hwc.cpp
217
ctx->
mRotMgr
->configBegin();
238
ctx->
mRotMgr
->configDone();
285
ctx->
mRotMgr
->clear();
584
ctx->
mRotMgr
->getDump(ovDump, 2048);
hwc_utils.cpp
201
ctx->
mRotMgr
= new RotMgr();
207
ctx->
mRotMgr
= new RotMgr();
265
if(ctx->
mRotMgr
) {
266
delete ctx->
mRotMgr
;
267
ctx->
mRotMgr
= NULL;
675
int rotFd = ctx->
mRotMgr
->getRotDevFd();
963
*rot = ctx->
mRotMgr
->getNext();
[
all
...]
hwc_utils.h
311
overlay::RotMgr *
mRotMgr
;
Completed in 26 milliseconds