HomeSort by relevance Sort by last modified time
    Searched refs:OV_MDP_PIPE_ANY (Results 1 - 12 of 12) sorted by null

  /hardware/qcom/display/msm8960/liboverlay/
overlay.cpp 89 if(type == OV_MDP_PIPE_ANY || type == PipeBook::getPipeType((eDest)i)) {
215 int numPipesXType[OV_MDP_PIPE_ANY] = {0};
224 for(int X = 0; X < (int)OV_MDP_PIPE_ANY; X++) { //iterate over types
316 {utils::OV_MDP_PIPE_ANY};
overlayUtils.h 281 OV_MDP_PIPE_ANY, //Any
  /hardware/qcom/display/msm8994/liboverlay/
overlay.cpp 112 if( (type == OV_MDP_PIPE_ANY || //Pipe type match
424 int numPipesXType[OV_MDP_PIPE_ANY] = {0};
433 for(int X = 0; X < (int)OV_MDP_PIPE_ANY; X++) { //iterate over types
611 {utils::OV_MDP_PIPE_ANY};
612 int Overlay::PipeBook::pipeMinID[utils::OV_MDP_PIPE_ANY] = {0};
613 int Overlay::PipeBook::pipeMaxID[utils::OV_MDP_PIPE_ANY] = {0};
overlay.h 231 static int pipeMinID[utils::OV_MDP_PIPE_ANY];
232 static int pipeMaxID[utils::OV_MDP_PIPE_ANY];
overlayUtils.h 252 OV_MDP_PIPE_ANY, //Any
  /hardware/qcom/display/msm8084/liboverlay/
overlay.cpp 117 if( (type == OV_MDP_PIPE_ANY || //Pipe type match
385 int numPipesXType[OV_MDP_PIPE_ANY] = {0};
394 for(int X = 0; X < (int)OV_MDP_PIPE_ANY; X++) { //iterate over types
593 {utils::OV_MDP_PIPE_ANY};
overlayUtils.h 289 OV_MDP_PIPE_ANY, //Any
  /hardware/qcom/display/msm8226/liboverlay/
overlay.cpp 128 if( (type == OV_MDP_PIPE_ANY || //Pipe type match
393 int numPipesXType[OV_MDP_PIPE_ANY] = {0};
402 for(int X = 0; X < (int)OV_MDP_PIPE_ANY; X++) { //iterate over types
601 {utils::OV_MDP_PIPE_ANY};
overlayUtils.h 258 OV_MDP_PIPE_ANY, //Any
  /hardware/qcom/display/msm8909/liboverlay/
overlay.cpp 106 if( (type == OV_MDP_PIPE_ANY || //Pipe type match
373 int numPipesXType[OV_MDP_PIPE_ANY] = {0};
382 for(int X = 0; X < (int)OV_MDP_PIPE_ANY; X++) { //iterate over types
578 {utils::OV_MDP_PIPE_ANY};
overlayUtils.h 249 OV_MDP_PIPE_ANY, //Any
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_fbupdate.cpp 71 ovutils::eDest dest = ov.nextPipe(ovutils::OV_MDP_PIPE_ANY, mDpy);

Completed in 96 milliseconds