Home
last modified time | relevance | path

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

/hardware/google/av/codec2/vndk/
DC2AllocatorGralloc.cpp127 const static uint32_t MAGIC = '\xc2gr\x00'; member in android::C2HandleGralloc
159 return xd != nullptr && xd->magic == MAGIC; in isValid()
174 igbp_slot, MAGIC in WrapAndMoveNativeHandle()
207 if (xd == nullptr || xd->magic != MAGIC) { in UnwrapNativeHandle()
221 if (xd == nullptr || xd->magic != MAGIC) { in UnwrapNativeHandle()