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

  /development/ndk/platforms/android-3/include/android/
log.h 94 int __android_log_write(int prio, const char *tag, const char *text);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/android/
log.h 94 int __android_log_write(int prio, const char *tag, const char *text);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/android/
log.h 94 int __android_log_write(int prio, const char *tag, const char *text);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/android/
log.h 94 int __android_log_write(int prio, const char *tag, const char *text);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/android/
log.h 94 int __android_log_write(int prio, const char *tag, const char *text);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/android/
log.h 94 int __android_log_write(int prio, const char *tag, const char *text);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/android/
log.h 94 int __android_log_write(int prio, const char *tag, const char *text);
  /system/core/include/android/
log.h 94 int __android_log_write(int prio, const char *tag, const char *text);
  /bionic/libc/bionic/
logd_write.c 133 static int __android_log_write(int prio, const char *tag, const char *msg) function
162 return __android_log_write(prio, tag, buf);
174 return __android_log_write(prio, tag, buf);
187 __android_log_write(ANDROID_LOG_FATAL, tag, buf);
  /system/core/liblog/
logd_write.c 133 int __android_log_write(int prio, const char *tag, const char *msg) function
196 return __android_log_write(prio, tag, buf);
208 return __android_log_write(prio, tag, buf);
233 __android_log_write(ANDROID_LOG_FATAL, tag, buf);
  /external/ppp/android/
ip-up-vpn.c 86 __android_log_write(ANDROID_LOG_ERROR, "ip-up-vpn", strerror(errno));
  /system/core/include/cutils/
log.h 410 __android_log_write(prio, tag, text)
  /dalvik/libnativehelper/
JNIHelp.c 258 __android_log_write(priority, tag, buffer);
  /external/ppp/pppd/
utils.c 707 __android_log_write(syslog_to_android[level], LOG_TAG, buf);

Completed in 605 milliseconds