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

  /development/tools/labpretest/
labpretest.sh 52 log_print() function
78 log_print "checking battery level"
84 log_print "Battery is low, waiting for charge"
92 log_print "resuming test run with battery level at $battery%"
94 log_print "resuming test run with battery level at $battery%"
119 log_print "device time out after $loop iterations"
122 log_print "device returned and available"
139 log_print "rebooting into bootloader and waiting for availability via fastboot"
157 log_print "rebooting into bootloader and waiting for availability via fastboot"
176 log_print "rebooting and waiting for availability via adb
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
svc_context.h 44 int log_print; // when set, printf log messages instead of returning the member in struct:__anon30283
  /external/ipsec-tools/src/racoon/
logger.c 122 log_print(p, str) function
254 log_print(l, "hoge\n");
  /external/libvpx/libvpx/vpx/
svc_context.h 38 int log_print; // when set, printf log messages instead of returning the member in struct:__anon16657
  /external/mtpd/
mtpd.c 66 log_print(INFO, "Using protocol %s", p->name);
92 log_print(INFO, "Sending signal to pppd (pid = %d)", pppd_pid);
110 log_print(DEBUG, "Waiting for control socket");
112 log_print(FATAL, "Cannot get control socket");
123 log_print(FATAL, "Cannot get argument length");
138 log_print(FATAL, "Cannot get argument value");
145 log_print(DEBUG, "Received %d arguments", i - 1);
169 log_print(FATAL, "Pipe() %s", strerror(errno));
193 log_print(FATAL, "Poll() %s", strerror(errno));
219 log_print(INFO, "Received signal %d", signal)
237 void log_print(int level, char *format, ...) function
    [all...]

Completed in 156 milliseconds