Lines Matching refs:C2SoftFlacDec
36 class C2SoftFlacDec::IntfImpl : public SimpleInterface<void>::BaseParams {
106 C2SoftFlacDec::C2SoftFlacDec( in C2SoftFlacDec() function in android::C2SoftFlacDec
115 C2SoftFlacDec::~C2SoftFlacDec() { in ~C2SoftFlacDec()
119 c2_status_t C2SoftFlacDec::onInit() { in onInit()
124 c2_status_t C2SoftFlacDec::onStop() { in onStop()
133 void C2SoftFlacDec::onReset() { in onReset()
138 void C2SoftFlacDec::onRelease() { in onRelease()
144 c2_status_t C2SoftFlacDec::onFlush_sm() { in onFlush_sm()
148 status_t C2SoftFlacDec::initDecoder() { in initDecoder()
176 void C2SoftFlacDec::process( in process()
320 c2_status_t C2SoftFlacDec::drain( in drain()
349 new C2SoftFlacDec(COMPONENT_NAME, in createComponent()
351 std::make_shared<C2SoftFlacDec::IntfImpl>(mHelper)), in createComponent()
361 new SimpleInterface<C2SoftFlacDec::IntfImpl>( in createInterface()
362 COMPONENT_NAME, id, std::make_shared<C2SoftFlacDec::IntfImpl>(mHelper)), in createInterface()