HomeSort by relevance Sort by last modified time
    Searched defs:__android_log_print (Results 1 - 5 of 5) sorted by null

  /system/keymaster/
keymaster_configuration_test.cpp 23 int __android_log_print(int prio, const char* tag, const char* fmt);
24 int __android_log_print(int prio, const char* tag, const char* fmt) { function
android_keymaster_test.cpp 43 int __android_log_print(int prio, const char* tag, const char* fmt);
44 int __android_log_print(int prio, const char* tag, const char* fmt) { function
    [all...]
  /bionic/libc/malloc_debug/tests/
log_fake.cpp 71 extern "C" int __android_log_print(int prio, const char* tag, const char* fmt, ...) { function
  /system/core/debuggerd/test/
log_fake.cpp 56 extern "C" int __android_log_print(int prio, const char* tag, const char* fmt, ...) { function
  /system/core/liblog/
logger_write.c 405 LIBLOG_ABI_PUBLIC int __android_log_print(int prio, const char *tag, function

Completed in 1282 milliseconds