Home
last modified time | relevance | path

Searched refs:requestAllocate (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/codec2/hal/client/include/codec2/aidl/
DGraphicsTracker.h293 c2_status_t requestAllocate(std::shared_ptr<BufferCache> *cache);
/frameworks/av/media/codec2/hal/client/
DGraphicsTracker.cpp547 c2_status_t GraphicsTracker::requestAllocate(std::shared_ptr<BufferCache> *cache) { in requestAllocate() function in aidl::android::hardware::media::c2::implementation::GraphicsTracker
739 c2_status_t res = requestAllocate(&cache); in allocate()