Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture_monitor/client/
H A Dscreen_capture_monitor_client.cpp32 int32_t ret = scmClient->CreateListenerObject(); in Create()
63 int32_t ScreenCaptureMonitorClient::CreateListenerObject() in CreateListenerObject() function in OHOS::Media::ScreenCaptureMonitorClient
98 CreateListenerObject(); in RegisterScreenCaptureMonitorListener()
H A Dscreen_capture_monitor_client.h40 int32_t CreateListenerObject();
/ohos5.0/foundation/multimedia/player_framework/services/services/avmetadatahelper/client/
H A Davmetadatahelper_client.cpp31 int32_t ret = AVMetadataHelper->CreateListenerObject(); in Create()
170 int32_t AVMetadataHelperClient::CreateListenerObject() in CreateListenerObject() function in OHOS::Media::AVMetadataHelperClient
H A Davmetadatahelper_client.h52 int32_t CreateListenerObject();
/ohos5.0/foundation/multimedia/player_framework/services/services/transcoder/client/
H A Dtranscoder_client.cpp33 int32_t ret = transCoder->CreateListenerObject(); in Create()
69 int32_t TransCoderClient::CreateListenerObject() in CreateListenerObject() function in OHOS::Media::TransCoderClient
H A Dtranscoder_client.h52 int32_t CreateListenerObject();
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/client/
H A Dscreen_capture_client.cpp33 int32_t ret = screenCapture->CreateListenerObject(); in Create()
45 int32_t ScreenCaptureClient::CreateListenerObject() in CreateListenerObject() function in OHOS::Media::ScreenCaptureClient
H A Dscreen_capture_client.h30 int32_t CreateListenerObject();
/ohos5.0/foundation/multimedia/player_framework/services/services/player/client/
H A Dplayer_client.h87 int32_t CreateListenerObject();
H A Dplayer_client.cpp30 int32_t ret = player->CreateListenerObject(); in Create()
55 int32_t PlayerClient::CreateListenerObject() in CreateListenerObject() function in OHOS::Media::PlayerClient
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/client/
H A Dcodec_client.h83 int32_t CreateListenerObject();
H A Dcodec_client.cpp34 int32_t ret = std::static_pointer_cast<CodecClient>(codec)->CreateListenerObject(); in Create()
67 int32_t CodecClient::CreateListenerObject() in CreateListenerObject() function in OHOS::MediaAVCodec::CodecClient
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/client/
H A Drecorder_client.h85 int32_t CreateListenerObject();
H A Drecorder_client.cpp33 int32_t ret = recorder->CreateListenerObject(); in Create()
70 int32_t RecorderClient::CreateListenerObject() in CreateListenerObject() function in OHOS::Media::RecorderClient
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/input/
H A Dcamera_manager.h746 int32_t CreateListenerObject();
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp213 int32_t CameraManager::CreateListenerObject() in CreateListenerObject() function in OHOS::CameraStandard::CameraManager
875 retCode = CreateListenerObject(); in InitCameraManager()