Searched refs:mThreadName (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Connectivity/staticlibs/netd/libnetdutils/ |
D | NetlinkListener.cpp | 60 : mEvent(std::move(event)), mSock(std::move(sock)), mThreadName(name) { in NetlinkListener() 68 mErrorHandler = [& name = mThreadName](const int fd, const int err) { in NetlinkListener() 118 if (mThreadName.length() > 0) { in run() 119 int ret = pthread_setname_np(pthread_self(), mThreadName.c_str()); in run() 121 ALOGE("thread name set failed, name: %s, ret: %s", mThreadName.c_str(), strerror(ret)); in run()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/concurrency/ |
D | AdServicesExecutorTest.java | 104 .that(actualResult.mThreadName) in runTaskAndAssertResult() 105 .matches(expectedResult.mThreadName); in runTaskAndAssertResult() 113 private String mThreadName; field in AdServicesExecutorTest.ExecutorResult 118 mThreadName = threadName; in ExecutorResult()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/ |
D | BluetoothMapMessageListingElement.java | 52 private String mThreadName = null; field in BluetoothMapMessageListingElement 239 return mThreadName; in getThreadName() 243 this.mThreadName = name; in setThreadName() 348 if (mThreadName != null && includeThreadId) { in encode() 349 xmlMsgElement.attribute(null, "conversation_name", mThreadName); in encode()
|
/packages/modules/Connectivity/staticlibs/netd/libnetdutils/include/netdutils/ |
D | NetlinkListener.h | 95 const std::string mThreadName; variable
|