Searched refs:doLog (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/media/audioserver/ |
D | main_audioserver.cpp | 49 bool doLog = (bool) property_get_bool("ro.test_harness", 0); in main() local 57 if (doLog && (childPid = fork()) != 0) { in main() 127 if (doLog) { in main()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | IconLoggerImpl.java | 55 doLog(); in IconLoggerImpl() 80 private void doLog() { in doLog() method in IconLoggerImpl 107 private final Runnable mLog = this::doLog;
|
/frameworks/base/services/backup/java/com/android/server/backup/restore/ |
D | PerformAdbRestoreTask.java | 316 boolean doLog) { in attemptMasterKeyDecryption() argument 357 } else if (doLog) { in attemptMasterKeyDecryption() 361 if (doLog) { in attemptMasterKeyDecryption() 369 if (doLog) { in attemptMasterKeyDecryption() 373 if (doLog) { in attemptMasterKeyDecryption() 377 if (doLog) { in attemptMasterKeyDecryption() 381 if (doLog) { in attemptMasterKeyDecryption() 385 if (doLog) { in attemptMasterKeyDecryption()
|
/frameworks/base/services/backup/java/com/android/server/backup/ |
D | BackupManagerService.java | 7287 boolean doLog) { in attemptMasterKeyDecryption() argument 7326 } else if (doLog) Slog.w(TAG, "Incorrect password"); in attemptMasterKeyDecryption() 7328 if (doLog) Slog.e(TAG, "Needed parameter spec unavailable!", e); in attemptMasterKeyDecryption() 7334 if (doLog) Slog.w(TAG, "Incorrect password"); in attemptMasterKeyDecryption() 7336 if (doLog) Slog.w(TAG, "Invalid block size in master key"); in attemptMasterKeyDecryption() 7338 if (doLog) Slog.e(TAG, "Needed decryption algorithm unavailable!"); in attemptMasterKeyDecryption() 7340 if (doLog) Slog.e(TAG, "Needed padding mechanism unavailable!"); in attemptMasterKeyDecryption() 7342 if (doLog) Slog.w(TAG, "Illegal password; aborting"); in attemptMasterKeyDecryption()
|
/frameworks/av/services/audioflinger/ |
D | AudioFlinger.cpp | 168 const bool doLog = property_get_bool("ro.test_harness", false); in AudioFlinger() local 169 if (doLog) { in AudioFlinger()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 47330 HSPLjava/util/logging/Logger;->doLog(Ljava/util/logging/LogRecord;)V
|