Searched refs:doLog (Results 1 – 5 of 5) sorted by relevance
218 boolean doLog) { in attemptMasterKeyDecryption() argument259 } else if (doLog) { in attemptMasterKeyDecryption()263 if (doLog) { in attemptMasterKeyDecryption()271 if (doLog) { in attemptMasterKeyDecryption()275 if (doLog) { in attemptMasterKeyDecryption()279 if (doLog) { in attemptMasterKeyDecryption()283 if (doLog) { in attemptMasterKeyDecryption()287 if (doLog) { in attemptMasterKeyDecryption()
52 bool doLog = (bool) property_get_bool("ro.test_harness", 0); in main() local60 if (doLog && (childPid = fork()) != 0) { in main()130 if (doLog) { in main()
123 doLog(lock, "Calling thread " + Thread.currentThread().getName() in guard()158 doLog(targetMayBeNull, "Calling thread " + Thread.currentThread().getName() in guard()165 private static void doLog(@Nullable Object lock, String message) { in doLog() method in LockGuard
197 const bool doLog = property_get_bool("ro.test_harness", false); in AudioFlinger() local198 if (doLog) { in AudioFlinger()
37761 HSPLjava/util/logging/Logger;->doLog(Ljava/util/logging/LogRecord;)V