Lines Matching refs:C2SoftGsmDec
32 class C2SoftGsmDec::IntfImpl : public C2InterfaceHelper {
98 C2SoftGsmDec::C2SoftGsmDec(const char *name, c2_node_id_t id, in C2SoftGsmDec() function in android::C2SoftGsmDec
106 C2SoftGsmDec::~C2SoftGsmDec() { in ~C2SoftGsmDec()
110 c2_status_t C2SoftGsmDec::onInit() { in onInit()
120 c2_status_t C2SoftGsmDec::onStop() { in onStop()
134 void C2SoftGsmDec::onReset() { in onReset()
138 void C2SoftGsmDec::onRelease() { in onRelease()
145 c2_status_t C2SoftGsmDec::onFlush_sm() { in onFlush_sm()
174 void C2SoftGsmDec::process( in process()
250 c2_status_t C2SoftGsmDec::drain( in drain()
277 new C2SoftGsmDec(COMPONENT_NAME, in createComponent()
279 std::make_shared<C2SoftGsmDec::IntfImpl>(mHelper)), in createComponent()
289 new SimpleInterface<C2SoftGsmDec::IntfImpl>( in createInterface()
290 COMPONENT_NAME, id, std::make_shared<C2SoftGsmDec::IntfImpl>(mHelper)), in createInterface()