Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/post_processor/
H A Dvideo_post_processor.cpp120 …: userId_(userId), serviceListener_(nullptr), sessionDeathRecipient_(nullptr), processListener_(nu… in VideoPostProcessor()
402 serviceListener_ = sptr<VideoServiceListener>::MakeSptr(weak_from_this()); in ConnectService()
403 auto ret = svcMgr->RegisterServiceStatusListener(serviceListener_, DEVICE_CLASS_DEFAULT); in ConnectService()
419 auto ret = svcMgr->UnregisterServiceStatusListener(serviceListener_); in DisconnectService()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/post_processor/
H A Dvideo_post_processor.h107 sptr<VideoServiceListener> serviceListener_; variable