Searched refs:hostManager (Results 1 – 4 of 4) sorted by relevance
59 …explicit CameraHostDeadCallback(wptr<HCameraHostManager> hostManager) : hostManager_(hostManager) … in CameraHostDeadCallback() argument63 auto hostManager = hostManager_.promote(); in OnCameraHostDied() local64 if (hostManager == nullptr) { in OnCameraHostDied()68 hostManager->RemoveCameraHost(hostName); in OnCameraHostDied()
25 void DumpPreconfigInfo(CameraInfoDumper& infoDumper, sptr<HCameraHostManager>& hostManager);
376 void DumpPreconfigInfo(CameraInfoDumper& infoDumper, sptr<HCameraHostManager>& hostManager) in DumpPreconfigInfo() argument385 hostManager->GetCameras(cameraIds); in DumpPreconfigInfo()388 hostManager->GetCameraAbility(cameraId, cameraInfo.ability); in DumpPreconfigInfo()
616 explicit FakeHCameraService(sptr<HCameraHostManager> hostManager) : HCameraService(hostManager) in FakeHCameraService() argument