Searched refs:CheckHandle (Results 1 – 9 of 9) sorted by relevance
117 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);
47 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()
60 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()
45 virtual bool checkHandle(const C2Handle* const o) const override { return CheckHandle(o); } in checkHandle()47 static bool CheckHandle(const C2Handle* const o);
913 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::C2AllocatorGralloc1613 bool C2AllocatorAhwb::CheckHandle(const C2Handle* const o) { in CheckHandle() function in android::C2AllocatorAhwb
240 bool C2AllocatorBlob::CheckHandle(const C2Handle* const o) { in CheckHandle() function in android::C2AllocatorBlob245 return C2AllocatorGralloc::CheckHandle(o) && GetCapacityFromHandle(o, &capacity) == C2_OK; in CheckHandle()
440 bool C2DmaBufAllocator::CheckHandle(const C2Handle* const o) { in CheckHandle() function in android::C2DmaBufAllocator
630 bool C2AllocatorIon::CheckHandle(const C2Handle* const o) { in CheckHandle() function in android::C2AllocatorIon
135 if (C2AllocatorGralloc::CheckHandle(handle)) { in CreateGraphicBlock()