Home
last modified time | relevance | path

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

12

/frameworks/wilhelm/src/
Ddata.c46 SL_LOGE("%s: pAddress=NULL", name); in checkDataLocator()
62 SL_LOGE("%s: numBuffers=%u", name, pDataLocator->mBufferQueue.numBuffers); in checkDataLocator()
92 SL_LOGE("%s: deviceType=%u", name, deviceType); in checkDataLocator()
102 SL_LOGE("%s: locatorType=IODEVICE, but device field %p has wrong " \ in checkDataLocator()
112 SL_LOGE("%s: invalid LED deviceID=%u", name, deviceID); in checkDataLocator()
118 SL_LOGE("%s: invalid vibra deviceID=%u", name, deviceID); in checkDataLocator()
124 SL_LOGE("%s: invalid audio input deviceID=%u", name, deviceID); in checkDataLocator()
133 SL_LOGE("%s: invalid audio input deviceID=%u", name, deviceID); in checkDataLocator()
141 SL_LOGE("%s: deviceType=%u is invalid", name, deviceType); in checkDataLocator()
156 SL_LOGE("%s: SLDataLocator_MIDIBufferQueue.numBuffers=%d", name, in checkDataLocator()
[all …]
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
Dlocks.c67 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_()
Dentry.c49 SL_LOGE("numOptions=%u and pEngineOptions=NULL", numOptions); in liCreateEngine()
71 SL_LOGE("unknown engine option: feature=%u data=%u", in liCreateEngine()
/frameworks/wilhelm/src/android/
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()
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()
DAudioPlayer_to_android.cpp70 SL_LOGE(ERROR_PLAYERSETPLAYSTATE_INVALID_OBJECT_STATE_D, playState); in aplayer_setPlayState()
88 SL_LOGE(ERROR_PLAYERSETPLAYSTATE_INVALID_OBJECT_STATE_D, playState); in aplayer_setPlayState()
96 SL_LOGE(ERROR_SHOULDNT_BE_HERE_S, "aplayer_setPlayState"); in aplayer_setPlayState()
470 SL_LOGE(ERROR_PLAYERSTREAMTYPE_SET_UNKNOWN_TYPE); in audioPlayer_setStreamType()
478 SL_LOGE(ERROR_PLAYERSTREAMTYPE_REALIZED); in audioPlayer_setStreamType()
547 SL_LOGE("Unsupported sink format 0x%x, expected SL_DATAFORMAT_PCM", in audioPlayer_isSupportedNonOutputMixSink()
556 SL_LOGE("Unsupported sink locator type 0x%x", (unsigned)sinkLocatorType); in audioPlayer_isSupportedNonOutputMixSink()
615 SL_LOGE("Source data locator 0x%x not supported with SL_DATALOCATOR_OUTPUTMIX sink", in audioPlayer_getAndroidObjectTypeForSourceSink()
638 SL_LOGE("Source data locator 0x%x not supported with SL_DATALOCATOR_BUFFERQUEUE sink", in audioPlayer_getAndroidObjectTypeForSourceSink()
645 SL_LOGE("Sink data locator 0x%x not supported", (unsigned)sinkLocatorType); in audioPlayer_getAndroidObjectTypeForSourceSink()
[all …]
DAudioRecorder_to_android.cpp58 SL_LOGE(ERROR_RECORDERPRESET_SET_UNKNOWN_PRESET); in audioRecorder_setPreset()
65 SL_LOGE(ERROR_RECORDERPRESET_REALIZED); in audioRecorder_setPreset()
188 SL_LOGE("Cannot create audio recorder: unsupported byte order %u", in android_audioRecorder_checkSourceSink()
199 SL_LOGE("Cannot create audio recorder: unsupported container size %u bits for " in android_audioRecorder_checkSourceSink()
207 SL_LOGE(ERROR_RECORDER_SINK_FORMAT_MUST_BE_PCM); in android_audioRecorder_checkSourceSink()
212 SL_LOGE(ERROR_RECORDER_SINK_MUST_BE_ANDROIDSIMPLEBUFFERQUEUE); in android_audioRecorder_checkSourceSink()
220 SL_LOGE(ERROR_RECORDER_SOURCE_MUST_BE_IODEVICE); in android_audioRecorder_checkSourceSink()
227 SL_LOGE(ERROR_RECORDER_IODEVICE_MUST_BE_AUDIOINPUT); in android_audioRecorder_checkSourceSink()
233 SL_LOGE(ERROR_RECORDER_INPUT_ID_MUST_BE_DEFAULT); in android_audioRecorder_checkSourceSink()
326 SL_LOGE("Encountered unknown AudioRecord event %d for CAudioRecord %p", event, ar); in audioRecorder_callback()
[all …]
Dandroid_Effect.cpp75 SL_LOGE("Trying to use an unknown EQ parameter %d", param); in eq_paramSize()
107 SL_LOGE("Trying to access an unknown EQ parameter %d", param); in eq_valueSize()
130 SL_LOGE("Trying to access an unknown BassBoost parameter %d", param); in bb_valueSize()
154 SL_LOGE("Trying to access an unknown Virtualizer parameter %d", param); in virt_valueSize()
191 SL_LOGE("Trying to access an unknown Environmental Reverb parameter %d", param); in erev_valueSize()
270 SL_LOGE("BassBoost effect initialization failed"); in android_bb_init()
288 SL_LOGE("Equalizer effect initialization failed"); in android_eq_init()
338 SL_LOGE("Virtualizer effect initialization failed"); in android_virt_init()
373 SL_LOGE("PresetReverb effect initialization failed"); in android_prev_init()
408 SL_LOGE("EnvironmentalReverb effect initialization failed"); in android_erev_init()
[all …]
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()
325 SL_LOGE("Cannot create player with XA_DATALOCATOR_ANDROIDBUFFERQUEUE data source " in android_Player_checkSourceSink()
331 SL_LOGE("Cannot create player with XA_DATALOCATOR_ANDROIDBUFFERQUEUE data source " in android_Player_checkSourceSink()
342 SL_LOGE("Cannot create media player with data locator type 0x%x", in android_Player_checkSourceSink()
354 SL_LOGE("Cannot create media player with audio sink data locator of type 0x%x", in android_Player_checkSourceSink()
388 SL_LOGE("Unable to create MediaPlayer for data source locator 0x%x", sourceLocator); in android_Player_create()
443 SL_LOGE("Invalid or unsupported data locator type %u for data source", in android_Player_realize()
451 SL_LOGE("Unable to realize MediaPlayer, invalid internal Android object type"); in android_Player_realize()
[all …]
Dandroid_AudioSfDecoder.cpp145 SL_LOGE("Error retrieving metadata value at index %d: using size of %d, should be %d", in getPcmFormatKeyValue()
191 SL_LOGE("AudioSfDecoder::onPrepare: no data locator set"); in onPrepare()
199 SL_LOGE("AudioSfDecoder::onPrepare(): Error opening %s", mDataLocator.uriRef); in onPrepare()
234 SL_LOGE("AudioSfDecoder::onPrepare: Could not instantiate extractor."); in onPrepare()
260 SL_LOGE("AudioSfDecoder::onPrepare: Could not find a supported audio track."); in onPrepare()
304 SL_LOGE("AudioSfDecoder::onPrepare: Could not instantiate decoder."); in onPrepare()
314 SL_LOGE("AudioSfDecoder::onPrepare: Failed to start source/decoder."); in onPrepare()
554 SL_LOGE("MediaSource::read returned error %d", err); in onDecode()
DCallbackProtector.cpp42 SL_LOGE("Callback protector detected an active callback after destroy"); in ~CallbackProtector()
53 SL_LOGE("Callback protector is missing"); in enterCbIfOk()
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()
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()
/frameworks/wilhelm/src/itf/
DIAndroidBufferQueue.c79 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()
116 SL_LOGE("Invalid item parameter size %u for MPEG-2 PTS", pItems->itemSize); in setItems()
138 SL_LOGE("Received format change with unsupported data, ignoring data"); in setItems()
143 SL_LOGE("Received format change with invalid data size, ignoring data"); in setItems()
150 SL_LOGE("Unknown item key %u with size %u", pItems->itemKey, pItems->itemSize); in setItems()
162 SL_LOGE("Invalid item parameter size %u for EOS", pItems->itemSize); in setItems()
169 SL_LOGE("Unknown item key %u with size %u", pItems->itemKey, pItems->itemSize); in setItems()
196 SL_LOGE("Can't enqueue non-zero data with EOS"); in setItems()
[all …]
DIAndroidEffectSend.c38 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()
DIAndroidConfiguration.c110 SL_LOGE("Error creating player routing object - Routing Proxy Already Acquired."); in ValidatePlayerConfig()
136 SL_LOGE("Error creating routing object - Player is not a buffer-queue player."); in ValidatePlayerConfig()
168 SL_LOGE("Java exception creating player routing object."); in AllocPlayerRoutingProxy()
184 SL_LOGE("Error creating record routing object - Routing Proxy Already Acquired."); in ValidateRecorderConfig()
211 SL_LOGE("Error creating routing object - Recorder is not a buffer-queue recorder."); in ValidateRecorderConfig()
241 SL_LOGE("Java exception creating recorder routing object."); in AllocRecorderRoutingProxy()
342 SL_LOGE("Java exception releasing recorder routing object."); in IAndroidConfiguration_ReleaseJavaProxy()
363 SL_LOGE("Java exception releasing recorder routing object."); in IAndroidConfiguration_ReleaseJavaProxy()
DIStreamInformation.c42 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()
DIEffectSend.c55 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()
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()
DIAndroidEffectCapabilities.c95 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()
/frameworks/wilhelm/src/android/util/
DAacAdtsExtractor.cpp62 SL_LOGE("AacAdtsExtractor:: getFrameSize() returns %d (syncword and header read error)", in getFrameSize()
68 SL_LOGE("AacAdtsExtractor:: getFrameSize() returns 0 (syncword pb)"); in getFrameSize()
82 SL_LOGE("AacAdtsExtractor:: getFrameSize() returns 0 (frameSize %zu < headSize %zu)", in getFrameSize()
109 SL_LOGE("Unable to determine sample rate"); in AacAdtsExtractor()
118 SL_LOGE("Invalid sample rate"); in AacAdtsExtractor()
140SL_LOGE("AacAdtsExtractor() failed querying framesize at offset=%lld", (long long) offset); in AacAdtsExtractor()
146 SL_LOGE("AacAdtsExtractor() frame of size %zu at offset=%lld is beyond EOF %lld", in AacAdtsExtractor()
266 SL_LOGE("Can't seek in AAC ADTS buffer queue"); in read()
/frameworks/wilhelm/src/objects/
DCEngine.c44 SL_LOGE("Object::Destroy omitted for engine %p", theOneTrueEngine); in onDlClose()
95 SL_LOGE("Object::Destroy(%p) for engine ignored; %u total active objects", in CEngine_Destroy()
100 SL_LOGE("Object::Destroy(%p) for engine ignored; active object ID %u at %p", in CEngine_Destroy()
DC3DGroup.c31 SL_LOGE("Object::Destroy(%p) for 3DGroup ignored; mMemberMask=0x%x", thiz, thiz->mMemberMask); in C3DGroup_PreDestroy()
/frameworks/wilhelm/src/desktop/
DSDL.c60 SL_LOGE("Unable to open audio: %s", SDL_GetError()); in SDL_open()

12