Home
last modified time | relevance | path

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

/hardware/google/av/codec2/hidl/1.0/utils/
DComponentStore.cpp78 return C2_BLOCKING; in config()
90 return C2_BLOCKING; in query()
107 return C2_BLOCKING; in querySupportedValues()
/hardware/google/av/codec2/vndk/util/
DC2Debug.cpp39 case C2_BLOCKING: return "BLOCKING"; in asString()
DC2InterfaceHelper.cpp685 case C2_BLOCKING: paramBlocking = true; break; in config()
719 paramBlocking ? C2_BLOCKING : in config()
/hardware/google/av/media/codecs/base/
DSimpleC2Component.cpp170 return C2_BLOCKING; in setListener_vb()
/hardware/google/av/codec2/include/
DC2.h104 C2_BLOCKING = EWOULDBLOCK, ///< operation would block but blocking is not permitted enumerator
/hardware/google/av/media/sfplugin/
DCCodecBufferChannel.cpp2838 case C2_BLOCKING: in toStatusT()