/frameworks/wilhelm/src/ |
D | data.cpp | 44 SL_LOGE("%s: pAddress=NULL", name); in checkDataLocator() 60 SL_LOGE("%s: numBuffers=%u", name, pDataLocator->mBufferQueue.numBuffers); in checkDataLocator() 90 SL_LOGE("%s: deviceType=%u", name, deviceType); in checkDataLocator() 100 SL_LOGE("%s: locatorType=IODEVICE, but device field %p has wrong " \ in checkDataLocator() 110 SL_LOGE("%s: invalid LED deviceID=%u", name, deviceID); in checkDataLocator() 116 SL_LOGE("%s: invalid vibra deviceID=%u", name, deviceID); in checkDataLocator() 122 SL_LOGE("%s: invalid audio input deviceID=%u", name, deviceID); in checkDataLocator() 131 SL_LOGE("%s: invalid audio input deviceID=%u", name, deviceID); in checkDataLocator() 139 SL_LOGE("%s: deviceType=%u is invalid", name, deviceType); in checkDataLocator() 154 SL_LOGE("%s: SLDataLocator_MIDIBufferQueue.numBuffers=%d", name, in checkDataLocator() [all …]
|
D | sllog.h | 55 #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
|
D | locks.cpp | 67 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_()
|
D | entry.cpp | 48 SL_LOGE("numOptions=%u and pEngineOptions=NULL", numOptions); in liCreateEngine() 70 SL_LOGE("unknown engine option: feature=%u data=%u", in liCreateEngine()
|
/frameworks/wilhelm/src/android/ |
D | AacBqToPcmCbRenderer.cpp | 43 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()
|
D | android_LocAVPlayer.cpp | 56 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()
|
D | AudioPlayer_to_android.cpp | 79 SL_LOGE("invalid stream type %d when converting to usage", streamType); in usageForStreamType() 110 SL_LOGE(ERROR_PLAYERSETPLAYSTATE_INVALID_OBJECT_STATE_D, playState); in aplayer_setPlayState() 128 SL_LOGE(ERROR_PLAYERSETPLAYSTATE_INVALID_OBJECT_STATE_D, playState); in aplayer_setPlayState() 136 SL_LOGE(ERROR_SHOULDNT_BE_HERE_S, "aplayer_setPlayState"); in aplayer_setPlayState() 510 SL_LOGE(ERROR_PLAYERSTREAMTYPE_SET_UNKNOWN_TYPE); in audioPlayer_setStreamType() 518 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() 648 SL_LOGE("Unsupported sink format 0x%x, expected SL_DATAFORMAT_PCM", in audioPlayer_isSupportedNonOutputMixSink() 657 SL_LOGE("Unsupported sink locator type 0x%x", (unsigned)sinkLocatorType); in audioPlayer_isSupportedNonOutputMixSink() [all …]
|
D | AudioRecorder_to_android.cpp | 61 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() 257 SL_LOGE("Cannot create audio recorder: unsupported byte order %u", in android_audioRecorder_checkSourceSink() 268 SL_LOGE("Cannot create audio recorder: unsupported container size %u bits for " in android_audioRecorder_checkSourceSink() 276 SL_LOGE(ERROR_RECORDER_SINK_FORMAT_MUST_BE_PCM); in android_audioRecorder_checkSourceSink() 281 SL_LOGE(ERROR_RECORDER_SINK_MUST_BE_ANDROIDSIMPLEBUFFERQUEUE); in android_audioRecorder_checkSourceSink() 289 SL_LOGE(ERROR_RECORDER_SOURCE_MUST_BE_IODEVICE); in android_audioRecorder_checkSourceSink() 296 SL_LOGE(ERROR_RECORDER_IODEVICE_MUST_BE_AUDIOINPUT); in android_audioRecorder_checkSourceSink() [all …]
|
D | android_Effect.cpp | 77 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() 132 SL_LOGE("Trying to access an unknown BassBoost parameter %d", param); in bb_valueSize() 156 SL_LOGE("Trying to access an unknown Virtualizer parameter %d", param); in virt_valueSize() 193 SL_LOGE("Trying to access an unknown Environmental Reverb parameter %d", param); in erev_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() 412 SL_LOGE("EnvironmentalReverb effect initialization failed"); in android_erev_init() [all …]
|
D | MediaPlayer_to_android.cpp | 78 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() 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() 391 SL_LOGE("Unable to create MediaPlayer for data source locator 0x%x", sourceLocator); in android_Player_create() 446 SL_LOGE("Invalid or unsupported data locator type %u for data source", in android_Player_realize() 455 SL_LOGE("Unable to realize MediaPlayer, invalid internal Android object type"); in android_Player_realize() [all …]
|
D | android_AudioSfDecoder.cpp | 152 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()
|
D | CallbackProtector.cpp | 42 SL_LOGE("Callback protector detected an active callback after destroy"); in ~CallbackProtector() 53 SL_LOGE("Callback protector is missing"); in enterCbIfOk()
|
D | android_GenericPlayer.cpp | 111 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()
|
/frameworks/wilhelm/src/itf/ |
D | IAndroidBufferQueue.cpp | 79 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 …]
|
D | IAndroidEffectSend.cpp | 38 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()
|
D | IAndroidConfiguration.cpp | 119 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()
|
D | IStreamInformation.cpp | 42 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
|
D | IEffectSend.cpp | 55 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()
|
D | IVideoDecoderCapabilities.cpp | 85 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()
|
D | IAndroidEffectCapabilities.cpp | 95 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/ |
D | AacAdtsExtractor.cpp | 63 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()
|
/frameworks/wilhelm/src/objects/ |
D | CEngine.cpp | 49 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()
|
D | C3DGroup.cpp | 31 SL_LOGE("Object::Destroy(%p) for 3DGroup ignored; mMemberMask=0x%x", thiz, thiz->mMemberMask); in C3DGroup_PreDestroy()
|
D | COutputMix.cpp | 88 SL_LOGE("Object::Destroy(%p) for OutputMix ignored; %u players attached", outputMix, in COutputMix_PreDestroy()
|
/frameworks/wilhelm/src/desktop/ |
D | SDL.cpp | 60 SL_LOGE("Unable to open audio: %s", SDL_GetError()); in SDL_open()
|