Home
last modified time | relevance | path

Searched refs:isAllocated (Results 1 – 7 of 7) sorted by relevance

/hardware/qcom/display/msm8960/liboverlay/
Doverlay.h119 static bool isAllocated(int index);
215 inline bool Overlay::PipeBook::isAllocated(int index) { in isAllocated() function
220 return !isAllocated(index); in isNotAllocated()
/hardware/google/gfxstream/guest/android-emu/aemu/base/containers/
DSmallVector.h156 bool isAllocated() const { return this->cbegin() != smallBufferStart(); } in isAllocated() function
167 if (isAllocated()) { in dtor()
329 if (other.isAllocated()) { in SmallFixedVector()
354 if (other.isAllocated()) {
364 if (this->isAllocated() && this->mCapacity < other.size()) {
/hardware/google/aemu/base/include/aemu/base/containers/
DSmallVector.h156 bool isAllocated() const { return this->cbegin() != smallBufferStart(); } in isAllocated() function
167 if (isAllocated()) { in dtor()
329 if (other.isAllocated()) { in SmallFixedVector()
354 if (other.isAllocated()) {
364 if (this->isAllocated() && this->mCapacity < other.size()) {
/hardware/qcom/display/msm8084/liboverlay/
Doverlay.h201 static bool isAllocated(int index);
359 inline bool Overlay::PipeBook::isAllocated(int index) { in isAllocated() function
364 return !isAllocated(index); in isNotAllocated()
/hardware/qcom/display/msm8226/liboverlay/
Doverlay.h209 static bool isAllocated(int index);
380 inline bool Overlay::PipeBook::isAllocated(int index) { in isAllocated() function
385 return !isAllocated(index); in isNotAllocated()
/hardware/qcom/display/msm8994/liboverlay/
Doverlay.h223 static bool isAllocated(int index);
412 inline bool Overlay::PipeBook::isAllocated(int index) { in isAllocated() function
417 return !isAllocated(index); in isNotAllocated()
/hardware/google/gfxstream/host/
DChannelStream.cpp46 if (mWriteBuffer.isAllocated()) { in commitBuffer()