Searched defs:doLog (Results 1 - 3 of 3) sorted by last modified time

/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java6703 boolean doLog) {
6742 } else if (doLog) Slog.w(TAG, "Incorrect password");
6744 if (doLog) Slog.e(TAG, "Needed parameter spec unavailable!", e);
6750 if (doLog) Slog.w(TAG, "Incorrect password");
6752 if (doLog) Slog.w(TAG, "Invalid block size in master key");
6754 if (doLog) Slog.e(TAG, "Needed decryption algorithm unavailable!");
6756 if (doLog) Slog.e(TAG, "Needed padding mechanism unavailable!");
6758 if (doLog) Slog.w(TAG, "Illegal password; aborting");
6701 attemptMasterKeyDecryption(String algorithm, byte[] userSalt, byte[] ckSalt, int rounds, String userIvHex, String masterKeyBlobHex, InputStream rawInStream, boolean doLog) argument
/frameworks/av/media/audioserver/
H A Dmain_audioserver.cpp43 bool doLog = (bool) property_get_bool("ro.test_harness", 0); local
51 if (doLog && (childPid = fork()) != 0) {
121 if (doLog) {
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp194 const bool doLog = property_get_bool("ro.test_harness", false); local
195 if (doLog) {

Completed in 179 milliseconds