Home
last modified time | relevance | path

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

/frameworks/av/media/audioserver/
Dmain_audioserver.cpp43 bool doLog = (bool) property_get_bool("ro.test_harness", 0); in main() local
51 if (doLog && (childPid = fork()) != 0) { in main()
121 if (doLog) { in main()
/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerService.java6735 boolean doLog) { in attemptMasterKeyDecryption() argument
6774 } else if (doLog) Slog.w(TAG, "Incorrect password"); in attemptMasterKeyDecryption()
6776 if (doLog) Slog.e(TAG, "Needed parameter spec unavailable!", e); in attemptMasterKeyDecryption()
6782 if (doLog) Slog.w(TAG, "Incorrect password"); in attemptMasterKeyDecryption()
6784 if (doLog) Slog.w(TAG, "Invalid block size in master key"); in attemptMasterKeyDecryption()
6786 if (doLog) Slog.e(TAG, "Needed decryption algorithm unavailable!"); in attemptMasterKeyDecryption()
6788 if (doLog) Slog.e(TAG, "Needed padding mechanism unavailable!"); in attemptMasterKeyDecryption()
6790 if (doLog) Slog.w(TAG, "Illegal password; aborting"); in attemptMasterKeyDecryption()
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp197 const bool doLog = property_get_bool("ro.test_harness", false); in AudioFlinger() local
198 if (doLog) { in AudioFlinger()