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

/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/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java6739 boolean doLog) {
6778 } else if (doLog) Slog.w(TAG, "Incorrect password");
6780 if (doLog) Slog.e(TAG, "Needed parameter spec unavailable!", e);
6786 if (doLog) Slog.w(TAG, "Incorrect password");
6788 if (doLog) Slog.w(TAG, "Invalid block size in master key");
6790 if (doLog) Slog.e(TAG, "Needed decryption algorithm unavailable!");
6792 if (doLog) Slog.e(TAG, "Needed padding mechanism unavailable!");
6794 if (doLog) Slog.w(TAG, "Illegal password; aborting");
6737 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.cpp197 const bool doLog = property_get_bool("ro.test_harness", false); local
198 if (doLog) {

Completed in 134 milliseconds