OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSrcMemId
(Results
1 - 8
of
8
) sorted by null
/hardware/qcom/display/msm8909/liboverlay/
overlayRotator.h
86
virtual int
getSrcMemId
() const = 0;
142
virtual int
getSrcMemId
() const;
214
virtual int
getSrcMemId
() const;
overlayRotator.cpp
92
* At this instance,
getSrcMemId
() and getSrcOffset() return the
94
if( (fd ==
getSrcMemId
()) and (offset == getSrcOffset()) )
overlayMdpRot.cpp
40
int MdpRot::
getSrcMemId
() const {
249
int prev_fd =
getSrcMemId
();
overlayMdssRot.cpp
54
int MdssRot::
getSrcMemId
() const {
189
int prev_fd =
getSrcMemId
();
/hardware/qcom/display/msm8994/liboverlay/
overlayRotator.h
86
virtual int
getSrcMemId
() const = 0;
142
virtual int
getSrcMemId
() const;
214
virtual int
getSrcMemId
() const;
overlayRotator.cpp
92
* At this instance,
getSrcMemId
() and getSrcOffset() return the
94
if( (fd ==
getSrcMemId
()) and (offset == getSrcOffset()) )
overlayMdpRot.cpp
40
int MdpRot::
getSrcMemId
() const {
249
int prev_fd =
getSrcMemId
();
overlayMdssRot.cpp
54
int MdssRot::
getSrcMemId
() const {
189
int prev_fd =
getSrcMemId
();
Completed in 702 milliseconds