Lines Matching refs:C2ComponentWrapper
55 C2ComponentWrapper::Injecter::Injecter(C2ComponentWrapper *thiz) : mThiz(thiz) {} in Injecter()
57 SimpleMethodState::Injecter C2ComponentWrapper::Injecter::start() { in start()
61 C2ComponentWrapper::Listener::Listener( in Listener()
64 void C2ComponentWrapper::Listener::onWorkDone_nb(std::weak_ptr<C2Component> component, in onWorkDone_nb()
69 void C2ComponentWrapper::Listener::onTripped_nb(std::weak_ptr<C2Component> component, in onTripped_nb()
74 void C2ComponentWrapper::Listener::onError_nb( in onError_nb()
79 C2ComponentWrapper::C2ComponentWrapper( in C2ComponentWrapper() function in android::C2ComponentWrapper
82 c2_status_t C2ComponentWrapper::setListener_vb( in setListener_vb()
88 c2_status_t C2ComponentWrapper::queue_nb(std::list<std::unique_ptr<C2Work>>* const items) { in queue_nb()
92 c2_status_t C2ComponentWrapper::announce_nb(const std::vector<C2WorkOutline> &items) { in announce_nb()
96 c2_status_t C2ComponentWrapper::flush_sm( in flush_sm()
101 c2_status_t C2ComponentWrapper::drain_nb(C2Component::drain_mode_t mode) { in drain_nb()
105 c2_status_t C2ComponentWrapper::start() { in start()
109 c2_status_t C2ComponentWrapper::stop() { in stop()
113 c2_status_t C2ComponentWrapper::reset() { in reset()
117 c2_status_t C2ComponentWrapper::release() { in release()
121 std::shared_ptr<C2ComponentInterface> C2ComponentWrapper::intf(){ in intf()
125 C2ComponentWrapper::Injecter C2ComponentWrapper::inject() { in inject()