Home
last modified time | relevance | path

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

/frameworks/av/media/mediaserver/
Dmain_mediaserver.cpp45 bool doLog = (property_get("ro.test_harness", value, "0") > 0) && (atoi(value) == 1); in main() local
52 if (doLog && (childPid = fork()) != 0) { in main()
121 if (doLog) { in main()
/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerService.java5695 boolean doLog) { in attemptMasterKeyDecryption() argument
5734 } else if (doLog) Slog.w(TAG, "Incorrect password"); in attemptMasterKeyDecryption()
5736 if (doLog) Slog.e(TAG, "Needed parameter spec unavailable!", e); in attemptMasterKeyDecryption()
5742 if (doLog) Slog.w(TAG, "Incorrect password"); in attemptMasterKeyDecryption()
5744 if (doLog) Slog.w(TAG, "Invalid block size in master key"); in attemptMasterKeyDecryption()
5746 if (doLog) Slog.e(TAG, "Needed decryption algorithm unavailable!"); in attemptMasterKeyDecryption()
5748 if (doLog) Slog.e(TAG, "Needed padding mechanism unavailable!"); in attemptMasterKeyDecryption()
5750 if (doLog) Slog.w(TAG, "Illegal password; aborting"); in attemptMasterKeyDecryption()
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp186 bool doLog = (property_get("ro.test_harness", value, "0") > 0) && (atoi(value) == 1); in AudioFlinger() local
187 if (doLog) { in AudioFlinger()