Home
last modified time | relevance | path

Searched refs:SL_LOGE (Results 1 – 25 of 42) sorted by relevance

12

/aosp12/frameworks/wilhelm/src/
H A Ddata.cpp44 SL_LOGE("%s: pAddress=NULL", name); in checkDataLocator()
90 SL_LOGE("%s: deviceType=%u", name, deviceType); in checkDataLocator()
192 SL_LOGE("%s: invalid URI=NULL", name); in checkDataLocator()
223 SL_LOGE("%s: fd=%d\n", name, pDataLocator->mFD.fd); in checkDataLocator()
243 SL_LOGE("%s: locatorType=%u", name, locatorType); in checkDataLocator()
361 SL_LOGE("%s: unsupported representation: %d", name, in checkDataFormat()
563 SL_LOGE("%s: unsupported color format %d", name, in checkDataFormat()
642 SL_LOGE("can't require SL_IID_BUFFERQUEUE " in checkSourceSinkVsInterfacesCompatibility()
717 SL_LOGE("can't require SL_IID_BUFFERQUEUE " in checkSourceSinkVsInterfacesCompatibility()
772 SL_LOGE("%s: data source cannot be NULL", name); in checkDataSource()
[all …]
H A Dsllog.h55 #define SL_LOGE(...) __android_log_print(SLAndroidLogLevel_Error, slLogTag, __VA_ARGS__) macro
57 #define SL_LOGE(...) do { } while (0) macro
87 #define SL_LOGE(...) do { fprintf(stderr, "SL_LOGE: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \ macro
90 #define SL_LOGE(...) do { } while (0) macro
H A Dlocks.cpp67 SL_LOGE("%s:%d: recursive lock detected", file, line); in object_lock_exclusive_()
70 SL_LOGE("%s:%d: pthread_mutex_lock_timeout_np returned %d", file, line, ok); in object_lock_exclusive_()
106 SL_LOGE("%s:%d: pthread %p (tid %d) sees object %p was recursively locked by pthread" in object_lock_exclusive_()
110 SL_LOGE("%s:%d: pthread %p (tid %d) sees object %p was left unlocked in unexpected" in object_lock_exclusive_()
H A Dentry.cpp48 SL_LOGE("numOptions=%u and pEngineOptions=NULL", numOptions); in liCreateEngine()
70 SL_LOGE("unknown engine option: feature=%u data=%u", in liCreateEngine()
H A Dsles.cpp84 SL_LOGE("object %p has object ID %u but expected %u", object, actualObjectID, in AcquireStrongRef()
88 SL_LOGE("object %p with object ID %u is not realized", object, actualObjectID); in AcquireStrongRef()
203 SL_LOGE("class %s interface %u required but unavailable MPH=%d", in checkInterfaces()
523 SL_LOGE("Too many objects"); in construct()
/aosp12/frameworks/wilhelm/src/android/
H A DAacBqToPcmCbRenderer.cpp43 SL_LOGE("AacBqToPcmCbRenderer::getAdtsFrameSize() returns 0 (can't read syncword or header)" in getAdtsFrameSize()
50 SL_LOGE("AacBqToPcmCbRenderer::getAdtsFrameSize() returns 0 (wrong syncword)"); in getAdtsFrameSize()
65 SL_LOGE("AacBqToPcmCbRenderer::getAdtsFrameSize() returns 0 (frameSize %zu < headSize %zu)", in getAdtsFrameSize()
90 SL_LOGE("No ADTS to validate"); in validateBufferStartEndOnFrameBoundaries()
96 SL_LOGE("found ADTS frame of size 0 at offset %lld", (long long) offset); in validateBufferStartEndOnFrameBoundaries()
102 SL_LOGE("found incomplete ADTS frame at end of data"); in validateBufferStartEndOnFrameBoundaries()
107 SL_LOGE("ADTS parsing error: reached end of incomplete frame"); in validateBufferStartEndOnFrameBoundaries()
156 SL_LOGE("AacBqToPcmCbRenderer::onPrepare: error getting source from extractor"); in onPrepare()
165 SL_LOGE("AacBqToPcmCbRenderer::onPrepare: Could not instantiate decoder."); in onPrepare()
175 SL_LOGE("AacBqToPcmCbRenderer::onPrepare() Failed to start source/decoder."); in onPrepare()
H A Dandroid_LocAVPlayer.cpp56 SL_LOGE("media player service failed to create player by URI"); in onPrepare()
69 SL_LOGE("setDataSource failed"); in onPrepare()
78 SL_LOGE("media player service failed to create player by FD"); in onPrepare()
81 SL_LOGE("setDataSource failed"); in onPrepare()
92 SL_LOGE("no data locator for MediaPlayer object"); in onPrepare()
95 SL_LOGE("unsupported data locator %d for MediaPlayer object", mDataLocatorType); in onPrepare()
H A DAudioPlayer_to_android.cpp518 SL_LOGE(ERROR_PLAYERSTREAMTYPE_REALIZED); in audioPlayer_setStreamType()
547 SL_LOGE(ERROR_CONFIG_PERF_MODE_UNKNOWN); in audioPlayer_setPerformanceMode()
555 SL_LOGE(ERROR_CONFIG_PERF_MODE_REALIZED); in audioPlayer_setPerformanceMode()
803 SL_LOGE(ERROR_PLAYER_PREFETCH_d, data1); in sfplayer_handlePrefetchEvent()
943 SL_LOGE("Error after prepare: %d", data1); in sfplayer_handlePrefetchEvent()
1168 SL_LOGE("MIME type null invalid"); in android_audioPlayer_checkSourceSink()
1442 SL_LOGE(ERROR_CONFIG_VALUESIZE_TOO_LOW); in android_audioPlayer_setConfig()
1451 SL_LOGE(ERROR_CONFIG_VALUESIZE_TOO_LOW); in android_audioPlayer_setConfig()
1458 SL_LOGE(ERROR_CONFIG_UNKNOWN_KEY); in android_audioPlayer_setConfig()
1479 SL_LOGE(ERROR_CONFIG_VALUESIZE_TOO_LOW); in android_audioPlayer_getConfig()
[all …]
H A DAudioRecorder_to_android.cpp61 SL_LOGE(ERROR_RECORDERPRESET_SET_UNKNOWN_PRESET); in audioRecorder_setPreset()
68 SL_LOGE(ERROR_RECORDERPRESET_REALIZED); in audioRecorder_setPreset()
98 SL_LOGE(ERROR_CONFIG_PERF_MODE_UNKNOWN); in audioRecorder_setPerformanceMode()
106 SL_LOGE(ERROR_CONFIG_PERF_MODE_REALIZED); in audioRecorder_setPerformanceMode()
289 SL_LOGE(ERROR_RECORDER_SOURCE_MUST_BE_IODEVICE); in android_audioRecorder_checkSourceSink()
445 SL_LOGE(ERROR_CONFIG_VALUESIZE_TOO_LOW); in android_audioRecorder_setConfig()
455 SL_LOGE(ERROR_CONFIG_VALUESIZE_TOO_LOW); in android_audioRecorder_setConfig()
461 SL_LOGE(ERROR_CONFIG_UNKNOWN_KEY); in android_audioRecorder_setConfig()
482 SL_LOGE(ERROR_CONFIG_VALUESIZE_TOO_LOW); in android_audioRecorder_getConfig()
495 SL_LOGE(ERROR_CONFIG_VALUESIZE_TOO_LOW); in android_audioRecorder_getConfig()
[all …]
H A Dandroid_Effect.cpp77 SL_LOGE("Trying to use an unknown EQ parameter %d", param); in eq_paramSize()
109 SL_LOGE("Trying to access an unknown EQ parameter %d", param); in eq_valueSize()
272 SL_LOGE("BassBoost effect initialization failed"); in android_bb_init()
290 SL_LOGE("Equalizer effect initialization failed"); in android_eq_init()
340 SL_LOGE("Virtualizer effect initialization failed"); in android_virt_init()
375 SL_LOGE("PresetReverb effect initialization failed"); in android_prev_init()
464 SL_LOGE("AEC effect initialization failed"); in android_aec_init()
475 SL_LOGE("AGC effect initialization failed"); in android_agc_init()
486 SL_LOGE("NS effect initialization failed"); in android_ns_init()
688 SL_LOGE("Effect initCheck() returned %d", status); in android_fx_initEffectObj()
[all …]
H A DMediaPlayer_to_android.cpp78 SL_LOGE(ERROR_PLAYER_PREFETCH_d, data1); in player_handleMediaPlayerEventNotifications()
283 SL_LOGE("Error after prepare: %d", data1); in player_handleMediaPlayerEventNotifications()
295 SL_LOGE("Received unknown event %d, data %d from AVPlayer", event, data1); in player_handleMediaPlayerEventNotifications()
343 SL_LOGE("Cannot create media player with data locator type 0x%x", in android_Player_checkSourceSink()
355 SL_LOGE("Cannot create media player with audio sink data locator of type 0x%x", in android_Player_checkSourceSink()
446 SL_LOGE("Invalid or unsupported data locator type %u for data source", in android_Player_realize()
629 SL_LOGE("Android object in invalid state"); in android_Player_setPlayState()
647 SL_LOGE("Android object in invalid state"); in android_Player_setPlayState()
733 SL_LOGE("ANativeWindow is NULL"); in android_Player_setNativeWindow()
742 SL_LOGE("Query NATIVE_WINDOW_CONCRETE_TYPE on ANativeWindow * %p failed; " in android_Player_setNativeWindow()
[all …]
H A Dandroid_AudioSfDecoder.cpp152 SL_LOGE("Error retrieving metadata value at index %d: using size of %d, should be %d", in getPcmFormatKeyValue()
198 SL_LOGE("AudioSfDecoder::onPrepare: no data locator set"); in onPrepare()
206 SL_LOGE("AudioSfDecoder::onPrepare(): Error opening %s", mDataLocator.uriRef); in onPrepare()
241 SL_LOGE("AudioSfDecoder::onPrepare: Could not instantiate extractor."); in onPrepare()
267 SL_LOGE("AudioSfDecoder::onPrepare: Could not find a supported audio track."); in onPrepare()
312 SL_LOGE("AudioSfDecoder::onPrepare: Could not instantiate decoder."); in onPrepare()
322 SL_LOGE("AudioSfDecoder::onPrepare: Failed to start source/decoder."); in onPrepare()
562 SL_LOGE("MediaSource::read returned error %d", err); in onDecode()
H A DCallbackProtector.cpp42 SL_LOGE("Callback protector detected an active callback after destroy"); in ~CallbackProtector()
53 SL_LOGE("Callback protector is missing"); in enterCbIfOk()
H A Dandroid_GenericPlayer.cpp111 SL_LOGE("GenericPlayer::setDataSource: fstat(%d) failed: %d, %s", fd, ret, strerror(errno)); in setDataSource()
116 SL_LOGE("SfPlayer::setDataSource: invalid offset"); in setDataSource()
171 SL_LOGE("GenericPlayer::seek error, can't seek to negative time %" PRId64 "ms", timeMsec); in seek()
387 SL_LOGE("GenericPlayer::onMessageReceived unknown message %d", msg->what()); in onMessageReceived()
H A Dandroid_GenericMediaPlayer.cpp135 SL_LOGE("Unexpected MEDIA_PREPARED"); in notify()
164 SL_LOGE("MEDIA_BUFFERING_UPDATE %d%% < 0", ext1); in notify()
167 SL_LOGE("MEDIA_BUFFERING_UPDATE %d%% > 100", ext1); in notify()
/aosp12/frameworks/wilhelm/src/itf/
H A DIAndroidBufferQueue.cpp79 SL_LOGE("Partial item at end of array"); in setItems()
87 SL_LOGE("Partial item data at end of array"); in setItems()
102 SL_LOGE("Invalid item parameter size %u for EOS", pItems->itemSize); in setItems()
143 SL_LOGE("Received format change with invalid data size, ignoring data"); in setItems()
162 SL_LOGE("Invalid item parameter size %u for EOS", pItems->itemSize); in setItems()
196 SL_LOGE("Can't enqueue non-zero data with EOS"); in setItems()
209 SL_LOGE("Invalid combination of items"); in setItems()
218 SL_LOGE("Can't enqueue non-zero data with EOS"); in setItems()
312 SL_LOGE("Enqueue failure: trying to enqueue buffer with no data and no items."); in IAndroidBufferQueue_Enqueue()
329 SL_LOGE("Error enqueueing MPEG-2 TS data: incorrect packet sync"); in IAndroidBufferQueue_Enqueue()
[all …]
H A DIAndroidEffectSend.cpp38 SL_LOGE("invalid interface: not attached to an AudioPlayer"); in IAndroidEffectSend_EnableEffectSend()
106 SL_LOGE("invalid interface: not attached to an AudioPlayer"); in IAndroidEffectSend_SetDirectLevel()
131 SL_LOGE("invalid interface: not attached to an AudioPlayer"); in IAndroidEffectSend_GetDirectLevel()
157 SL_LOGE("invalid interface: not attached to an AudioPlayer"); in IAndroidEffectSend_SetSendLevel()
166 SL_LOGE("trying to send to an effect not on this AudioPlayer's OutputMix"); in IAndroidEffectSend_SetSendLevel()
196 SL_LOGE("invalid interface: not attached to an AudioPlayer"); in IAndroidEffectSend_GetSendLevel()
203 SL_LOGE("trying to retrieve send level on an effect not on this AudioPlayer's \ in IAndroidEffectSend_GetSendLevel()
H A DIAndroidConfiguration.cpp119 SL_LOGE("Error creating player routing object - Routing Proxy Already Acquired."); in ValidatePlayerConfig()
145 SL_LOGE("Error creating routing object - Player is not a buffer-queue player."); in ValidatePlayerConfig()
171 SL_LOGE("Java exception creating player routing object."); in AllocPlayerRoutingProxy()
187 SL_LOGE("Error creating record routing object - Routing Proxy Already Acquired."); in ValidateRecorderConfig()
215 SL_LOGE("Error creating routing object - Recorder is not a buffer-queue recorder."); in ValidateRecorderConfig()
239 SL_LOGE("Java exception creating recorder routing object."); in AllocRecorderRoutingProxy()
334 SL_LOGE("Java exception releasing recorder routing object."); in IAndroidConfiguration_ReleaseJavaProxy()
349 SL_LOGE("Java exception releasing recorder routing object."); in IAndroidConfiguration_ReleaseJavaProxy()
H A DIStreamInformation.cpp42 SL_LOGE("QueryMediaContainerInformation is unsupported"); in IStreamInformation_QueryMediaContainerInformation()
80 SL_LOGE("Querying stream type for stream %d, only %d streams available", in IStreamInformation_QueryStreamType()
140 SL_LOGE("StreamInformation::QueryStreamInformation index %u has " in IStreamInformation_QueryStreamInformation()
147 SL_LOGE("Querying stream type for stream %d, only %d streams available", in IStreamInformation_QueryStreamInformation()
204 SL_LOGE("unsupported XAStreamInformationItf function"); in IStreamInformation_QueryStreamName()
268 SL_LOGE("unsupported XAStreamInformationItf function"); in IStreamInformation_SetActiveStream() local
H A DIEffectSend.cpp55 SL_LOGE("EffectSend on unknown aux effect %p", pAuxEffect); in getEnableLevel()
65 SL_LOGE("EffectSend aux=%u MPH=%u", aux, MPH); in getEnableLevel()
83 SL_LOGE("EffectSend no GetInterface yet"); in getEnableLevel()
86 SL_LOGE("EffectSend invalid interface state %u", state); in getEnableLevel()
104 SL_LOGE("EffectSend status %u", status); in translateEnableFxSendError()
150 SL_LOGE("EffectSend unknown aux effect %p", pAuxEffect); in IEffectSend_EnableEffectSend()
H A DIVideoDecoderCapabilities.cpp85 SL_LOGE("Generic implementation has no video decoder capabilities"); in IVideoDecoderCapabilities_GetVideoDecoderCapabilities()
98 SL_LOGE("Generic implementation has no video decoder capabilities"); in IVideoDecoderCapabilities_GetVideoDecoderCapabilities()
H A DIAndroidEffectCapabilities.cpp95 SL_LOGE("android_genericFx_queryNumEffects %u", result); in IAndroidEffectCapabilities_Expose()
106 SL_LOGE("Error (SLresult is %d) querying effect %d", result2, i); in IAndroidEffectCapabilities_Expose()
/aosp12/frameworks/wilhelm/src/android/util/
H A DAacAdtsExtractor.cpp63 SL_LOGE("AacAdtsExtractor:: getFrameSize() returns %d (syncword and header read error)", in getFrameSize()
69 SL_LOGE("AacAdtsExtractor:: getFrameSize() returns 0 (syncword pb)"); in getFrameSize()
83 SL_LOGE("AacAdtsExtractor:: getFrameSize() returns 0 (frameSize %zu < headSize %zu)", in getFrameSize()
111 SL_LOGE("Unable to determine sample rate"); in AacAdtsExtractor()
120 SL_LOGE("Invalid sample rate"); in AacAdtsExtractor()
142 SL_LOGE("AacAdtsExtractor() failed querying framesize at offset=%lld", in AacAdtsExtractor()
149 SL_LOGE("AacAdtsExtractor() frame of size %zu at offset=%lld is beyond EOF %lld", in AacAdtsExtractor()
241 SL_LOGE("Can't seek in AAC ADTS buffer queue"); in read()
/aosp12/frameworks/wilhelm/src/objects/
H A DCEngine.cpp49 SL_LOGE("Object::Destroy omitted for engine %p", theOneTrueEngine); in onDlClose()
80 SL_LOGE("CEngine_Realize: binding to audio service failed, service up?"); in CEngine_Realize()
110 SL_LOGE("Object::Destroy(%p) for engine ignored; %u total active objects", in CEngine_Destroy()
115 SL_LOGE("Object::Destroy(%p) for engine ignored; active object ID %u at %p", in CEngine_Destroy()
H A DC3DGroup.cpp31 SL_LOGE("Object::Destroy(%p) for 3DGroup ignored; mMemberMask=0x%x", thiz, thiz->mMemberMask); in C3DGroup_PreDestroy()

12