/ohos5.0/foundation/multimedia/player_framework/services/services/sa_media/ipc/ |
H A D | media_service_stub.cpp | 60 deathRecipient->SetNotifyCb(nullptr); in DestroyStubForPid() 124 …deathRecipient->SetNotifyCb(std::bind(&MediaServiceStub::ClientDied, this, std::placeholders::_1)); in SetDeathListener() 135 oldDeathRecipient->SetNotifyCb(nullptr); in SetDeathListener()
|
H A D | media_death_recipient.h | 37 void SetNotifyCb(NotifyCbFunc func) in SetNotifyCb() function
|
/ohos5.0/foundation/multimedia/av_codec/services/services/sa_avcodec/ipc/ |
H A D | avcodec_service_stub.cpp | 55 deathRecipient->SetNotifyCb(nullptr); in DestroyStubForPid() 124 …deathRecipient->SetNotifyCb(std::bind(&AVCodecServiceStub::ClientDied, this, std::placeholders::_1… in SetDeathListener()
|
H A D | avcodec_death_recipient.h | 37 void SetNotifyCb(NotifyCbFunc func) in SetNotifyCb() function
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/include/ |
H A D | audio_server_death_recipient.h | 37 void SetNotifyCb(NotifyCbFunc func) in SetNotifyCb() function
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/input/ |
H A D | camera_death_recipient.h | 37 void SetNotifyCb(NotifyCbFunc func) in SetNotifyCb() function
|
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/ipc/ |
H A D | drm_death_recipient.h | 39 void SetNotifyCb(NotifyCbFunc func) in SetNotifyCb() function
|
/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/client/include/ |
H A D | media_monitor_death_recipient.h | 38 void SetNotifyCb(NotifyCbFunc func) in SetNotifyCb() function
|
/ohos5.0/foundation/multimedia/av_codec/services/services/sa_avcodec/client/ |
H A D | avcodec_client.cpp | 147 … deathRecipient_->SetNotifyCb(std::bind(&AVCodecClient::AVCodecServerDied, std::placeholders::_1)); in GetAVCodecProxy()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/deferred_proc_session/ |
H A D | deferred_video_proc_session.cpp | 142 …deathRecipient_->SetNotifyCb(std::bind(&DeferredVideoProcSession::CameraServerDied, this, std::pla… in SetDeferredVideoSession()
|
H A D | deferred_photo_proc_session.cpp | 208 deathRecipient_->SetNotifyCb([this](pid_t pid) { CameraServerDied(pid); }); in SetDeferredPhotoSession()
|
/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/client/src/ |
H A D | media_monitor_manager.cpp | 71 deathRecipient->SetNotifyCb(std::bind(&MediaMonitorManager::MediaMonitorDied, in GetMediaMonitorProxy()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/ |
H A D | capture_output.cpp | 44 deathRecipient_->SetNotifyCb([this](pid_t pid) { OnCameraServerDied(pid); }); in RegisterStreamBinderDied()
|
/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/drm/ |
H A D | media_key_system_factory_impl.cpp | 66 deathRecipient->SetNotifyCb([this] (pid_t pid) { in GetServiceProxy()
|
H A D | key_session_impl.cpp | 34 deathRecipient_->SetNotifyCb([this] (pid_t pid) { in MediaKeySessionImpl()
|
H A D | media_key_system_impl.cpp | 34 deathRecipient_->SetNotifyCb([this] (pid_t pid) { in MediaKeySystemImpl()
|
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/src/ |
H A D | mediakeysystemfactory_service_stub.cpp | 74 deathRecipient->SetNotifyCb([this] (pid_t pid) { in SetListenerObject()
|
H A D | key_session_service_stub.cpp | 362 deathRecipient_->SetNotifyCb([this] (pid_t pid) { in SetListenerObject()
|
H A D | mediakeysystem_service_stub.cpp | 398 deathRecipient_->SetNotifyCb([this] (pid_t pid) { in SetListenerObject()
|
/ohos5.0/foundation/multimedia/player_framework/services/services/sa_media/client/ |
H A D | media_client.cpp | 340 deathRecipient_->SetNotifyCb(std::bind(&MediaClient::MediaServerDied, std::placeholders::_1)); in GetMediaProxy()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/ |
H A D | camera_input.cpp | 120 deathRecipient_->SetNotifyCb([thisPtr](pid_t pid) { in InitCameraInput()
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/ |
H A D | hcamera_service_stub.cpp | 628 deathRecipient->SetNotifyCb([thisPtr](pid_t pid) { in SetListenerObject()
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/ |
H A D | audio_policy_server.cpp | 1742 … deathRecipient_->SetNotifyCb([this] (int uid) { this->RegisteredTrackerClientDied(uid); }); in RegisterClientDeathRecipient() 1745 …deathRecipient_->SetNotifyCb([this] (pid_t pid) { this->RegisteredStreamListenerClientDied(pid); }… in RegisterClientDeathRecipient()
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/ |
H A D | audio_system_manager.cpp | 176 … asDeathRecipient->SetNotifyCb([] (pid_t pid) { AudioSystemManager::AudioServerDied(pid); }); in GetAudioSystemManagerProxy()
|
H A D | audio_process_in_client.cpp | 285 asDeathRecipient->SetNotifyCb([] (pid_t pid) { AudioServerDied(pid); }); in GetAudioServerProxy()
|