OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PipeBook
(Results
1 - 4
of
4
) sorted by null
/hardware/qcom/display/msm8960/liboverlay/
overlay.h
96
struct
PipeBook
{
143
PipeBook
mPipeBook[utils::OV_INVALID]; //Used as max
154
OVASSERT(index >=0 && index <
PipeBook
::NUM_PIPES, \
157
PipeBook
::getDestStr((utils::eDest)index));
162
for(int i = 0; i <
PipeBook
::NUM_PIPES; i++) {
163
if((mPipeBook[i].mDisplay ==
PipeBook
::DPY_UNUSED ||
164
mPipeBook[i].mDisplay == dpy) &&
PipeBook
::isNotAllocated(i)) {
179
inline bool Overlay::
PipeBook
::valid() {
183
inline bool Overlay::
PipeBook
::pipeUsageUnchanged() {
187
inline void Overlay::
PipeBook
::setUse(int index)
[
all
...]
/hardware/qcom/display/msm8084/liboverlay/
overlay.h
178
struct
PipeBook
{
231
PipeBook
mPipeBook[utils::OV_INVALID]; //Used as max
248
OVASSERT(index >=0 && index <
PipeBook
::NUM_PIPES, \
251
PipeBook
::getDestStr((utils::eDest)index));
256
for(int i = 0; i <
PipeBook
::NUM_PIPES; i++) {
261
PipeBook
::isNotAllocated(i) &&
263
PipeBook
::getPipeType((utils::eDest)i) ==
273
for(int i = 0; i <
PipeBook
::NUM_PIPES; i++) {
276
PipeBook
::isNotAllocated(i) &&
278
PipeBook
::getPipeType((utils::eDest)i) =
[
all
...]
/hardware/qcom/display/msm8226/liboverlay/
overlay.h
186
struct
PipeBook
{
239
PipeBook
mPipeBook[utils::OV_INVALID]; //Used as max
256
OVASSERT(index >=0 && index <
PipeBook
::NUM_PIPES, \
259
PipeBook
::getDestStr((utils::eDest)index));
264
for(int i = 0; i <
PipeBook
::NUM_PIPES; i++) {
269
PipeBook
::isNotAllocated(i) &&
271
PipeBook
::getPipeType((utils::eDest)i) ==
281
for(int i = 0; i <
PipeBook
::NUM_PIPES; i++) {
284
PipeBook
::isNotAllocated(i) &&
286
PipeBook
::getPipeType((utils::eDest)i) =
[
all
...]
/hardware/qcom/display/msm8994/liboverlay/
overlay.h
198
struct
PipeBook
{
256
PipeBook
mPipeBook[utils::OV_INVALID]; //Used as max
275
OVASSERT(index >=0 && index <
PipeBook
::NUM_PIPES, \
278
PipeBook
::getDestStr((utils::eDest)index));
283
for(int i = 0; i <
PipeBook
::NUM_PIPES; i++) {
288
PipeBook
::isNotAllocated(i) &&
290
PipeBook
::getPipeType((utils::eDest)i) ==
300
for(int i = 0; i <
PipeBook
::NUM_PIPES; i++) {
303
PipeBook
::isNotAllocated(i) &&
305
PipeBook
::getPipeType((utils::eDest)i) =
[
all
...]
Completed in 3996 milliseconds