Home
last modified time | relevance | path

Searched defs:thiz (Results 1 – 6 of 6) sorted by relevance

/hardware/google/av/codec2/faultinjection/
DSimpleMethodState.cpp25 SimpleMethodState::Injecter::Injecter(SimpleMethodState *thiz) : mThiz(thiz) {} in Injecter()
DC2ComponentWrapper.cpp55 C2ComponentWrapper::Injecter::Injecter(C2ComponentWrapper *thiz) : mThiz(thiz) {} in Injecter()
/hardware/google/av/media/codecs/base/
DSimpleC2Component.cpp64 const std::shared_ptr<SimpleC2Component> &thiz) { in setComponent()
79 std::shared_ptr<SimpleC2Component> thiz = mThiz.lock(); in onMessageReceived() local
/hardware/google/av/media/codecs/cmds/
Dcodec2.cpp115 explicit Listener(SimplePlayer *thiz) : mThis(thiz) {} in Listener()
/hardware/google/av/media/sfplugin/
DCCodec.cpp121 static void Init(const sp<CCodecWatchdog> &thiz) { in Init()
1255 sp<CCodec> thiz(this); in initiateRelease() local
/hardware/google/av/codec2/vndk/
DC2Buffer.cpp1176 Impl(C2Buffer *thiz, const std::vector<C2ConstLinearBlock> &blocks) in Impl()
1178 Impl(C2Buffer *thiz, const std::vector<C2ConstGraphicBlock> &blocks) in Impl()