Searched refs:mMethodName (Results 1 – 3 of 3) sorted by relevance
25 explicit MethodTimer(const char* name) : mMethodName(name) { gettimeofday(&mStart, nullptr); } in MethodTimer()32 ALOGD("%s took %.2fms", mMethodName, elapsed / 1000.0); in ~MethodTimer()36 const char* mMethodName;
93 private final String mMethodName; field in DelegateMethodAdapter132 mMethodName = methodName; in DelegateMethodAdapter()255 mMethodName, in generateDelegateCode()270 mLog.debug("Delegate: %1$s # %2$s %3$s", delegateClassName, mMethodName, desc); in generateDelegateCode()
2436 private String mMethodName; field in SupplicantP2pIfaceHal.SupplicantResult2441 mMethodName = methodName; in SupplicantResult()2444 logd("entering " + mMethodName); in SupplicantResult()2448 logCompletion(mMethodName, status); in setResult()2449 logd("leaving " + mMethodName + " with result = " + value); in setResult()2455 logCompletion(mMethodName, status); in setResult()2456 logd("leaving " + mMethodName); in setResult()