Searched refs:thiz (Results 1 – 3 of 3) sorted by relevance
396 std::shared_ptr<Health> thiz = ref<Health>(); in OnInit() local397 auto binder_event = [thiz](auto*, uint32_t epevents) { thiz->BinderEvent(epevents); }; in OnInit()
305 std::shared_ptr<ExternalCameraOfflineSession> thiz = ref<ExternalCameraOfflineSession>(); in initOutputThread() local308 /*parent=*/thiz, mCallback); in initOutputThread()311 mOutputThread = std::make_shared<OutputThread>(/*parent=*/thiz, mCroppingType, mChars, in initOutputThread()
218 std::shared_ptr<ExternalCameraDeviceSession> thiz = ref<ExternalCameraDeviceSession>(); in initOutputThread() local220 mBufferRequestThread = std::make_shared<BufferRequestThread>(/*parent=*/thiz, mCallback); in initOutputThread()222 mOutputThread = std::make_shared<OutputThread>(/*parent=*/thiz, mCroppingType, in initOutputThread()