OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RotMgr
(Results
1 - 4
of
4
) sorted by null
/hardware/qcom/display/liboverlay/
overlayRotator.cpp
110
//============
RotMgr
=========================
112
RotMgr
::
RotMgr
() {
120
RotMgr
::~
RotMgr
() {
124
void
RotMgr
::configBegin() {
129
void
RotMgr
::configDone() {
139
Rotator*
RotMgr
::getNext() {
152
void
RotMgr
::clear() {
165
void
RotMgr
::getDump(char *buf, size_t len)
[
all
...]
overlayRotator.h
109
friend class
RotMgr
;
220
class
RotMgr
{
225
RotMgr
();
226
~
RotMgr
();
/hardware/qcom/display/libhwcomposer/
hwc_utils.h
53
class
RotMgr
;
311
overlay::
RotMgr
*mRotMgr;
hwc_utils.cpp
201
ctx->mRotMgr = new
RotMgr
();
207
ctx->mRotMgr = new
RotMgr
();
[
all
...]
Completed in 49 milliseconds