Home
last modified time | relevance | path

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

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