Home
last modified time | relevance | path

Searched refs:CheckHandle (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/media/codec2/vndk/include/
DC2AllocatorGralloc.h117 virtual bool checkHandle(const C2Handle* const o) const override { return CheckHandle(o); } in checkHandle()
119 static bool CheckHandle(const C2Handle* const o);
122 static bool isValid(const C2Handle* const o) { return CheckHandle(o); } in isValid()
167 virtual bool checkHandle(const C2Handle* const o) const override { return CheckHandle(o); } in checkHandle()
169 static bool CheckHandle(const C2Handle* const o);
DC2AllocatorBlob.h47 virtual bool checkHandle(const C2Handle* const o) const override { return CheckHandle(o); } in checkHandle()
49 static bool CheckHandle(const C2Handle* const o);
52 static bool isValid(const C2Handle* const o) { return CheckHandle(o); } in isValid()
DC2AllocatorIon.h60 virtual bool checkHandle(const C2Handle* const o) const override { return CheckHandle(o); } in checkHandle()
62 static bool CheckHandle(const C2Handle* const o);
65 static bool isValid(const C2Handle* const o) { return CheckHandle(o); } in isValid()
DC2DmaBufAllocator.h45 virtual bool checkHandle(const C2Handle* const o) const override { return CheckHandle(o); } in checkHandle()
47 static bool CheckHandle(const C2Handle* const o);
/frameworks/av/media/codec2/vndk/
DC2AllocatorGralloc.cpp913 if (C2AllocatorGralloc::CheckHandle(handle)) { in UnwrapNativeCodec2GrallocHandle()
916 if (C2AllocatorAhwb::CheckHandle(handle)) { in UnwrapNativeCodec2GrallocHandle()
932 if (C2AllocatorGralloc::CheckHandle(handle)) { in ExtractFormatFromCodec2GrallocHandle()
935 if (C2AllocatorAhwb::CheckHandle(handle)) { in ExtractFormatFromCodec2GrallocHandle()
949 if (C2AllocatorGralloc::CheckHandle(handle)) { in ExtractMetadataFromCodec2GrallocHandle()
957 if (C2AllocatorAhwb::CheckHandle(handle)) { in ExtractMetadataFromCodec2GrallocHandle()
1189 if (C2AllocatorGralloc::CheckHandle(handle)) { in _UnwrapNativeCodec2GrallocMetadata()
1194 if (C2AllocatorAhwb::CheckHandle(handle)) { in _UnwrapNativeCodec2GrallocMetadata()
1306 bool C2AllocatorGralloc::CheckHandle(const C2Handle* const o) { in CheckHandle() function in android::C2AllocatorGralloc
1613 bool C2AllocatorAhwb::CheckHandle(const C2Handle* const o) { in CheckHandle() function in android::C2AllocatorAhwb
DC2AllocatorBlob.cpp240 bool C2AllocatorBlob::CheckHandle(const C2Handle* const o) { in CheckHandle() function in android::C2AllocatorBlob
245 return C2AllocatorGralloc::CheckHandle(o) && GetCapacityFromHandle(o, &capacity) == C2_OK; in CheckHandle()
DC2DmaBufAllocator.cpp440 bool C2DmaBufAllocator::CheckHandle(const C2Handle* const o) { in CheckHandle() function in android::C2DmaBufAllocator
DC2AllocatorIon.cpp630 bool C2AllocatorIon::CheckHandle(const C2Handle* const o) { in CheckHandle() function in android::C2AllocatorIon
/frameworks/av/media/codec2/vndk/platform/
DC2BqBuffer.cpp135 if (C2AllocatorGralloc::CheckHandle(handle)) { in CreateGraphicBlock()