Home
last modified time | relevance | path

Searched refs:C2ComponentWrapper (Results 1 – 3 of 3) sorted by relevance

/hardware/google/av/codec2/faultinjection/
DC2ComponentWrapper.cpp55 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()
[all …]
DC2ComponentWrapper.h31 class C2ComponentWrapper
32 : public C2Component, public std::enable_shared_from_this<C2ComponentWrapper> {
36 explicit Injecter(C2ComponentWrapper *thiz);
40 C2ComponentWrapper *const mThiz;
61 explicit C2ComponentWrapper(const std::shared_ptr<C2Component> &comp);
62 virtual ~C2ComponentWrapper() = default;
DAndroid.bp6 "C2ComponentWrapper.cpp",