Home
last modified time | relevance | path

Searched refs:thiz (Results 1 – 9 of 9) sorted by relevance

/hardware/google/av/codec2/faultinjection/
DSimpleMethodState.cpp25 SimpleMethodState::Injecter::Injecter(SimpleMethodState *thiz) : mThiz(thiz) {} in Injecter() argument
DC2ComponentWrapper.cpp55 C2ComponentWrapper::Injecter::Injecter(C2ComponentWrapper *thiz) : mThiz(thiz) {} in Injecter() argument
DSimpleMethodState.h43 explicit Injecter(SimpleMethodState *thiz);
DC2ComponentWrapper.h36 explicit Injecter(C2ComponentWrapper *thiz);
/hardware/google/av/media/codecs/base/
DSimpleC2Component.cpp64 const std::shared_ptr<SimpleC2Component> &thiz) { in setComponent() argument
65 mThiz = thiz; in setComponent()
79 std::shared_ptr<SimpleC2Component> thiz = mThiz.lock(); in onMessageReceived() local
80 if (!thiz) { in onMessageReceived()
94 if (thiz->processQueue()) { in onMessageReceived()
103 int32_t err = thiz->onInit(); in onMessageReceived()
112 int32_t err = thiz->onStop(); in onMessageReceived()
117 thiz->onReset(); in onMessageReceived()
123 thiz->onRelease(); in onMessageReceived()
/hardware/google/av/media/sfplugin/
DCCodec.cpp121 static void Init(const sp<CCodecWatchdog> &thiz) { in Init() argument
123 thiz->mLooper->setName("CCodecWatchdog"); in Init()
124 thiz->mLooper->registerHandler(thiz); in Init()
125 thiz->mLooper->start(); in Init()
1255 sp<CCodec> thiz(this); in initiateRelease() local
1256 std::thread([thiz, sendCallback] { thiz->release(sendCallback); }).detach(); in initiateRelease()
/hardware/google/av/media/codecs/base/include/
DSimpleC2Component.h176 void setComponent(const std::shared_ptr<SimpleC2Component> &thiz);
/hardware/google/av/media/codecs/cmds/
Dcodec2.cpp116 explicit Listener(SimplePlayer *thiz) : mThis(thiz) {} in Listener() argument
/hardware/google/av/codec2/vndk/
DC2Buffer.cpp1176 Impl(C2Buffer *thiz, const std::vector<C2ConstLinearBlock> &blocks) in Impl() argument
1177 : mThis(thiz), mData(blocks) {} in Impl()
1178 Impl(C2Buffer *thiz, const std::vector<C2ConstGraphicBlock> &blocks) in Impl() argument
1179 : mThis(thiz), mData(blocks) {} in Impl()