Searched refs:LogError (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/tools/aapt2/compile/ |
H A D | PngCrunch.cpp | 75 static void LogError(png_structp png_ptr, png_const_charp error_msg) { in LogError() function 200 png_set_error_fn(read_ptr, (png_voidp)&source_diag, LogError, LogWarning); in ReadPng() 515 png_set_error_fn(write_ptr, (png_voidp)context->GetDiagnostics(), LogError, LogWarning); in WritePng()
|
/aosp12/bionic/libc/malloc_debug/ |
H A D | malloc_debug.cpp | 213 static void LogError(const void* pointer, const char* error_str) { in LogError() function 242 LogError(pointer, error_str.c_str()); in VerifyPointer() 250 LogError(pointer, error_str.c_str()); in VerifyPointer()
|
/aosp12/frameworks/native/opengl/include/EGL/ |
H A D | Platform.h | 262 OP(logError, LogError) \
|
/aosp12/system/extras/simpleperf/ |
H A D | ETMDecoder.cpp | 45 void LogError(const ocsd_hndl_err_log_t handle, const ocsdError* error) override { in LogError() function in simpleperf::__anon69d84bf80110::DecodeErrorLogger 46 ocsdDefaultErrorLogger::LogError(handle, error); in LogError()
|