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

/frameworks/av/media/mediaserver/
H A Dmain_mediaserver.cpp45 bool doLog = (property_get("ro.test_harness", value, "0") > 0) && (atoi(value) == 1); local
52 if (doLog && (childPid = fork()) != 0) {
121 if (doLog) {
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp186 bool doLog = (property_get("ro.test_harness", value, "0") > 0) && (atoi(value) == 1); local
187 if (doLog) {
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java5585 boolean doLog) {
5624 } else if (doLog) Slog.w(TAG, "Incorrect password");
5626 if (doLog) Slog.e(TAG, "Needed parameter spec unavailable!", e);
5632 if (doLog) Slog.w(TAG, "Incorrect password");
5634 if (doLog) Slog.w(TAG, "Invalid block size in master key");
5636 if (doLog) Slog.e(TAG, "Needed decryption algorithm unavailable!");
5638 if (doLog) Slog.e(TAG, "Needed padding mechanism unavailable!");
5640 if (doLog) Slog.w(TAG, "Illegal password; aborting");
5583 attemptMasterKeyDecryption(String algorithm, byte[] userSalt, byte[] ckSalt, int rounds, String userIvHex, String masterKeyBlobHex, InputStream rawInStream, boolean doLog) argument

Completed in 1865 milliseconds