Lines Matching refs:C2SoftGsmDec
36 class C2SoftGsmDec::IntfImpl : public SimpleInterface<void>::BaseParams {
92 C2SoftGsmDec::C2SoftGsmDec(const char *name, c2_node_id_t id, in C2SoftGsmDec() function in android::C2SoftGsmDec
100 C2SoftGsmDec::~C2SoftGsmDec() { in ~C2SoftGsmDec()
104 c2_status_t C2SoftGsmDec::onInit() { in onInit()
114 c2_status_t C2SoftGsmDec::onStop() { in onStop()
128 void C2SoftGsmDec::onReset() { in onReset()
132 void C2SoftGsmDec::onRelease() { in onRelease()
139 c2_status_t C2SoftGsmDec::onFlush_sm() { in onFlush_sm()
168 void C2SoftGsmDec::process( in process()
244 c2_status_t C2SoftGsmDec::drain( in drain()
271 new C2SoftGsmDec(COMPONENT_NAME, in createComponent()
273 std::make_shared<C2SoftGsmDec::IntfImpl>(mHelper)), in createComponent()
283 new SimpleInterface<C2SoftGsmDec::IntfImpl>( in createInterface()
284 COMPONENT_NAME, id, std::make_shared<C2SoftGsmDec::IntfImpl>(mHelper)), in createInterface()