Lines Matching refs:mParent
33 DeviceCb::DeviceCb(CameraAidlTest* parent, camera_metadata_t* staticMeta) : mParent(parent) { in DeviceCb()
60 if (nullptr == mParent) { in processCaptureResult()
65 std::unique_lock<std::mutex> l(mParent->mLock); in processCaptureResult()
72 mParent->mResultCondition.notify_one(); in processCaptureResult()
258 auto requestEntry = mParent->mInflightMap.find(frameNumber); in processCaptureResultLocked()
259 if (requestEntry == mParent->mInflightMap.end()) { in processCaptureResultLocked()
452 std::lock_guard<std::mutex> l(mParent->mLock); in notifyHelper()
463 auto itr = mParent->mInflightMap.find( in notifyHelper()
465 if (itr == mParent->mInflightMap.end()) { in notifyHelper()
508 mParent->mInflightMap.find(msg.get<NotifyMsg::Tag::shutter>().frameNumber); in notifyHelper()
509 if (itr == mParent->mInflightMap.end()) { in notifyHelper()
523 mParent->mResultCondition.notify_one(); in notifyHelper()