Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hidl/plugin/samples/
DSampleFilterPlugin.cpp467 return C2_DUPLICATE; in start()
494 return C2_DUPLICATE; in stop()
523 return C2_DUPLICATE; in reset()
552 return C2_DUPLICATE; in release()
/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/vndk/
DC2AllocatorGralloc.cpp443 return C2_DUPLICATE; in map()
DC2Buffer.cpp1240 return C2_DUPLICATE; in registerOnDestroyNotify()
/frameworks/av/media/codec2/tests/vndk/
DC2BufferTest.cpp694 ASSERT_EQ(C2_DUPLICATE, buffer->registerOnDestroyNotify(&DestroyCallback, &arg)); in TEST_F()
/frameworks/av/media/codec2/hidl/1.0/utils/
Dtypes.cpp1822 return C2_DUPLICATE; in toC2Status()
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp2234 case C2_DUPLICATE: in toStatusT()