Searched refs:nightSession_ (Results 1 – 2 of 2) sorted by relevance
119 int32_t retCode = nightSessionNapi->nightSession_->GetExposureRange(vecExposureList); in GetSupportedExposureRange()156 int32_t retCode = nightSessionNapi->nightSession_->GetExposure(exposureValue); in GetExposure()187 nightSessionNapi->nightSession_->LockForControl(); in SetExposure()188 int32_t retCode = nightSessionNapi->nightSession_->SetExposure(exposureValue); in SetExposure()189 nightSessionNapi->nightSession_->UnlockForControl(); in SetExposure()216 obj->nightSession_ = static_cast<NightSession*>(sCameraSession_.GetRefPtr()); in NightSessionNapiConstructor()217 obj->cameraSession_ = obj->nightSession_; in NightSessionNapiConstructor()218 if (obj->nightSession_ == nullptr) { in NightSessionNapiConstructor()
41 sptr<NightSession> nightSession_; variable