Searched refs:mDebugName (Results 1 – 4 of 4) sorted by relevance
671 private String mDebugName; field in ServiceConnector.Impl.CompletionAwareJob679 mDebugName = Arrays.stream(Thread.currentThread().getStackTrace())706 return mDebugName; in toString()
313 mDebugName(std::move(debugName)), in SurfaceFrame()350 mDebugName.c_str(), toString(mPresentState).c_str()); in setPresentState()418 mDebugName.c_str(), mToken); in promoteToBuffer()430 StringAppendF(&result, "Layer - %s", mDebugName.c_str()); in dump()481 StringAppendF(&result, "Layer - %s\n", mDebugName.c_str()); in miniDump()635 expectedSurfaceFrameStartEvent->set_layer_name(mDebugName); in tracePredictions()682 actualSurfaceFrameStartEvent->set_layer_name(mDebugName); in traceActuals()
230 const std::string mDebugName; variable
1311 private final String mDebugName; field in BatterySaverPolicy.PolicyBoolean1316 mDebugName = debugName; in PolicyBoolean()1337 Slog.d(TAG, mDebugName + " changed to " + newValue + ", updating policy."); in update()