Searched refs:thiz (Results 1 – 9 of 9) sorted by relevance
25 SimpleMethodState::Injecter::Injecter(SimpleMethodState *thiz) : mThiz(thiz) {} in Injecter() argument
55 C2ComponentWrapper::Injecter::Injecter(C2ComponentWrapper *thiz) : mThiz(thiz) {} in Injecter() argument
43 explicit Injecter(SimpleMethodState *thiz);
36 explicit Injecter(C2ComponentWrapper *thiz);
64 const std::shared_ptr<SimpleC2Component> &thiz) { in setComponent() argument65 mThiz = thiz; in setComponent()79 std::shared_ptr<SimpleC2Component> thiz = mThiz.lock(); in onMessageReceived() local80 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()
121 static void Init(const sp<CCodecWatchdog> &thiz) { in Init() argument123 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() local1256 std::thread([thiz, sendCallback] { thiz->release(sendCallback); }).detach(); in initiateRelease()
176 void setComponent(const std::shared_ptr<SimpleC2Component> &thiz);
116 explicit Listener(SimplePlayer *thiz) : mThis(thiz) {} in Listener() argument
1176 Impl(C2Buffer *thiz, const std::vector<C2ConstLinearBlock> &blocks) in Impl() argument1177 : mThis(thiz), mData(blocks) {} in Impl()1178 Impl(C2Buffer *thiz, const std::vector<C2ConstGraphicBlock> &blocks) in Impl() argument1179 : mThis(thiz), mData(blocks) {} in Impl()