Searched refs:logStr (Results 1 – 8 of 8) sorted by relevance
429 const std::string& logStr, std::function<bool(T)> p) { in setDevicesRoleForT() argument431 ALOGE("%s invalid %s %u", __func__, logStr.c_str(), t); in setDevicesRoleForT()481 const std::string& logStr, std::function<bool(T)> p) { in removeDevicesRoleForT() argument483 ALOGE("%s invalid %s %u", __func__, logStr.c_str(), t); in removeDevicesRoleForT()510 T t, device_role_t role, const std::string& logStr, std::function<bool(T)> p) { in removeAllDevicesRoleForT() argument512 ALOGE("%s invalid %s %u", __func__, logStr.c_str(), t); in removeAllDevicesRoleForT()537 T t, device_role_t role, AudioDeviceTypeAddrVector &devices, const std::string& logStr, in getDevicesRoleForT() argument540 ALOGE("%s invalid %s %u", __func__, logStr.c_str(), t); in getDevicesRoleForT()549 ALOGV("%s no device as role %u for %s %u", __func__, role, logStr.c_str(), t); in getDevicesRoleForT()
66 fun logStr(str: String) = logBuffer.log(TAG, LogLevel.DEBUG, { str1 = str }, { "$str1" }) in logHeadsUp() method in com.android.systemui.statusbar.notification.stack.NotificationSectionsLogger
261 String logStr = "isPendingIntentValid: " + intentType + " intent was created by " in isPendingIntentValid() local263 loge(logStr); in isPendingIntentValid()264 AnomalyReporter.reportAnomaly(UUID.fromString(UUID_BAD_PENDING_INTENT), logStr); in isPendingIntentValid() local
921 private void loge(String logStr) { in loge() argument923 Log.e(TAG, logStr); in loge()926 private void logd(String logStr) { in logd() argument928 Log.d(TAG, logStr); in logd()
5666 String logStr = rr.serialString() + "< " + RILUtils.requestToString(rr.mRequest) in processResponseDoneInternal() local5669 riljLog(logStr); in processResponseDoneInternal()5671 Trace.instantForTrack(Trace.TRACE_TAG_NETWORK, "RIL", logStr); in processResponseDoneInternal()5675 String logStr = rr.serialString() + "< " + RILUtils.requestToString(rr.mRequest) in processResponseDoneInternal() local5678 riljLog(logStr); in processResponseDoneInternal()5680 Trace.instantForTrack(Trace.TRACE_TAG_NETWORK, "RIL", logStr); in processResponseDoneInternal()6210 String logStr = RILUtils.responseToString(response); in unsljLog() local6212 riljLog("[UNSL]< " + logStr); in unsljLog()6214 Trace.instantForTrack(Trace.TRACE_TAG_NETWORK, "RIL", logStr); in unsljLog()6219 String logStr = RILUtils.responseToString(response) + " " + more; in unsljLogMore() local[all …]
624 private void logWithLocalLog(String logStr) { in logWithLocalLog() argument625 mLocalLog.log(logStr); in logWithLocalLog()626 Rlog.d(TAG, logStr); in logWithLocalLog()
4538 String logStr = "mPreferredUsageSetting=" + mPreferredUsageSetting in updateUsageSetting()4541 logd(logStr); in updateUsageSetting()4542 mLocalLog.log(logStr); in updateUsageSetting()
2974 final String logStr = "Registration Failed for phoneId=" + phoneId in notifyRegistrationFailed() local2979 mLocalLog.log(logStr); in notifyRegistrationFailed()2980 if (DBG) log(logStr); in notifyRegistrationFailed()