Home
last modified time | relevance | path

Searched refs:MEDIA_LOGE (Results 1 – 25 of 110) sorted by relevance

12345

/ohos5.0/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/src/tone_haptics_attrs/
H A Dtone_haptics_settings_napi.cpp60 MEDIA_LOGE("Failure in ToneHapticsSettingsNapi::Init()"); in Init()
84 MEDIA_LOGE("Failed in ToneHapticsSettingsNapi::Construct()!"); in Construct()
128 MEDIA_LOGE("GetMode: failed for napi_get_cb_info"); in GetMode()
134 MEDIA_LOGE("GetMode: failed for napi_unwrap"); in GetMode()
141 MEDIA_LOGE("GetMode: failed for napi_create_int32"); in GetMode()
161 MEDIA_LOGE("SetMode: failed for napi_get_cb_info"); in SetMode()
167 MEDIA_LOGE("SetMode: failed for napi_unwrap"); in SetMode()
173 MEDIA_LOGE("SetMode: failed for wrong data type"); in SetMode()
179 MEDIA_LOGE("SetMode: failed for napi_get_value_int32"); in SetMode()
204 MEDIA_LOGE("GetHapticsUri: failed for napi_unwrap"); in GetHapticsUri()
[all …]
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/audio_haptic/
H A Daudio_haptic_manager_impl.cpp48 MEDIA_LOGE("ExtractFd: The part after the FDHEAD is not all digits."); in ExtractFd()
66 MEDIA_LOGE("DupFdFromUri ExtractFd failed"); in DupFdFromUri()
72 MEDIA_LOGE("DupFdFromUri failed. uri: %{public}s", uri.c_str()); in DupFdFromUri()
122 MEDIA_LOGE("RegisterSourceWithEffectId failed. The effectId is empty!"); in RegisterSourceWithEffectId()
148 MEDIA_LOGE("RegisterSource failed curPlayerCount_: %{public}d", curPlayerCount_); in RegisterSource()
173 MEDIA_LOGE("UnregisterSource failed sourceID: %{public}d", sourceID); in UnregisterSource()
201 MEDIA_LOGE("The AudioLatencyMode %{public}d is invalid!", latencyMode); in CheckAudioLatencyMode()
208 MEDIA_LOGE("The effectId source can only be used for low latency mode!"); in CheckAudioLatencyMode()
253 MEDIA_LOGE("CheckAudioStreamUsage: streamUsage %{public}d is invalid", streamUsage); in CheckAudioStreamUsage()
277 MEDIA_LOGE("CreatePlayer failed for sourceID: %{public}d", sourceID); in CreatePlayer()
[all …]
H A Daudio_haptic_sound_low_latency_impl.cpp91 MEDIA_LOGE("Invalid file path length"); in OpenAudioUri()
97 MEDIA_LOGE("GetAudioUriFd: Failed to open the audio uri for sound pool."); in OpenAudioUri()
124 MEDIA_LOGE("Prepare: Failed to load soundPool uri."); in PrepareSound()
150 MEDIA_LOGE("SoundPoolPlayer not Prepared"); in StartSound()
215 MEDIA_LOGE("SetVolume: the volume value is invalid."); in SetVolume()
256 MEDIA_LOGE("GetAudioCurrentTime is unsupported for sound pool."); in GetAudioCurrentTime()
264 MEDIA_LOGE("The audio haptic player callback is nullptr."); in SetAudioHapticSoundCallback()
294 MEDIA_LOGE("NotifyFirstFrameEvent: audioHapticPlayerCallback_ is nullptr"); in NotifyErrorEvent()
305 MEDIA_LOGE("NotifyFirstFrameEvent: audioHapticPlayerCallback_ is nullptr"); in NotifyFirstFrameEvent()
318 MEDIA_LOGE("NotifyEndOfStreamEvent: audioHapticPlayerCallback_ is nullptr"); in NotifyEndOfStreamEvent()
[all …]
H A Daudio_haptic_player_impl.cpp121 MEDIA_LOGE("IsMuted: invalid audioHapticType %{public}d", audioHapticType); in IsMuted()
241 MEDIA_LOGE("SetVolume: the volume value is invalid."); in SetVolume()
271 MEDIA_LOGE("SetHapticIntensity: the intensity value is invalid."); in SetHapticIntensity()
309 MEDIA_LOGE("The audio haptic player callback is nullptr."); in SetAudioHapticPlayerCallback()
338 MEDIA_LOGE("StartVibrate: Failed to start vibrate (time out)."); in StartVibrate()
429 MEDIA_LOGE("The audio haptic player has been released!"); in HandleEndOfStreamEvent()
443 MEDIA_LOGE("NotifyErrorEvent: audioHapticPlayerCallback_ is nullptr"); in NotifyErrorEvent()
464 MEDIA_LOGE("The audio haptic player has been released."); in OnEndOfStream()
475 MEDIA_LOGE("The audio haptic player has been released."); in OnError()
486 MEDIA_LOGE("The audio haptic player has been released."); in OnInterrupt()
[all …]
H A Daudio_haptic_vibrator_impl.cpp101 MEDIA_LOGE("ExtractFd: The part after the prefix is not all digits."); in ExtractFd()
118 MEDIA_LOGE("OpenHapticFile: dup failed, file path: %{public}s", hapticUri.c_str()); in OpenHapticFile()
126 MEDIA_LOGE("file is not real path, file path: %{private}s", hapticUri.c_str()); in OpenHapticFile()
189 MEDIA_LOGE("The effectId is not supported!"); in PreLoad()
223 MEDIA_LOGE("Failed to stop vibrator: result %{public}d", result); in Release()
295 MEDIA_LOGE("Vibration source file is not prepared. Can not start vibrating"); in StartVibrateForSoundPool()
310 MEDIA_LOGE("Failed to PlayPattern for SoundPool. Error %{public}d", result); in StartVibrateForSoundPool()
334 MEDIA_LOGE("Failed to PlayPattern for NonSyncVibration. Error %{public}d", result); in RunVibrationPatterns()
360 MEDIA_LOGE("Vibration source file is not prepared. Can not start vibrating"); in StartNonSyncVibration()
385 MEDIA_LOGE("Vibration source file is not prepared. Can not start vibrating"); in StartVibrateForAVPlayer()
[all …]
H A Daudio_haptic_sound_normal_impl.cpp140 MEDIA_LOGE("The avplayer has been running. Cannot start again"); in StartSound()
203 MEDIA_LOGE("SetVolume: the volume value is invalid."); in SetVolume()
254 MEDIA_LOGE("The audio haptic player callback is nullptr."); in SetAudioHapticSoundCallback()
290 MEDIA_LOGE("NotifyFirstFrameEvent: audioHapticPlayerCallback_ is nullptr"); in NotifyErrorEvent()
301 MEDIA_LOGE("NotifyFirstFrameEvent: audioHapticPlayerCallback_ is nullptr"); in NotifyFirstFrameEvent()
312 MEDIA_LOGE("NotifyInterruptEvent: audioHapticPlayerCallback_ is nullptr"); in NotifyInterruptEvent()
335 MEDIA_LOGE("OnError reported from AVPlayer: %{public}d", errorCode); in OnError()
338 MEDIA_LOGE("The audio haptic player for normal mode has been released."); in OnError()
391 MEDIA_LOGE("The audio haptic player for normal mode has been released."); in HandleStateChangeEvent()
419 MEDIA_LOGE("The audio haptic player for normal mode has been released."); in HandleAudioInterruptEvent()
[all …]
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/audio_haptic/src/audio_haptic_player/
H A Daudio_haptic_player_napi.cpp156 MEDIA_LOGE("IsMuted: requires 1 parameters"); in IsMuted()
165 MEDIA_LOGE("IsMuted: unwrap failure!"); in IsMuted()
176 MEDIA_LOGE("IsMuted: the param type mismatch"); in IsMuted()
241 MEDIA_LOGE("Start: requires 0 parameters"); in Start()
258 MEDIA_LOGE("Start: Failed to get create async work"); in Start()
281 MEDIA_LOGE("Stop: requires 0 parameters"); in Stop()
298 MEDIA_LOGE("Stop: Failed to get create async work"); in Stop()
321 MEDIA_LOGE("Release: requires 0 parameters"); in Release()
358 MEDIA_LOGE("On: requires 2 parameters"); in On()
434 MEDIA_LOGE("Off: requires 1 or 2 parameters"); in Off()
[all …]
H A Daudio_haptic_player_options_napi.cpp74 MEDIA_LOGE("Failure in AudioHapticPlayerOptionsNapi::Init()"); in Init()
101 MEDIA_LOGE("Failed in AudioHapticPlayerOptionsNapi::Construct()!"); in Construct()
123 MEDIA_LOGE("Failed in CreateAudioHapticPlayerOptionsWrapper, %{public}d", status); in CreateAudioHapticPlayerOptionsWrapper()
141 MEDIA_LOGE("IsAudioMute: failed for napi_get_cb_info"); in IsAudioMute()
169 MEDIA_LOGE("SetAudioMute: failed for napi_get_cb_info"); in SetAudioMute()
177 MEDIA_LOGE("SetAudioMute: failed for wrong data type"); in SetAudioMute()
201 MEDIA_LOGE("IsHapticsMute: failed for napi_get_cb_info"); in IsHapticsMute()
229 MEDIA_LOGE("SetHapticsMute: failed for napi_get_cb_info"); in SetHapticsMute()
237 MEDIA_LOGE("SetHapticsMute: failed for wrong data type"); in SetHapticsMute()
H A Daudio_haptic_player_callback_napi.cpp59MEDIA_LOGE("SaveCallbackReference: Unknown callback type: %{public}s", callbackName.c_str()); in SaveCallbackReference()
72MEDIA_LOGE("RemoveCallbackReference: Unknown callback type: %{public}s", callbackName.c_str()); in RemoveCallbackReference()
120 MEDIA_LOGE("OnInterruptJsCallback: jsCb.get() is null"); in OnInterruptJsCallback()
159 MEDIA_LOGE("OnInterruptJsCallback: Failed to execute libuv work queue"); in OnInterruptJsCallback()
193 MEDIA_LOGE("OnEndOfStreamJsCallback: jsCb.get() is null"); in OnEndOfStreamJsCallback()
226 MEDIA_LOGE("OnEndOfStreamJsCallback: Failed to execute libuv work queue"); in OnEndOfStreamJsCallback()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/audio_haptic/src/
H A Daudio_haptic_manager_napi.cpp231 MEDIA_LOGE("RegisterSource: requires 2 parameters"); in RegisterSource()
251 MEDIA_LOGE("RegisterSource: the param type mismatch"); in RegisterSource()
263 MEDIA_LOGE("Failed to get create async work"); in RegisterSource()
327 MEDIA_LOGE("UnregisterSource: requires 1 parameter"); in UnregisterSource()
404 MEDIA_LOGE("SetAudioLatencyMode: requires 2 parameters"); in SetAudioLatencyMode()
413 MEDIA_LOGE("SetAudioLatencyMode: unwrap failure!"); in SetAudioLatencyMode()
473 MEDIA_LOGE("SetStreamUsage: requires 2 parameters"); in SetStreamUsage()
482 MEDIA_LOGE("SetStreamUsage: unwrap failure!"); in SetStreamUsage()
489 MEDIA_LOGE("SetStreamUsage: the param type mismatch"); in SetStreamUsage()
498 MEDIA_LOGE("SetStreamUsage: the param type mismatch"); in SetStreamUsage()
[all …]
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/src/ringtone_player/
H A Daudio_renderer_info_napi.cpp72 MEDIA_LOGE("Failure in AudioRendererInfoNapi::Init()"); in Init()
97 MEDIA_LOGE("Failed in AudioRendererInfoNapi::Construct()!"); in Construct()
138 MEDIA_LOGE("Get content type fail to napi_get_cb_info"); in GetContentType()
167 MEDIA_LOGE("SetContentType: napi_get_cb_info failed"); in SetContentType()
175 MEDIA_LOGE("SetContentType: wrong data type"); in SetContentType()
200 MEDIA_LOGE("Get stream usage fail to napi_get_cb_info"); in GetStreamUsage()
229 MEDIA_LOGE("SetStreamUsage: napi_get_cb_info failed"); in SetStreamUsage()
235 MEDIA_LOGE("SetStreamUsage: napi_unwrap failed"); in SetStreamUsage()
241 MEDIA_LOGE("SetStreamUsage: wrong data type"); in SetStreamUsage()
264 MEDIA_LOGE("Get renderer flag fail to napi_get_cb_info"); in GetRendererFlags()
[all …]
H A Dringtone_options_napi.cpp74 MEDIA_LOGE("Failure in RingtoneOptionsNapi::Init()"); in Init()
101 MEDIA_LOGE("Failed in RingtoneOptionsNapi::Construct()!"); in Construct()
122 MEDIA_LOGE("Failed in CreateRingtoneOptionsWrapper, %{public}d", status); in CreateRingtoneOptionsWrapper()
140 MEDIA_LOGE("Get volume: failed for napi_get_cb_info"); in GetVolume()
168 MEDIA_LOGE("SetVolume: failed for napi_get_cb_info"); in SetVolume()
176 MEDIA_LOGE("Setvolume: failed for wrong data type"); in SetVolume()
200 MEDIA_LOGE("GetLoop: failed for napi_get_cb_info"); in GetLoop()
228 MEDIA_LOGE("SetLoop: failed for napi_get_cb_info"); in SetLoop()
236 MEDIA_LOGE("SetLoop: failed for wrong data type"); in SetLoop()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/src/system_tone_player/
H A Dsystem_tone_options_napi.cpp73 MEDIA_LOGE("Failure in SystemToneOptionsNapi::Init()"); in Init()
100 MEDIA_LOGE("Failed in SystemToneOptionsNapi::Construct()!"); in Construct()
121 MEDIA_LOGE("Failed in CreateSystemToneOptionsWrapper, %{public}d", status); in CreateSystemToneOptionsWrapper()
139 MEDIA_LOGE("IsAudioMute: failed for napi_get_cb_info"); in IsAudioMute()
167 MEDIA_LOGE("SetAudioMute: failed for napi_get_cb_info"); in SetAudioMute()
175 MEDIA_LOGE("SetAudioMute: failed for wrong data type"); in SetAudioMute()
199 MEDIA_LOGE("IsHapticsMute: failed for napi_get_cb_info"); in IsHapticsMute()
227 MEDIA_LOGE("SetHapticsMute: failed for napi_get_cb_info"); in SetHapticsMute()
235 MEDIA_LOGE("SetHapticsMute: failed for wrong data type"); in SetHapticsMute()
H A Dsystem_tone_player_napi.cpp92 MEDIA_LOGE("Failed to create sSystemTonePlayer_ instance."); in SystemTonePlayerNapiConstructor()
244 MEDIA_LOGE("The system tone player is nullptr!"); in GetTitle()
253 MEDIA_LOGE("GetTitle: Failed to get create async work"); in GetTitle()
301 MEDIA_LOGE("The system tone player is nullptr!"); in Prepare()
309 MEDIA_LOGE("Prepare: Failed to get create async work"); in Prepare()
415 MEDIA_LOGE("The system tone player is nullptr!"); in AsyncStart()
436 MEDIA_LOGE("Stop: Failed to retrieve details about the callback"); in Stop()
464 MEDIA_LOGE("Stop: Failed to get create async work"); in Stop()
482 MEDIA_LOGE("The system tone player is nullptr!"); in AsyncStop()
524 MEDIA_LOGE("Release: Failed to get create async work"); in Release()
[all …]
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Dscreen_capture_server.cpp253 MEDIA_LOGE("Error parsing the string"); in GetChoiceFromJson()
420 MEDIA_LOGE("invalid fileFormat type"); in SetRecorderInfo()
444 MEDIA_LOGE("Fail to get File Status Flags"); in SetOutputFile()
608 MEDIA_LOGE("videoSource is invalid"); in CheckVideoCapParam()
1346 MEDIA_LOGE("start using perm error"); in UpdatePrivacyUsingPermissionState()
1357 MEDIA_LOGE("stop using perm error"); in UpdatePrivacyUsingPermissionState()
1718 MEDIA_LOGE("surface is nullptr"); in StartScreenCaptureWithSurface()
1825 MEDIA_LOGE("GetScreenById failed"); in PrepareVirtualScreenMirror()
2224 MEDIA_LOGE("AudioCapturerState invalid"); in SetMicrophoneOn()
2965 MEDIA_LOGE("buffer->memory_ is nullptr"); in ReadAt()
[all …]
H A Dui_extension_ability_connection.cpp45 MEDIA_LOGE("UIExtensionAbilityConnection::OnAbilityConnectDone start "); in OnAbilityConnectDone()
47 MEDIA_LOGE("UIExtensionAbilityConnection::OnAbilityConnectDone end "); in OnAbilityConnectDone()
53 MEDIA_LOGE("UIExtensionAbilityConnection::OnAbilityDisconnectDone start "); in OnAbilityDisconnectDone()
H A Daudio_capturer_wrapper.cpp54 MEDIA_LOGE("Start failed, is running, threadName:%{public}s", threadName_.c_str()); in Start()
74MEDIA_LOGE("SetAudioSourceConcurrency failed, ret:%{public}d, threadName:%{public}s", ret, in Start()
79MEDIA_LOGE("Start failed, AudioCapturer Start failed, threadName:%{public}s", threadName_.c_str()); in Start()
107MEDIA_LOGE("AudioCapturer Pause failed, threadName:%{public}s", threadName_.c_str()); in Pause()
120 MEDIA_LOGE("Resume failed, is running, threadName:%{public}s", threadName_.c_str()); in Resume()
126 MEDIA_LOGE("AudioCapturer Start failed, threadName:%{public}s", threadName_.c_str()); in Resume()
261 MEDIA_LOGE("SetCapturerCallback failed, threadName:%{public}s", threadName_.c_str()); in CreateAudioCapturer()
274 MEDIA_LOGE("%{public}s", str.c_str()); in PartiallyPrintLog()
355 MEDIA_LOGE("AcquireAudioBuffer timeout, threadName:%{public}s", threadName_.c_str()); in AcquireAudioBuffer()
359 MEDIA_LOGE("CAPTURER_RELEASED, threadName:%{public}s", threadName_.c_str()); in AcquireAudioBuffer()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/
H A Dsystem_sound_manager_impl.cpp121 MEDIA_LOGE("Get system ability manager failed."); in CreateDataShareHelper()
194 MEDIA_LOGE("InitRingerMode: audioGroupManager_ is nullptr"); in InitRingerMode()
270 MEDIA_LOGE("ringtoneJson parsing is false !"); in InitDefaultRingtoneUriMap()
320 MEDIA_LOGE("systemToneJson parsing is false !"); in InitDefaultSystemToneUriMap()
391 MEDIA_LOGE("open file again fail !"); in GetJsonValue()
1282 MEDIA_LOGE("OpenAlarmTone: tone of uri is not alarm!"); in OpenAlarmTone()
1385 MEDIA_LOGE("fd is error"); in AddCustomizedToneByFdAndOffset()
1528 MEDIA_LOGE("Invalid tone haptics type"); in GetCurrentToneUri()
1685 MEDIA_LOGE("GetToneHapticsSettings: param fail"); in GetToneHapticsSettings()
1746 MEDIA_LOGE("SetToneHapticsSettings: param fail"); in SetToneHapticsSettings()
[all …]
/ohos5.0/foundation/multimedia/player_framework/services/utils/include/
H A Dmedia_log.h72 #define MEDIA_LOGE(fmt, ...) \ macro
82 #define MEDIA_LOGE(fmt, ...) MEDIA_LOG(HILOG_ERROR, fmt, ##__VA_ARGS__)
115 MEDIA_LOGE(fmt, ##__VA_ARGS__); \
123 MEDIA_LOGE(fmt, ##__VA_ARGS__); \
131 MEDIA_LOGE(fmt, ##__VA_ARGS__); \
158 MEDIA_LOGE(fmt, ##__VA_ARGS__); \
/ohos5.0/foundation/multimedia/player_framework/services/services/player/server/
H A Dplayer_server.cpp341 MEDIA_LOGE("Can not Prepare, now in releasing"); in Prepare()
364 MEDIA_LOGE("Can not SetRenderFirstFrame, it is live-stream"); in SetRenderFirstFrame()
381 MEDIA_LOGE("Can not SetPlayRange, currentState is %{public}s", in SetPlayRange()
387 MEDIA_LOGE("Can not SetPlayRange, it is live-stream"); in SetPlayRange()
411 MEDIA_LOGE("Can not SetPlayRangeWithMode, it is live-stream"); in SetPlayRangeWithMode()
438 MEDIA_LOGE("Can not Prepare, now in releasing"); in PrepareAsync()
833 MEDIA_LOGE("Unknown seek mode %{public}d", mode); in IsValidSeekMode()
1063 MEDIA_LOGE("Can not SetPlaybackSpeed, it is live-stream"); in SetPlaybackSpeed()
1356 MEDIA_LOGE("Can not SetLooping, it is live-stream"); in SetLooping()
1840 MEDIA_LOGE("Seek failed, inValid mode"); in CheckSeek()
[all …]
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/common/
H A Dcommon_napi.cpp306 MEDIA_LOGE("create error message str fail"); in CreateError()
312 MEDIA_LOGE("create error fail"); in CreateError()
319 MEDIA_LOGE("create code str fail"); in CreateError()
326 MEDIA_LOGE("create error code number val fail"); in CreateError()
332 MEDIA_LOGE("set error code property fail"); in CreateError()
339 MEDIA_LOGE("create name str fail"); in CreateError()
346 MEDIA_LOGE("create BusinessError str fail"); in CreateError()
352 MEDIA_LOGE("set error name property fail"); in CreateError()
406 MEDIA_LOGE("not supported value type"); in SetPropertyByValueType()
819 MEDIA_LOGE("invalid promise and callback"); in Callback()
[all …]
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/mediasource/
H A Dmedia_source_napi.cpp80 MEDIA_LOGE("Failed to Create MediaSource"); in Constructor()
88 MEDIA_LOGE("Failed to wrap native instance"); in Constructor()
132 MEDIA_LOGE("JsCreateMediaSourceWithUrl GetMediaSource fail"); in JsCreateMediaSourceWithUrl()
136 MEDIA_LOGE("JsCreateMediaSourceWithUrl get map"); in JsCreateMediaSourceWithUrl()
161 MEDIA_LOGE("Fail to get mediaSource instance."); in JsSetMimeType()
165 MEDIA_LOGE("MimeType is empty."); in JsSetMimeType()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/recorder/
H A Daudio_recorder_napi.cpp116 MEDIA_LOGE("Failed to retrieve details about the callback"); in Constructor()
126 MEDIA_LOGE("failed to CreateRecorder"); in Constructor()
142 MEDIA_LOGE("Failed to wrap native instance"); in Constructor()
173 MEDIA_LOGE("new instance fail"); in CreateAudioRecorder()
223 MEDIA_LOGE("Failed to retrieve details about the callback"); in Prepare()
411 MEDIA_LOGE("Failed to retrieve details about the callback"); in Start()
448 MEDIA_LOGE("Failed to retrieve details about the callback"); in Pause()
651 MEDIA_LOGE("Configured output filePath invalid, ignore !"); in CheckValidPath()
656 MEDIA_LOGE("Configured output filePath invalid, ignore !"); in CheckValidPath()
660 MEDIA_LOGE("Configured output filePath invalid, ignore !"); in CheckValidPath()
[all …]
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/system_sound_vibrator/
H A Dsystem_sound_vibrator.cpp76 MEDIA_LOGE("Custom vibration is not supported for this device!"); in StartVibratorForSystemTone()
88 MEDIA_LOGE("Failed to open hapticUri!"); in StartVibratorForSystemTone()
95 MEDIA_LOGE("Failed to open fd and get size."); in StartVibratorForSystemTone()
118 MEDIA_LOGE("ExtractFd: The part after the PREFIX is not all digits."); in ExtractFd()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/player/
H A Daudio_player_napi.cpp108 MEDIA_LOGE("Failed to retrieve details about the callback"); in Constructor()
118 MEDIA_LOGE("failed to CreatePlayer"); in Constructor()
131 MEDIA_LOGE("Failed to wrap native instance"); in Constructor()
279 MEDIA_LOGE("Failed to retrieve details about the callback"); in GetSrc()
320 MEDIA_LOGE("get rawfd argument failed!"); in SetFdSrc()
352 MEDIA_LOGE("Failed to retrieve details about the callback"); in GetFdSrc()
381 MEDIA_LOGE("Failed to retrieve details about the callback"); in Play()
414 MEDIA_LOGE("Failed to retrieve details about the callback"); in Pause()
444 MEDIA_LOGE("Failed to retrieve details about the callback"); in Stop()
475 MEDIA_LOGE("Failed to retrieve details about the callback"); in Reset()
[all …]

12345