Searched refs:pHwCamera (Results 1 – 1 of 1) sorted by relevance
67 auto pHwCamera = hwCamera.promote(); in shutdown() local68 if (pHwCamera == nullptr) { in shutdown()79 pHwCamera->doneWithFrame(heldBuffer); in shutdown()85 pHwCamera->unsetMaster(this); in shutdown()88 pHwCamera->clientStreamEnding(this); in shutdown()320 auto pHwCamera = iter->second.promote(); in startVideoStream() local321 if (pHwCamera == nullptr) { in startVideoStream()328 Return<EvsResult> result = pHwCamera->clientStreamStarting(); in startVideoStream()350 auto pHwCamera = mHalCamera.begin()->second.promote(); in startVideoStream() local351 if (mStream_1_1 != nullptr && pHwCamera != nullptr) { in startVideoStream()[all …]