Home
last modified time | relevance | path

Searched refs:doLog (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/audioserver/
Dmain_audioserver.cpp49 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/
DIconLoggerImpl.java55 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/
DPerformAdbRestoreTask.java316 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/
DBackupManagerService.java7287 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/
DAudioFlinger.cpp168 const bool doLog = property_get_bool("ro.test_harness", false); in AudioFlinger() local
169 if (doLog) { in AudioFlinger()
/frameworks/base/config/
Dboot-image-profile.txt47330 HSPLjava/util/logging/Logger;->doLog(Ljava/util/logging/LogRecord;)V