Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/display/msm8960/liboverlay/
H A Doverlay.h119 static bool isAllocated(int index);
215 inline bool Overlay::PipeBook::isAllocated(int index) { in isAllocated() function
220 return !isAllocated(index); in isNotAllocated()
/aosp12/frameworks/base/libs/androidfw/include/androidfw/
H A DAsset.h129 virtual bool isAllocated(void) const { return false; } in isAllocated() function
282 bool isAllocated(void) const override { return mBuf != NULL; } in isAllocated() function
340 virtual bool isAllocated(void) const { return mBuf != NULL; } in isAllocated() function
H A DApkAssets.h92 return resources_asset_ != nullptr && resources_asset_->isAllocated(); in IsTableAllocated()
/aosp12/hardware/qcom/display/msm8084/liboverlay/
H A Doverlay.h201 static bool isAllocated(int index);
359 inline bool Overlay::PipeBook::isAllocated(int index) { in isAllocated() function
364 return !isAllocated(index); in isNotAllocated()
/aosp12/hardware/qcom/display/msm8226/liboverlay/
H A Doverlay.h209 static bool isAllocated(int index);
380 inline bool Overlay::PipeBook::isAllocated(int index) { in isAllocated() function
385 return !isAllocated(index); in isNotAllocated()
/aosp12/hardware/qcom/display/msm8994/liboverlay/
H A Doverlay.h223 static bool isAllocated(int index);
412 inline bool Overlay::PipeBook::isAllocated(int index) { in isAllocated() function
417 return !isAllocated(index); in isNotAllocated()
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DTextureSource.java111 boolean isAllocated() { in isAllocated() method in TextureSource
H A DBackingStore.java666 if (mTexture.isAllocated()) { in destroy()
677 if (!mTexture.isAllocated()) { in getTexture()
/aosp12/frameworks/base/native/android/
H A Dasset_manager.cpp213 return asset->mAsset->isAllocated() ? 1 : 0; in AAsset_isAllocated()
/aosp12/frameworks/base/libs/androidfw/
H A DAsset.cpp109 if (cur->isAllocated()) { in getAssetAllocations()
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DExecutionPlan.cpp389 const bool isAllocated = allocated(temp.stepIndex); in lookup() local
391 CHECK(isAllocated) << "Source operand " << toString(sourceOperandIndex) in lookup()
394 if (isAllocated) { in lookup()