Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/util/
DC2Debug.cpp36 case C2_DUPLICATE: return "DUPLICATE"; in asString()
/frameworks/av/media/codec2/core/include/
DC2.h101 C2_DUPLICATE = EEXIST, ///< object already exists enumerator
/frameworks/av/media/codec2/tests/vndk/
DC2BufferTest.cpp688 ASSERT_EQ(C2_DUPLICATE, buffer->registerOnDestroyNotify(&DestroyCallback, &arg)); in TEST_F()
/frameworks/av/media/codec2/vndk/
DC2AllocatorGralloc.cpp418 return C2_DUPLICATE; in map()
DC2Buffer.cpp1184 return C2_DUPLICATE; in registerOnDestroyNotify()
/frameworks/av/media/codec2/hidl/1.0/utils/
Dtypes.cpp1737 return C2_DUPLICATE; in toC2Status()
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp1693 case C2_DUPLICATE: in toStatusT()