Home
last modified time | relevance | path

Searched refs:setThreadName (Results 1 – 6 of 6) sorted by relevance

/packages/modules/DnsResolver/
DDnsTlsTransport.cpp31 using android::netdutils::setThreadName;
117 setThreadName(StringPrintf("TlsReconn_%u", mMark & 0xffff).c_str()); in doReconnect()
DDns64Configuration.cpp45 using netdutils::setThreadName;
68 setThreadName(StringPrintf("Nat64Pfx_%u", netId).c_str()); in startPrefixDiscovery()
DPrivateDnsConfiguration.cpp35 using android::netdutils::setThreadName;
185 setThreadName(StringPrintf("TlsVerify_%u", netId).c_str()); in validatePrivateDnsProvider()
DDnsTlsSocket.cpp50 using netdutils::setThreadName;
312 setThreadName(StringPrintf("TlsListen_%u", mMark & 0xffff).c_str()); in loop()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElement.java244 public void setThreadName(String name) { in setThreadName() method in BluetoothMapMessageListingElement
DBluetoothMapContent.java490 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()