Searched refs:mThreadName (Results 1 – 2 of 2) sorted by relevance
366 ALOGV("%s: Stopped thread: %s for device %d", __func__, mMelWorker.mThreadName.c_str(), in onLastStrongRef()380 androidSetThreadName(mThreadName.c_str()); in run()381 ALOGV("%s::run(): Started thread", mThreadName.c_str()); in run()392 mThreadName.c_str(), in run()398 mThreadName.c_str()); in run()409 ALOGE("%s::run(): Invalid MEL data. Skipping callback", mThreadName.c_str()); in run()
170 mThreadName(std::move(threadName)), in MelWorker()188 const std::string mThreadName; variable