Home
last modified time | relevance | path

Searched refs:Injecter (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/codec2/faultinjection/
DC2ComponentWrapper.cpp55 C2ComponentWrapper::Injecter::Injecter(C2ComponentWrapper *thiz) : mThiz(thiz) {} in Injecter() function in android::C2ComponentWrapper::Injecter
57 SimpleMethodState::Injecter C2ComponentWrapper::Injecter::start() { in start()
58 return SimpleMethodState::Injecter(&mThiz->mStartState); in start()
125 C2ComponentWrapper::Injecter C2ComponentWrapper::inject() { in inject()
126 return Injecter(this); in inject()
DSimpleMethodState.cpp25 SimpleMethodState::Injecter::Injecter(SimpleMethodState *thiz) : mThiz(thiz) {} in Injecter() function in android::SimpleMethodState::Injecter
27 void SimpleMethodState::Injecter::hang() { in hang()
31 void SimpleMethodState::Injecter::fail(c2_status_t err, bool execute) { in fail()
DC2ComponentWrapper.h34 class Injecter {
36 explicit Injecter(C2ComponentWrapper *thiz);
38 SimpleMethodState::Injecter start();
78 Injecter inject();
DSimpleMethodState.h41 class Injecter {
43 explicit Injecter(SimpleMethodState *thiz);