Home
last modified time | relevance | path

Searched refs:CameraHostDeathRecipient (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_host_manager.cpp53 class CameraHostDeathRecipient : public IRemoteObject::DeathRecipient { class in OHOS::CameraStandard::HCameraHostManager::CameraHostInfo
55 explicit CameraHostDeathRecipient(const sptr<HCameraHostManager::CameraHostInfo> &hostInfo) in CameraHostDeathRecipient() function in OHOS::CameraStandard::HCameraHostManager::CameraHostInfo::CameraHostDeathRecipient
59 virtual ~CameraHostDeathRecipient() = default;
121 sptr<CameraHostDeathRecipient> cameraHostDeathRecipient_ = nullptr;
195 cameraHostDeathRecipient_ = new CameraHostDeathRecipient(this); in Init()