Home
last modified time | relevance | path

Searched refs:MEDIA_LOGI (Results 1 – 25 of 133) sorted by relevance

123456

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder/
H A Drecorder_impl.cpp40 MEDIA_LOGI("RecorderImpl:0x%{public}06" PRIXPTR " Init in", FAKE_POINTER(this)); in Init()
61 MEDIA_LOGI("RecorderImpl:0x%{public}06" PRIXPTR " Instances create", FAKE_POINTER(this)); in RecorderImpl()
72 MEDIA_LOGI("RecorderImpl:0x%{public}06" PRIXPTR " Instances destroy", FAKE_POINTER(this)); in ~RecorderImpl()
278 MEDIA_LOGI("RecorderImpl:0x%{public}06" PRIXPTR " SetLocation in", FAKE_POINTER(this)); in SetLocation()
303 MEDIA_LOGI("RecorderImpl:0x%{public}06" PRIXPTR " Prepare in", FAKE_POINTER(this)); in Prepare()
310 MEDIA_LOGI("RecorderImpl:0x%{public}06" PRIXPTR " Start in", FAKE_POINTER(this)); in Start()
317 MEDIA_LOGI("RecorderImpl:0x%{public}06" PRIXPTR " Pause in", FAKE_POINTER(this)); in Pause()
324 MEDIA_LOGI("RecorderImpl:0x%{public}06" PRIXPTR " Resume in", FAKE_POINTER(this)); in Resume()
331 MEDIA_LOGI("RecorderImpl:0x%{public}06" PRIXPTR " Stop in, block is %{public}d", in Stop()
339 MEDIA_LOGI("RecorderImpl:0x%{public}06" PRIXPTR " Reset in", FAKE_POINTER(this)); in Reset()
[all …]
/ohos5.0/foundation/multimedia/player_framework/services/services/observer/
H A Dincall_observer.cpp44 MEDIA_LOGI("0x%{public}06" PRIXPTR " Instances create", FAKE_POINTER(this)); in InCallObserver()
50 MEDIA_LOGI("0x%{public}06" PRIXPTR " Instances destroy", FAKE_POINTER(this)); in ~InCallObserver()
68 MEDIA_LOGI("0x%{public}06" PRIXPTR "InCallObserver CallBack is null", FAKE_POINTER(this)); in RegisterInCallObserverCallBack()
84 MEDIA_LOGI("Update InCall Status %{public}d", static_cast<int32_t>(inCall)); in OnCallStateUpdated()
90 MEDIA_LOGI("0x%{public}06" PRIXPTR " Stop and Release CallBack", FAKE_POINTER(this)); in OnCallStateUpdated()
107 MEDIA_LOGI("InCallObserver exist : %{public}d", isTelephonyStateListenerDied_); in Init()
114 MEDIA_LOGI("InCallObserver Register InCall Listener"); in RegisterObserver()
118 MEDIA_LOGI("InCallObserver Register Listener slotId:%{public}d", slotId); in RegisterObserver()
122 MEDIA_LOGI("InCallObserver Register Listener observer ret:%{public}d", res); in RegisterObserver()
133 MEDIA_LOGI("UnRegister InCall Listener"); in UnRegisterObserver()
[all …]
H A Dmedia_telephony_listener.cpp34 MEDIA_LOGI("0x%{public}06" PRIXPTR " Instances create", FAKE_POINTER(this)); in MediaTelephonyListener()
39 MEDIA_LOGI("0x%{public}06" PRIXPTR " Instances destroy", FAKE_POINTER(this)); in ~MediaTelephonyListener()
44 MEDIA_LOGI("OnCallStateUpdated slotId = %{public}d, callState = %{public}d", slotId, callState); in OnCallStateUpdated()
67MEDIA_LOGI("OnSignalInfoUpdated slotId = %{public}d, signalInfoList.size = %{public}zu", slotId, v… in OnSignalInfoUpdated()
73 MEDIA_LOGI("OnNetworkStateUpdated slotId = %{public}d, networkState = %{public}d", slotId, in OnNetworkStateUpdated()
80MEDIA_LOGI("OnCellInfoUpdated slotId = %{public}d, cell info size = %{public}zu", slotId, vec.siz… in OnCellInfoUpdated()
88 MEDIA_LOGI("OnSimStateUpdated slotId = %{public}d, simState = %{public}d", slotId, state); in OnSimStateUpdated()
93MEDIA_LOGI("OnCellularDataConnectStateUpdated slotId=%{public}d, dataState=%{public}d, networkType… in OnCellularDataConnectStateUpdated()
104MEDIA_LOGI("OnCfuIndicatorUpdated slotId = %{public}d, cfuResult = %{public}d", slotId, cfuResult); in OnCfuIndicatorUpdated()
109MEDIA_LOGI("OnVoiceMailMsgIndicatorUpdated slotId = %{public}d, voiceMailMsgResult = %{public}d",… in OnVoiceMailMsgIndicatorUpdated()
[all …]
H A Daccount_observer.cpp37 MEDIA_LOGI("0x%{public}06" PRIXPTR " Instances create", FAKE_POINTER(this)); in AccountObserver()
43 MEDIA_LOGI("0x%{public}06" PRIXPTR " Instances destroy", FAKE_POINTER(this)); in ~AccountObserver()
54 MEDIA_LOGI("0x%{public}06" PRIXPTR "AccountObserver CallBack is null", FAKE_POINTER(this)); in RegisterAccountObserverCallBack()
70 MEDIA_LOGI("0x%{public}06" PRIXPTR " Stop and Release CallBack", FAKE_POINTER(this)); in OnAccountsSwitch()
73 MEDIA_LOGI("0x%{public}06" PRIXPTR "AccountObserver CallBack is null", FAKE_POINTER(this)); in OnAccountsSwitch()
81MEDIA_LOGI("0x%{public}06" PRIXPTR " AccountObserver Init, Register Observer", FAKE_POINTER(this)); in Init()
87 MEDIA_LOGI("AccountObserver exist : %{public}d", isAccountListenerDied_.load()); in Init()
94 MEDIA_LOGI("AccountObserver Register"); in RegisterObserver()
112 MEDIA_LOGI("AccountObserver Unregister"); in UnregisterObserver()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_napi.cpp267 MEDIA_LOGI("JsPrepare In"); in JsPrepare()
341 MEDIA_LOGI("JsPlay In"); in JsPlay()
419 MEDIA_LOGI("JsPause In"); in JsPause()
489 MEDIA_LOGI("JsStop In"); in JsStop()
567 MEDIA_LOGI("JsReset In"); in JsReset()
669 MEDIA_LOGI("JsRelease In"); in JsRelease()
708 MEDIA_LOGI("JsSeek in"); in JsSeek()
1840 MEDIA_LOGI("JsSetLoop In"); in JsSetLoop()
1887 MEDIA_LOGI("JsGetLoop In"); in JsGetLoop()
2349 MEDIA_LOGI("JsGetWidth"); in JsGetWidth()
[all …]
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/transcoder/
H A Dtranscoder_impl.cpp63 MEDIA_LOGI("TransCoderImpl:0x%{public}06" PRIXPTR " SetVideoEncoder in, encoder is %{public}d", in SetVideoEncoder()
90 MEDIA_LOGI("TransCoderImpl:0x%{public}06" PRIXPTR " SetAudioEncoder in, encoder is %{public}d", in SetAudioEncoder()
108 MEDIA_LOGI("TransCoderImpl:0x%{public}06" PRIXPTR " SetOutputFormat in, format is %{public}d", in SetOutputFormat()
117 MEDIA_LOGI("TransCoderImpl:0x%{public}06" PRIXPTR " SetInputFile in", FAKE_POINTER(this)); in SetInputFile()
125 MEDIA_LOGI("TransCoderImpl:0x%{public}06" PRIXPTR " SetOutputFile in", FAKE_POINTER(this)); in SetOutputFile()
142 MEDIA_LOGI("TransCoderImpl:0x%{public}06" PRIXPTR " Prepare in", FAKE_POINTER(this)); in Prepare()
150 MEDIA_LOGI("TransCoderImpl:0x%{public}06" PRIXPTR " Start in", FAKE_POINTER(this)); in Start()
158 MEDIA_LOGI("TransCoderImpl:0x%{public}06" PRIXPTR " Pause in", FAKE_POINTER(this)); in Pause()
166 MEDIA_LOGI("TransCoderImpl:0x%{public}06" PRIXPTR " Resume in", FAKE_POINTER(this)); in Resume()
174 MEDIA_LOGI("TransCoderImpl:0x%{public}06" PRIXPTR " Cancel in", FAKE_POINTER(this)); in Cancel()
[all …]
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dsoundpool.cpp31 MEDIA_LOGI("SoundPoolFactory::CreateSoundPool"); in CreateSoundPool()
48 MEDIA_LOGI("Construction SoundPool."); in SoundPool()
53 MEDIA_LOGI("Destruction SoundPool."); in ~SoundPool()
85 MEDIA_LOGI("SoundPool::Load url::%{public}s", url.c_str()); in Load()
117 MEDIA_LOGI("SoundPool::Play streamID::%{public}d", streamID); in Play()
125 MEDIA_LOGI("SoundPool::Stop streamID::%{public}d", streamID); in Stop()
191 MEDIA_LOGI("SoundPool::Unload soundID::%{public}d", soundID); in Unload()
205 MEDIA_LOGI("SoundPool::Release"); in Release()
213 MEDIA_LOGI("SoundPool::ReleaseInner"); in ReleaseInner()
232 MEDIA_LOGI("SoundPool::SetSoundPoolCallback"); in SetSoundPoolCallback()
[all …]
H A Dcache_buffer.cpp177 MEDIA_LOGI("CacheBuffer::DoPlay success, streamID:%{public}d", streamID); in DoPlay()
326 MEDIA_LOGI("CacheBuffer::OnFirstFrameWriting, streamID_:%{public}d", streamID_); in OnFirstFrameWriting()
350 MEDIA_LOGI("CacheBuffer::OnStateChange, state:%{public}d", state); in OnStateChange()
358 MEDIA_LOGI("CacheBuffer::Stop streamID:%{public}d", streamID_); in Stop()
362 MEDIA_LOGI("audioRenderer fast renderer pause."); in Stop()
366 MEDIA_LOGI("audioRenderer normal stop."); in Stop()
372 MEDIA_LOGI("cachebuffer callback_ OnPlayFinished."); in Stop()
376 MEDIA_LOGI("cachebuffer cacheBufferCallback_ OnPlayFinished."); in Stop()
434 MEDIA_LOGI("CacheBuffer parallelPlayFlag:%{public}d.", parallelPlayFlag); in SetParallelPlayFlag()
455 MEDIA_LOGI("CacheBuffer::Release start, streamID:%{public}d", streamID_); in Release()
[all …]
H A Dsound_parser.cpp61 MEDIA_LOGI("SoundParser Destruction, soundID:%{public}d", soundID_); in ~SoundParser()
75 MEDIA_LOGI("DoDemuxer failed, call callback"); in DoParser()
79 MEDIA_LOGI("DoDemuxer failed, callback is nullptr"); in DoParser()
84 MEDIA_LOGI("DoDecode failed, call callback"); in DoParser()
88 MEDIA_LOGI("DoDecode failed, callback is nullptr"); in DoParser()
91 MEDIA_LOGI("SoundParser::DoParser end, soundID:%{public}d", soundID_); in DoParser()
120 MEDIA_LOGI("SoundParser trackType:%{public}d", trackType); in DoDemuxer()
240 MEDIA_LOGI("Construction SoundDecoderCallback"); in SoundDecoderCallback()
245 MEDIA_LOGI("Destruction SoundDecoderCallback"); in ~SoundDecoderCallback()
372 MEDIA_LOGI("SoundDecoderCallback::SetCallback"); in SetCallback()
[all …]
H A Dstream_id_manager.cpp36 MEDIA_LOGI("Construction StreamIDManager."); in StreamIDManager()
42 MEDIA_LOGI("Destruction StreamIDManager"); in ~StreamIDManager()
81 MEDIA_LOGI("more than max play stream number, align to max play strem number."); in InitThreadPool()
87 MEDIA_LOGI("stream playing thread pool maxStreams_:%{public}d", maxStreams_); in InitThreadPool()
117 MEDIA_LOGI("cacheData size:%{public}zu , cacheDataTotalSize:%{public}zu", in Play()
154 MEDIA_LOGI("StreamIDManager cur task num:%{public}zu, maxStreams_:%{public}d", in SetPlay()
277 MEDIA_LOGI("StreamIDManager::DoPlay start streamID:%{public}d", streamID); in DoPlay()
281 MEDIA_LOGI("StreamIDManager::DoPlay success streamID:%{public}d", streamID); in DoPlay()
284 MEDIA_LOGI("StreamIDManager::DoPlay failed streamID:%{public}d", streamID); in DoPlay()
303 MEDIA_LOGI("StreamIDManager::FindCacheBuffer cacheBuffers_ empty"); in FindCacheBuffer()
[all …]
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Dscreen_capture_server.cpp136 MEDIA_LOGI("NotificationSubscriber OnDied"); in OnDied()
436 MEDIA_LOGI("invalid outputFd"); in SetOutputFile()
1041 MEDIA_LOGI("StartScreenCaptureFile S"); in StartScreenCaptureFile()
1083 MEDIA_LOGI("StartScreenCaptureFile E"); in StartScreenCaptureFile()
1278 MEDIA_LOGI("InitRecorder start"); in InitRecorder()
1328 MEDIA_LOGI("InitRecorder success"); in InitRecorder()
1745 MEDIA_LOGI("StartVideoCapture end."); in StartVideoCapture()
1791 MEDIA_LOGI("CreateVirtualScreen Start"); in CreateVirtualScreen()
1809 MEDIA_LOGI("CreateVirtualScreen success"); in CreateVirtualScreen()
2200 MEDIA_LOGI("SetMicrophoneEnabled OK."); in SetMicrophoneEnabled()
[all …]
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/audio_haptic/
H A Daudio_haptic_sound_normal_impl.cpp63 MEDIA_LOGI("PrepareSound with AVPlayer"); in PrepareSound()
78 MEDIA_LOGI("ResetAVPlayer"); in ResetAVPlayer()
87 MEDIA_LOGI("fileDes_ == %{public}d", fileDes_); in ResetAVPlayer()
133 MEDIA_LOGI("StartSound with AVPlayer"); in StartSound()
157 MEDIA_LOGI("StopSound with AVPlayer"); in StopSound()
172 MEDIA_LOGI("ReleaseSound with AVPlayer"); in ReleaseSound()
265 MEDIA_LOGI("SetAVPlayerState, state %{public}d", playerState); in SetAVPlayerState()
309 MEDIA_LOGI("NotifyInterruptEvent for audio haptic player"); in NotifyInterruptEvent()
318 MEDIA_LOGI("NotifyEndOfStreamEvent"); in NotifyEndOfStreamEvent()
362 MEDIA_LOGI("HandleStateChangeEvent from AVPlayer"); in HandleStateChangeEvent()
[all …]
H A Daudio_haptic_sound_low_latency_impl.cpp51 MEDIA_LOGI("Enter LoadSoundPoolPlayer()"); in LoadSoundPoolPlayer()
87 MEDIA_LOGI("fileDes_ == %{public}d", fileDes_); in OpenAudioUri()
106 MEDIA_LOGI("Enter PrepareSound with sound pool"); in PrepareSound()
145 MEDIA_LOGI("Enter StartSound with sound pool"); in StartSound()
171 MEDIA_LOGI("Enter StopSound with sound pool"); in StopSound()
183 MEDIA_LOGI("Enter ReleaseSound with sound pool"); in ReleaseSound()
291 MEDIA_LOGI("NotifyFirstFrameEvent for audio haptic player"); in NotifyErrorEvent()
302 MEDIA_LOGI("NotifyFirstFrameEvent for audio haptic player"); in NotifyFirstFrameEvent()
311 MEDIA_LOGI("NotifyEndOfStreamEvent"); in NotifyEndOfStreamEvent()
329 MEDIA_LOGI("OnLoadCompleted reported from sound pool."); in OnLoadCompleted()
[all …]
H A Daudio_haptic_player_impl.cpp239 MEDIA_LOGI("AudioHapticPlayerImpl::SetVolume %{public}f", volume); in SetVolume()
281 MEDIA_LOGI("AudioHapticPlayerImpl::SetLoop %{public}d", loop); in SetLoop()
327 MEDIA_LOGI("StartVibrate: muteHaptic is true. No need to vibrate"); in StartVibrate()
331 MEDIA_LOGI("Enter StartVibrate()"); in StartVibrate()
342 MEDIA_LOGI("StartVibrate: audio haptic player has been stopped."); in StartVibrate()
354 MEDIA_LOGI("StartVibrate: audio haptic player has been stopped."); in StartVibrate()
366 MEDIA_LOGI("Stop vibrate for audio haptic player right now."); in StopVibrate()
397 MEDIA_LOGI("NotifyInterruptEvent for napi object or caller"); in NotifyInterruptEvent()
406 MEDIA_LOGI("NotifyEndOfStreamEvent"); in NotifyEndOfStreamEvent()
410 MEDIA_LOGI("NotifyEndOfStreamEvent for napi object or caller"); in NotifyEndOfStreamEvent()
[all …]
/ohos5.0/foundation/multimedia/player_framework/services/services/monitor/client/
H A Dmonitor_client.cpp36 MEDIA_LOGI("Instances create"); in MonitorClient()
41 MEDIA_LOGI("Instances destroy"); in ~MonitorClient()
45 MEDIA_LOGI("clear monitor client thread"); in ~MonitorClient()
53 MEDIA_LOGI("Instances Destroy end"); in ~MonitorClient()
83 MEDIA_LOGI("0x%{public}06" PRIXPTR " StartClick", FAKE_POINTER(obj)); in StartClick()
113 MEDIA_LOGI("0x%{public}06" PRIXPTR " StopClick", FAKE_POINTER(obj)); in StopClick()
127 MEDIA_LOGI("MediaServerDied"); in MediaServerDied()
157 MEDIA_LOGI("Proxy is invaild."); in ClickThread()
180 MEDIA_LOGI("objSetsize %{public}zu, clientDestroy %{public}d.", in ClickThreadCtrl()
189 MEDIA_LOGI("MonitorClient Destroy start"); in ~Destroy()
[all …]
/ohos5.0/foundation/multimedia/player_framework/services/services/player/player_mem_manage/
H A Dapp_state_listener.cpp28 MEDIA_LOGI("0x%{public}06" PRIXPTR " Instances create", FAKE_POINTER(this)); in AppStateListener()
33 MEDIA_LOGI("0x%{public}06" PRIXPTR " Instances destroy", FAKE_POINTER(this)); in ~AppStateListener()
38 MEDIA_LOGI("enter"); in OnConnected()
44 MEDIA_LOGI("enter"); in OnDisconnected()
51 MEDIA_LOGI("enter"); in OnRemoteDied()
57 MEDIA_LOGI("enter"); in ForceReclaim()
63 MEDIA_LOGI("enter level:%{public}d", level); in OnTrim()
69 MEDIA_LOGI("enter pid:%{public}d, uid:%{public}d, state:%{public}d", pid, uid, state); in OnAppStateChanged()
H A Dplayer_mem_manage.cpp119 MEDIA_LOGI("Create PlayerMemManage"); in Init()
137 MEDIA_LOGI("new user in uid:%{public}d", uid); in RegisterPlayerServer()
145 MEDIA_LOGI("new app in pid:%{public}d", pid); in RegisterPlayerServer()
160 MEDIA_LOGI("Start probe task"); in RegisterPlayerServer()
218 MEDIA_LOGI("Stop probe task"); in DeregisterPlayerServer()
254 MEDIA_LOGI("call ResetForMemManageRecall success"); in HandleForceReclaim()
281 MEDIA_LOGI("Enter OnTrim level:%{public}d", level); in HandleOnTrim()
314 MEDIA_LOGI("call RecoverByMemManageRecall success"); in AwakeFrontGroundAppMedia()
355 MEDIA_LOGI("Enter"); in RemoteDieAgainRegisterActiveApps()
378 MEDIA_LOGI("Enter"); in HandleOnDisconnected()
[all …]
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_unittest/src/
H A Dscreen_capture_unit_test_exclude.cpp43 MEDIA_LOGI("ScreenCaptureUnitTest screen_capture_exclude_content_001 before");
61 MEDIA_LOGI("ScreenCaptureUnitTest screen_capture_exclude_content_001 after");
72 MEDIA_LOGI("ScreenCaptureUnitTest screen_capture_exclude_content_002 before");
89 MEDIA_LOGI("ScreenCaptureUnitTest screen_capture_exclude_content_002 after");
100 MEDIA_LOGI("ScreenCaptureUnitTest screen_capture_exclude_content_003 before");
117 MEDIA_LOGI("ScreenCaptureUnitTest screen_capture_exclude_content_003 after");
128 MEDIA_LOGI("ScreenCaptureUnitTest screen_capture_exclude_content_004 before");
147 MEDIA_LOGI("ScreenCaptureUnitTest screen_capture_exclude_content_004 after");
158 MEDIA_LOGI("ScreenCaptureUnitTest screen_capture_exclude_content_005 before");
176 MEDIA_LOGI("ScreenCaptureUnitTest screen_capture_exclude_content_005 after");
[all …]
H A Dscreen_capture_unit_test.cpp43 MEDIA_LOGI("ScreenCaptureUnitTest screen_capture_save_file_mix_01 before");
65 MEDIA_LOGI("ScreenCaptureUnitTest screen_capture_save_file_mix_01 after");
76 MEDIA_LOGI("ScreenCaptureUnitTest screen_capture_save_file_mix_02 before");
98 MEDIA_LOGI("ScreenCaptureUnitTest screen_capture_save_file_mix_02 after");
131 MEDIA_LOGI("ScreenCaptureUnitTest screen_capture_save_file_mix_03 after");
449 MEDIA_LOGI("ScreenCaptureUnitTest screen_capture_save_file_01 before");
465 MEDIA_LOGI("ScreenCaptureUnitTest screen_capture_save_file_01 after");
517 MEDIA_LOGI("ScreenCaptureUnitTest screen_capture_save_file_02 after");
550 MEDIA_LOGI("ScreenCaptureUnitTest screen_capture_save_file_03 after");
577 MEDIA_LOGI("ScreenCaptureUnitTest screen_capture_save_file_04 after");
[all …]
H A Dscreen_capture_unit_test_state.cpp1113 MEDIA_LOGI("ScreenCaptureUnitTest screen_capture_save_file_cb_01 before");
1133 MEDIA_LOGI("ScreenCaptureUnitTest screen_capture_save_file_cb_01 after");
1144 MEDIA_LOGI("ScreenCaptureUnitTest screen_capture_save_file_cb_02 before");
1167 MEDIA_LOGI("ScreenCaptureUnitTest screen_capture_save_file_cb_02 after");
1178 MEDIA_LOGI("ScreenCaptureUnitTest screen_capture_with_surface_cb_01 before");
1226 MEDIA_LOGI("ScreenCaptureUnitTest screen_capture_with_surface_cb_01 after");
1237 MEDIA_LOGI("ScreenCaptureUnitTest screen_capture_with_surface_cb_02 before");
1287 MEDIA_LOGI("ScreenCaptureUnitTest screen_capture_with_surface_cb_02 after");
1298 MEDIA_LOGI("ScreenCaptureUnitTest screen_capture_with_surface_cb_03 before");
1341 MEDIA_LOGI("ScreenCaptureUnitTest screen_capture_with_surface_cb_03 after");
[all …]
/ohos5.0/foundation/multimedia/player_framework/test/unittest/soundpool_test/src/
H A Dsoundpool_unit_test.cpp120 MEDIA_LOGI("soundpool_unit_test soundpool_function_001 before");
147 MEDIA_LOGI("soundpool_unit_test soundpool_function_001 after");
158 MEDIA_LOGI("soundpool_unit_test soundpool_function_002 before");
190 MEDIA_LOGI("soundpool_unit_test soundpool_function_002 after");
201 MEDIA_LOGI("soundpool_unit_test soundpool_function_003 before");
207 MEDIA_LOGI("soundpool_unit_test soundpool_function_003 after");
218 MEDIA_LOGI("soundpool_unit_test soundpool_function_004 before");
254 MEDIA_LOGI("soundpool_unit_test soundpool_function_004 after");
292 MEDIA_LOGI("soundpool_unit_test soundpool_function_005 after");
335 MEDIA_LOGI("soundpool_unit_test soundpool_function_006 after");
[all …]
/ohos5.0/foundation/multimedia/player_framework/services/services/player/subscriber/
H A Daccount_subscriber.cpp45 MEDIA_LOGI("create instance"); in AccountSubscriber()
52 MEDIA_LOGI("free instance"); in ~AccountSubscriber()
74 MEDIA_LOGI("receive action %{public}s, userId %{public}u", action.c_str(), userId); in OnReceiveEvent()
79MEDIA_LOGI("dispatch event action %{public}s, userId %{public}d", action.c_str(), userId); in OnReceiveEvent()
88MEDIA_LOGI("receiver is 0x%{public}06" PRIXPTR ", userId %{public}d", FAKE_POINTER(receiver.get())… in RegisterCommonEventReceiver()
95 MEDIA_LOGI("first register receiver, SubscribeCommonEvent"); in RegisterCommonEventReceiver()
107 MEDIA_LOGI("register fail, receiver already exists"); in RegisterCommonEventReceiver()
123 MEDIA_LOGI("unregister fail, cannot find userId"); in UnregisterCommonEventReceiver()
129 MEDIA_LOGI("unregister fail, cannot find receiver"); in UnregisterCommonEventReceiver()
135 MEDIA_LOGI("remove userId %{public}d, map size %{public}u", userId, in UnregisterCommonEventReceiver()
[all …]
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture_monitor/server/
H A Dscreen_capture_monitor_server.cpp63 MEDIA_LOGI("ScreenCaptureMonitorServer:0x%{public}06" PRIXPTR " Release S", FAKE_POINTER(this)); in Release()
71MEDIA_LOGI("ScreenCaptureMonitorServer:0x%{public}06" PRIXPTR " IsScreenCaptureWorking S", FAKE_PO… in IsScreenCaptureWorking()
74 MEDIA_LOGI("IsScreenCaptureWorking pid %{public}d E", pid); in IsScreenCaptureWorking()
85MEDIA_LOGI("ScreenCaptureMonitorServer: 0x%{public}06" PRIXPTR "SetScreenCaptureCallback OK.", FAK… in SetScreenCaptureMonitorCallback()
95MEDIA_LOGI("ScreenCaptureMonitorServer: 0x%{public}06" PRIXPTR "RemoveScreenCaptureMonitorCallback… in RemoveScreenCaptureMonitorCallback()
102MEDIA_LOGI("ScreenCaptureMonitorServer:0x%{public}06" PRIXPTR " RegisterScreenCaptureMonitorListen… in RegisterScreenCaptureMonitorListener()
109MEDIA_LOGI("ScreenCaptureMonitorServer:0x%{public}06" PRIXPTR " UnregisterScreenCaptureMonitorList… in UnregisterScreenCaptureMonitorListener()
116 MEDIA_LOGI("ScreenCaptureMonitorServer::CallOnScreenCaptureStarted S"); in CallOnScreenCaptureStarted()
128 MEDIA_LOGI("ScreenCaptureMonitorServer::CallOnScreenCaptureFinished S"); in CallOnScreenCaptureFinished()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avscreen_capture/
H A Davscreen_capture_napi.cpp117 MEDIA_LOGI("Constructor success"); in Constructor()
140 MEDIA_LOGI("Destructor success"); in Destructor()
172 MEDIA_LOGI("JsCreateAVScreenRecorder success"); in JsCreateAVScreenRecorder()
213 MEDIA_LOGI("argCountL %{public}zu", argCount); in JsReportAVScreenCaptureUserChoice()
255 MEDIA_LOGI("Js %{public}s End", opt.c_str()); in JsReportAVScreenCaptureUserChoice()
317 MEDIA_LOGI("Js %{public}s End", opt.c_str()); in JsInit()
392 MEDIA_LOGI("Js %{public}s End", opt.c_str()); in JsSkipPrivacyMode()
450 MEDIA_LOGI("Js %{public}s End", opt.c_str()); in JsSetMicrophoneEnabled()
463 MEDIA_LOGI("JsSetEventCallback Start"); in JsSetEventCallback()
501 MEDIA_LOGI("JsCancelEventCallback Start"); in JsCancelEventCallback()
[all …]
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/system_tone_player/
H A Dsystem_tone_player_impl.cpp119 MEDIA_LOGI("Default non-sync haptics path [%{public}s]", filePath.c_str()); in GetDefaultNonSyncHapticsPath()
142 MEDIA_LOGI("Enter InitPlayer() with audio uri %{public}s", audioUri.c_str()); in InitPlayer()
160 MEDIA_LOGI("The right system tone uri has been registered. Return directly."); in InitPlayer()
214 MEDIA_LOGI("Current ringer mode is %{public}d", ringerMode); in GetOptionsFromRingerMode()
390 MEDIA_LOGI("Enter Prepare()"); in Prepare()
409 MEDIA_LOGI("Enter Start()"); in Start()
450 MEDIA_LOGI("Enter Stop() with streamId %{public}d", streamId); in Stop()
469 MEDIA_LOGI("Enter Release()"); in Release()
491 MEDIA_LOGI("Enter GetTitle()"); in GetTitle()
498 MEDIA_LOGI("DeletePlayer for streamId %{public}d", streamId); in DeletePlayer()
[all …]

123456