Searched defs:isAllocated (Results 1 - 4 of 4) 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/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);
/hardware/qcom/display/msm8084/liboverlay/
H A Doverlay.h201 static bool isAllocated(int index);
359 inline bool Overlay::PipeBook::isAllocated(int index) { function in class:overlay::Overlay::PipeBook
364 return !isAllocated(index);
/hardware/qcom/display/msm8226/liboverlay/
H A Doverlay.h209 static bool isAllocated(int index);
380 inline bool Overlay::PipeBook::isAllocated(int index) { function in class:overlay::Overlay::PipeBook
385 return !isAllocated(index);

Completed in 299 milliseconds