Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/faultinjection/
DC2ComponentWrapper.cpp96 c2_status_t C2ComponentWrapper::flush_sm( in flush_sm() function in android::C2ComponentWrapper
98 return mComp->flush_sm(mode, flushedWork); in flush_sm()
DC2ComponentWrapper.h69 virtual c2_status_t flush_sm(
/frameworks/av/media/codec2/components/base/include/
DSimpleC2Component.h44 virtual c2_status_t flush_sm(
/frameworks/av/media/codec2/core/include/
DC2Component.h505 …virtual c2_status_t flush_sm(flush_mode_t mode, std::list<std::unique_ptr<C2Work>>* const flushedW…
/frameworks/av/media/codec2/hidl/1.0/utils/
DComponent.cpp241 c2_status_t c2res = mComponent->flush_sm( in flush()
/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp256 c2_status_t SimpleC2Component::flush_sm( in flush_sm() function in android::SimpleC2Component