Lines Matching refs:C2SoftMP3
40 class C2SoftMP3::IntfImpl : public SimpleInterface<void>::BaseParams {
97 C2SoftMP3::C2SoftMP3(const char *name, c2_node_id_t id, in C2SoftMP3() function in android::C2SoftMP3
105 C2SoftMP3::~C2SoftMP3() { in ~C2SoftMP3()
109 c2_status_t C2SoftMP3::onInit() { in onInit()
114 c2_status_t C2SoftMP3::onStop() { in onStop()
127 void C2SoftMP3::onReset() { in onReset()
131 void C2SoftMP3::onRelease() { in onRelease()
144 status_t C2SoftMP3::initDecoder() { in initDecoder()
304 c2_status_t C2SoftMP3::onFlush_sm() { in onFlush_sm()
308 c2_status_t C2SoftMP3::drain( in drain()
337 void C2SoftMP3::process( in process()
524 new C2SoftMP3(COMPONENT_NAME, in createComponent()
526 std::make_shared<C2SoftMP3::IntfImpl>(mHelper)), in createComponent()
536 new SimpleInterface<C2SoftMP3::IntfImpl>( in createInterface()
537 COMPONENT_NAME, id, std::make_shared<C2SoftMP3::IntfImpl>(mHelper)), in createInterface()