HomeSort by relevance Sort by last modified time
    Searched defs:log_print (Results 1 - 6 of 6) 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...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/
svc_context.h 37 int log_print; // when set, printf log messages instead of returning the member in struct:__anon17840
  /external/libvpx/libvpx/vpx/
svc_context.h 44 int log_print; // when set, printf log messages instead of returning the member in struct:__anon4538
  /external/ipsec-tools/src/racoon/
logger.c 122 log_print(p, str) function
254 log_print(l, "hoge\n");
  /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...]
  /device/moto/shamu/qrngd/
qrngd.c 122 void log_print(int level, char *format, ...) function
224 log_print(ERROR, "ERROR: Bad word value from hardware.");
240 log_print(ERROR, "ERROR: Bad spectral random number sample.");
342 log_print(ERROR, "qrngd permission reset failed, exiting\n");
382 log_print(INFO, APP_NAME " has started:\n" "Reading device:'%s' updating entropy for device:'%s'",
394 log_print(ERROR, "ERROR: Can't read from hardware source.");
402 log_print(INFO, "ERROR: Failed FIPS test.");
412 log_print(ERROR, "ERROR: Timeout getting valid random data from hardware.");
419 log_print(ERROR, "ERROR: Can't read entropy count.");
438 log_print(ERROR,"ERROR: RNDADDENTROPY ioctl() failed.")
    [all...]

Completed in 973 milliseconds