HomeSort by relevance Sort by last modified time
    Searched refs:SL_LOGE (Results 1 - 22 of 22) sorted by null

  /system/media/opensles/libopensles/
C3DGroup.c 31 SL_LOGE("Object::Destroy(%p) for 3DGroup ignored; mMemberMask=0x%x", this, this->mMemberMask);
sllog.h 52 #define SL_LOGE(...) __android_log_print(SLAndroidLogLevel_Error, slLogTag, __VA_ARGS__)
54 #define SL_LOGE(...) do { } while (0)
84 #define SL_LOGE(...) do { fprintf(stderr, "SL_LOGE: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \
87 #define SL_LOGE(...) do { } while (0)
IAndroidEffectSend.c 36 SL_LOGE("invalid interface: not attached to an AudioPlayer");
107 SL_LOGE("invalid interface: not attached to an AudioPlayer");
132 SL_LOGE("invalid interface: not attached to an AudioPlayer");
156 SL_LOGE("invalid interface: not attached to an AudioPlayer");
168 SL_LOGE("trying to send to an effect not on this AudioPlayer's OutputMix");
199 SL_LOGE("invalid interface: not attached to an AudioPlayer");
209 SL_LOGE("trying to retrieve send level on an effect not on this AudioPlayer's \
android_AudioRecorder.cpp 54 SL_LOGE(ERROR_RECORDERPRESET_SET_UNKNOWN_PRESET);
61 SL_LOGE(ERROR_RECORDERPRESET_REALIZED);
160 SL_LOGE(ERROR_RECORDER_SINK_MUST_BE_ANDROIDSIMPLEBUFFERQUEUE);
173 SL_LOGE(ERROR_RECORDER_SINK_FORMAT_MUST_BE_PCM);
182 SL_LOGE(ERROR_RECORDER_SOURCE_MUST_BE_IODEVICE);
189 SL_LOGE(ERROR_RECORDER_IODEVICE_MUST_BE_AUDIOINPUT);
195 SL_LOGE(ERROR_RECORDER_INPUT_ID_MUST_BE_DEFAULT);
313 SL_LOGE(ERROR_CONFIG_NULL_PARAM);
320 SL_LOGE(ERROR_CONFIG_VALUESIZE_TOO_LOW);
327 SL_LOGE(ERROR_CONFIG_UNKNOWN_KEY)
    [all...]
sles.c 77 SL_LOGE("object %p has object ID %lu but expected %lu", object, actualObjectID,
81 SL_LOGE("object %p with object ID %lu is not realized", object, actualObjectID);
193 SL_LOGE("class %s interface %lu required but unavailable MPH=%d",
277 SL_LOGE("pAddress is NULL");
293 SL_LOGE("numBuffers=%u", (unsigned) pDataLocator->mBufferQueue.numBuffers);
318 SL_LOGE("invalid deviceType %lu", deviceType);
326 SL_LOGE("locator type is IODEVICE, but device field %p has wrong object ID or is " \
336 SL_LOGE("invalid LED deviceID %lu", deviceID);
342 SL_LOGE("invalid vibra deviceID %lu", deviceID);
348 SL_LOGE("invalid audio input deviceID %lu", deviceID)
    [all...]
CEngine.c 67 SL_LOGE("Object::Destroy(%p) for engine ignored; %u total active objects",
72 SL_LOGE("Object::Destroy(%p) for engine ignored; active object ID %u at %p",
android_AudioPlayer.cpp 317 SL_LOGE(ERROR_PLAYERSTREAMTYPE_SET_UNKNOWN_TYPE);
325 SL_LOGE(ERROR_PLAYERSTREAMTYPE_REALIZED);
420 SL_LOGE(ERROR_PLAYER_PREFETCH_d, data1);
570 SL_LOGE("Cannot create audio player: data sink is not SL_DATALOCATOR_OUTPUTMIX");
598 SL_LOGE("Cannot create audio player: unsupported " \
618 SL_LOGE("Cannot create audio player: unsupported sample rate %u milliHz",
625 //SL_LOGE("Cannot create audio player: unsupported 8-bit data");
632 SL_LOGE("Cannot create audio player: unsupported sample bit depth %lu",
642 SL_LOGE("Cannot create audio player: unsupported container size %u",
655 SL_LOGE("Cannot create audio player: unsupported big-endian byte order")
    [all...]
COutputMix.c 88 SL_LOGE("Object::Destroy(%p) for OutputMix ignored; %u players attached", outputMix,
SDL.c 60 SL_LOGE("Unable to open audio: %s", SDL_GetError());
IEffectSend.c 55 SL_LOGE("EffectSend on unknown aux effect %p", pAuxEffect);
65 SL_LOGE("EffectSend aux=%u MPH=%u", aux, MPH);
83 SL_LOGE("EffectSend no GetInterface yet");
86 SL_LOGE("EffectSend invalid interface state %lu", state);
104 SL_LOGE("EffectSend status %u", status);
148 SL_LOGE("EffectSend unknown aux effect %p", pAuxEffect);
IAndroidEffectCapabilities.c 95 SL_LOGE("android_genericFx_queryNumEffects %lu", result);
106 SL_LOGE("Error (SLresult is %ld) querying effect %ld", result2, i);
android_Effect.cpp 62 SL_LOGE("Trying to use an unknown EQ parameter %d", param);
93 SL_LOGE("Trying to access an unknown EQ parameter %d", param);
115 SL_LOGE("Trying to access an unknown BassBoost parameter %d", param);
138 SL_LOGE("Trying to access an unknown Virtualizer parameter %d", param);
174 SL_LOGE("Trying to access an unknown Environmental Reverb parameter %d", param);
253 SL_LOGE("BassBoost effect initialization failed");
271 SL_LOGE("Equalizer effect initialization failed");
344 SL_LOGE("Virtualizer effect initialization failed");
379 SL_LOGE("PresetReverb effect initialization failed");
414 SL_LOGE("EnvironmentalReverb effect initialization failed")
    [all...]
android_SfPlayer.cpp 145 SL_LOGE("SfPlayer::setDataSource: not enough memory to allocator URI string");
163 SL_LOGE("SfPlayer::setDataSource: fstat(%d) failed: %d, %s", fd, ret, strerror(errno));
168 SL_LOGE("SfPlayer::setDataSource: invalid offset");
198 SL_LOGE("SfPlayer::onPrepare: no data locator set");
232 SL_LOGE("SfPlayer::onPrepare: Could not create data source.");
239 SL_LOGE("SfPlayer::onPrepare: Could not instantiate extractor.");
263 SL_LOGE("SfPlayer::onPrepare: Could not find a supported audio track.");
291 SL_LOGE("SfPlayer::onPrepare: Could not instantiate decoder.");
300 SL_LOGE("SfPlayer::onPrepare: Failed to start source/decoder.");
634 SL_LOGE("MediaSource::read returned error %d", err)
    [all...]
locks.c 50 SL_LOGE("%s:%d: object %p was recursively locked by %p at %s:%d\n",
53 SL_LOGE("%s:%d: object %p was left unlocked in unexpected state by %p at %s:%d\n",
IPresetReverb.c 124 SL_LOGE("PresetReverb initialization failed.");
IBassBoost.c 209 SL_LOGE("BassBoost initialization failed.");
IVirtualizer.c 211 SL_LOGE("Virtualizer initialization failed.");
SndFile.c 81 SL_LOGE("enqueue failed 0x%lx", result);
IObject.c 521 SL_LOGE("Object::Destroy(%p) not allowed", this);
599 SL_LOGE("Object::Destroy(%p) while interface %u active", this, index);
IEqualizer.c 515 SL_LOGE("Equalizer initialization failed");
IEngine.c 356 SL_LOGE("Cannot create AudioRecorder: invalid source or sink");
IEnvironmentalReverb.c 773 SL_LOGE("EnvironmentalReverb initialization failed.");

Completed in 123 milliseconds