Searched refs:setThreadName (Results 1 – 6 of 6) sorted by relevance
/packages/modules/DnsResolver/ |
D | DnsTlsTransport.cpp | 31 using android::netdutils::setThreadName; 117 setThreadName(StringPrintf("TlsReconn_%u", mMark & 0xffff).c_str()); in doReconnect()
|
D | Dns64Configuration.cpp | 45 using netdutils::setThreadName; 68 setThreadName(StringPrintf("Nat64Pfx_%u", netId).c_str()); in startPrefixDiscovery()
|
D | PrivateDnsConfiguration.cpp | 35 using android::netdutils::setThreadName; 185 setThreadName(StringPrintf("TlsVerify_%u", netId).c_str()); in validatePrivateDnsProvider()
|
D | DnsTlsSocket.cpp | 50 using netdutils::setThreadName; 312 setThreadName(StringPrintf("TlsListen_%u", mMark & 0xffff).c_str()); in loop()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapMessageListingElement.java | 244 public void setThreadName(String name) { in setThreadName() method in BluetoothMapMessageListingElement
|
D | BluetoothMapContent.java | 490 private void setThreadName(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, in setThreadName() method in BluetoothMapContent 496 e.setThreadName(threadName); in setThreadName() 2455 setThreadName(ele, tmpCursor, fi, ap); in msgListing()
|