Searched defs:isAllocated (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/display/msm8960/liboverlay/
H A Doverlay.h119 static bool isAllocated(int index);
215 inline bool Overlay::PipeBook::isAllocated(int index) { function in class:overlay::Overlay::PipeBook
220 return !isAllocated(index);
/hardware/qcom/display/msm8x26/liboverlay/
H A Doverlay.h119 static bool isAllocated(int index);
215 inline bool Overlay::PipeBook::isAllocated(int index) { function in class:overlay::Overlay::PipeBook
220 return !isAllocated(index);
/hardware/qcom/display/msm8974/liboverlay/
H A Doverlay.h141 static bool isAllocated(int index);
255 inline bool Overlay::PipeBook::isAllocated(int index) { function in class:overlay::Overlay::PipeBook
260 return !isAllocated(index);

Completed in 516 milliseconds