Searched defs:ALOGE (Results 1 - 8 of 8) sorted by relevance

/external/conscrypt/src/openjdk/native/
H A Dlog_compat.h3 #define ALOGE(...) \ macro
/external/conscrypt/src/compat/native/
H A Dlog_compat.h6 #define ALOGE(...) \ macro
/external/webrtc/talk/app/webrtc/java/jni/
H A Dandroidmediacodeccommon.h52 #define ALOGE LOG_TAG(rtc::LS_ERROR, TAG) macro
105 ALOGE << "Java JNI exception.";
/external/webrtc/webrtc/modules/audio_device/android/
H A Daudio_manager.cc26 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, TAG, __VA_ARGS__) macro
124 ALOGE("init failed!");
H A Daudio_record_jni.cc25 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, TAG, __VA_ARGS__) macro
136 ALOGE("InitRecording failed!");
154 ALOGE("StartRecording failed!");
168 ALOGE("StopRecording failed!");
246 ALOGE("AttachAudioBuffer has not been called!");
258 ALOGE("AudioDeviceBuffer::DeliverRecordedData failed!");
H A Daudio_track_jni.cc25 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, TAG, __VA_ARGS__) macro
138 ALOGE("StartPlayout failed!");
152 ALOGE("StopPlayout failed!");
244 ALOGE("AttachAudioBuffer has not been called!");
250 ALOGE("AudioDeviceBuffer::RequestPlayoutData failed!");
H A Dopensles_player.cc25 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, TAG, __VA_ARGS__) macro
33 ALOGE("%s failed: %d", #op, err); \
452 ALOGE("Enqueue failed: %d", err);
462 ALOGE("GetPlayState failed: %d", err);
/external/webrtc/webrtc/modules/utility/source/
H A Djvm_android.cc19 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, TAG, __VA_ARGS__) macro
252 ALOGE("AttachCurrentThread() has not been called on this thread.");

Completed in 152 milliseconds