Home
last modified time | relevance | path

Searched refs:checkHandle (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/codec2/vndk/include/
DC2AllocatorBlob.h47 virtual bool checkHandle(const C2Handle* const o) const override { return CheckHandle(o); } in checkHandle() function
DC2AllocatorGralloc.h88 virtual bool checkHandle(const C2Handle* const o) const override { return CheckHandle(o); } in checkHandle() function
DC2AllocatorIon.h60 virtual bool checkHandle(const C2Handle* const o) const override { return CheckHandle(o); } in checkHandle() function
DC2DmaBufAllocator.h45 virtual bool checkHandle(const C2Handle* const o) const override { return CheckHandle(o); } in checkHandle() function
/frameworks/av/media/codec2/vndk/
DC2Buffer.cpp411 bool isValidHandle = sAllocator->checkHandle(handle); in CreateLinearBlock()
438 bool isValidHandle = sAllocator->checkHandle(cHandle); in CreateLinearBlock()
/frameworks/av/media/codec2/core/include/
DC2Buffer.h755 virtual bool checkHandle(const C2Handle *const handle) const = 0;