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

/frameworks/av/media/audioserver/
H A Dmain_audioserver.cpp48 bool doLog = (bool) property_get_bool("ro.test_harness", 0); local
56 if (doLog && (childPid = fork()) != 0) {
126 if (doLog) {
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java7337 boolean doLog) {
7376 } else if (doLog) Slog.w(TAG, "Incorrect password");
7378 if (doLog) Slog.e(TAG, "Needed parameter spec unavailable!", e);
7384 if (doLog) Slog.w(TAG, "Incorrect password");
7386 if (doLog) Slog.w(TAG, "Invalid block size in master key");
7388 if (doLog) Slog.e(TAG, "Needed decryption algorithm unavailable!");
7390 if (doLog) Slog.e(TAG, "Needed padding mechanism unavailable!");
7392 if (doLog) Slog.w(TAG, "Illegal password; aborting");
7335 attemptMasterKeyDecryption(String algorithm, byte[] userSalt, byte[] ckSalt, int rounds, String userIvHex, String masterKeyBlobHex, InputStream rawInStream, boolean doLog) argument
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp169 const bool doLog = property_get_bool("ro.test_harness", false); local
170 if (doLog) {

Completed in 345 milliseconds