Home
last modified time | relevance | path

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

/frameworks/av/media/mediaserver/
Dmain_mediaserver.cpp48 bool doLog = (property_get("ro.test_harness", value, "0") > 0) && (atoi(value) == 1); in main() local
55 if (doLog && (childPid = fork()) != 0) { in main()
124 if (doLog) { in main()
/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerService.java6014 boolean doLog) { in attemptMasterKeyDecryption() argument
6053 } else if (doLog) Slog.w(TAG, "Incorrect password"); in attemptMasterKeyDecryption()
6055 if (doLog) Slog.e(TAG, "Needed parameter spec unavailable!", e); in attemptMasterKeyDecryption()
6061 if (doLog) Slog.w(TAG, "Incorrect password"); in attemptMasterKeyDecryption()
6063 if (doLog) Slog.w(TAG, "Invalid block size in master key"); in attemptMasterKeyDecryption()
6065 if (doLog) Slog.e(TAG, "Needed decryption algorithm unavailable!"); in attemptMasterKeyDecryption()
6067 if (doLog) Slog.e(TAG, "Needed padding mechanism unavailable!"); in attemptMasterKeyDecryption()
6069 if (doLog) Slog.w(TAG, "Illegal password; aborting"); in attemptMasterKeyDecryption()
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp188 bool doLog = (property_get("ro.test_harness", value, "0") > 0) && (atoi(value) == 1); in AudioFlinger() local
189 if (doLog) { in AudioFlinger()