Lines Matching refs:C2SoftMP3
39 class C2SoftMP3::IntfImpl : public SimpleInterface<void>::BaseParams {
96 C2SoftMP3::C2SoftMP3(const char *name, c2_node_id_t id, in C2SoftMP3() function in android::C2SoftMP3
104 C2SoftMP3::~C2SoftMP3() { in ~C2SoftMP3()
108 c2_status_t C2SoftMP3::onInit() { in onInit()
113 c2_status_t C2SoftMP3::onStop() { in onStop()
126 void C2SoftMP3::onReset() { in onReset()
130 void C2SoftMP3::onRelease() { in onRelease()
143 status_t C2SoftMP3::initDecoder() { in initDecoder()
303 c2_status_t C2SoftMP3::onFlush_sm() { in onFlush_sm()
307 c2_status_t C2SoftMP3::drain( in drain()
329 void C2SoftMP3::process( in process()
516 new C2SoftMP3(COMPONENT_NAME, in createComponent()
518 std::make_shared<C2SoftMP3::IntfImpl>(mHelper)), in createComponent()
528 new SimpleInterface<C2SoftMP3::IntfImpl>( in createInterface()
529 COMPONENT_NAME, id, std::make_shared<C2SoftMP3::IntfImpl>(mHelper)), in createInterface()