Searched refs:logStr (Results 1 – 8 of 8) sorted by relevance
407 const std::string& logStr, std::function<bool(T)> p) { in setDevicesRoleForT() argument409 ALOGE("%s invalid %s %u", __func__, logStr.c_str(), t); in setDevicesRoleForT()459 const std::string& logStr, std::function<bool(T)> p) { in removeDevicesRoleForT() argument461 ALOGE("%s invalid %s %u", __func__, logStr.c_str(), t); in removeDevicesRoleForT()488 T t, device_role_t role, const std::string& logStr, std::function<bool(T)> p) { in removeAllDevicesRoleForT() argument490 ALOGE("%s invalid %s %u", __func__, logStr.c_str(), t); in removeAllDevicesRoleForT()515 T t, device_role_t role, AudioDeviceTypeAddrVector &devices, const std::string& logStr, in getDevicesRoleForT() argument518 ALOGE("%s invalid %s %u", __func__, logStr.c_str(), t); in getDevicesRoleForT()527 ALOGV("%s no device as role %u for %s %u", __func__, role, logStr.c_str(), t); in getDevicesRoleForT()
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
66 fun logStr(str: String) = logBuffer.log(TAG, LogLevel.DEBUG, { str1 = str }, { "$str1" }) in logHeadsUp() method in com.android.systemui.statusbar.notification.stack.NotificationSectionsLogger
884 private void loge(String logStr) { in loge() argument886 Log.e(TAG, logStr); in loge()889 private void logd(String logStr) { in logd() argument891 Log.d(TAG, logStr); in logd()
5562 String logStr = rr.serialString() + "< " + RILUtils.requestToString(rr.mRequest) in processResponseDoneInternal() local5565 riljLog(logStr); in processResponseDoneInternal()5567 Trace.instantForTrack(Trace.TRACE_TAG_NETWORK, "RIL", logStr); in processResponseDoneInternal()5571 String logStr = rr.serialString() + "< " + RILUtils.requestToString(rr.mRequest) in processResponseDoneInternal() local5574 riljLog(logStr); in processResponseDoneInternal()5576 Trace.instantForTrack(Trace.TRACE_TAG_NETWORK, "RIL", logStr); in processResponseDoneInternal()6095 String logStr = RILUtils.responseToString(response); in unsljLog() local6097 riljLog("[UNSL]< " + logStr); in unsljLog()6099 Trace.instantForTrack(Trace.TRACE_TAG_NETWORK, "RIL", logStr); in unsljLog()6104 String logStr = RILUtils.responseToString(response) + " " + more; in unsljLogMore() local[all …]
621 private void logWithLocalLog(String logStr) { in logWithLocalLog() argument622 mLocalLog.log(logStr); in logWithLocalLog()623 Rlog.d(TAG, logStr); in logWithLocalLog()
4487 String logStr = "mPreferredUsageSetting=" + mPreferredUsageSetting in updateUsageSetting()4490 logd(logStr); in updateUsageSetting()4491 mLocalLog.log(logStr); in updateUsageSetting()
2861 final String logStr = "Registration Failed for phoneId=" + phoneId in notifyRegistrationFailed() local2866 mLocalLog.log(logStr); in notifyRegistrationFailed()2867 if (DBG) log(logStr); in notifyRegistrationFailed()