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

/external/conscrypt/src/compat/native/
H A Dlog_compat.h3 #define ALOGE(...) \ macro
/external/chromium_org/third_party/hwcplus/include/log/
H A Dlog.h146 #ifndef ALOGE
147 #define ALOGE(...) ((void)ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)) macro
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
H A Dpeerconnection_jni.cc1211 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, TAG, __VA_ARGS__) macro
1499 ALOGE("ResetCodec");
2318 ALOGE("Output buffer dequeue timeout");
2329 ALOGE("dequeueInputBuffer error");
2342 ALOGE("Input frame size %d is bigger than buffer size %d.",
2367 ALOGE("queueInputBuffer error");
2374 ALOGE("DeliverPendingOutputs error");
2403 ALOGE("dequeueOutputBuffer error : %d", output_buffer_index);
2428 ALOGE("Insufficient output buffer size: %d", output_buffer_size);
2487 ALOGE("releaseOutputBuffe
[all...]
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp70 #define ALOGE(...) \ macro
1034 ALOGE("Could not attach JavaVM to find current JNIEnv");
1295 ALOGE("Could not find rawSignDigestWithPrivateKey");
1324 ALOGE("Could not find rawCipherWithPrivateKey");
1382 ALOGE("Null JNI reference passed to RsaMethodPrivEnc!");
1398 ALOGE("Could not sign message in RsaMethodPrivEnc!");
1406 ALOGE("RSA Signature size mismatch, actual: %zd, expected <= %zd", signatureBytes.size(),
1434 ALOGE("Null JNI reference passed to RsaMethodPrivDec!");
1449 ALOGE("Could not decrypt message in RsaMethodPrivDec!");
1457 ALOGE("RS
[all...]

Completed in 256 milliseconds