Home
last modified time | relevance | path

Searched refs:threadName (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/async/
DHandlerFactory.java31 public Handler create(Lifetime lifetime, String threadName) { in create() argument
32 final HandlerThread thread = new HandlerThread(threadName); in create()
51 public Handler create(Lifetime lifetime, String threadName, int javaThreadPriority) { in create() argument
52 final HandlerThread thread = new HandlerThread(threadName); in create()
/packages/modules/DnsResolver/
DDnsProxyListener.h57 std::string threadName();
84 std::string threadName();
111 std::string threadName();
139 std::string threadName();
DDnsProxyListener.cpp769 std::string DnsProxyListener::GetAddrInfoHandler::threadName() { in threadName() function in android::net::DnsProxyListener::GetAddrInfoHandler
1001 std::string DnsProxyListener::ResNSendHandler::threadName() { in threadName() function in android::net::DnsProxyListener::ResNSendHandler
1196 std::string DnsProxyListener::GetHostByNameHandler::threadName() { in threadName() function in android::net::DnsProxyListener::GetHostByNameHandler
1357 std::string DnsProxyListener::GetHostByAddrHandler::threadName() { in threadName() function in android::net::DnsProxyListener::GetHostByAddrHandler
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
DSingleThreadNamedTaskExecutor.java74 String threadName = currentThread.getName(); in loop() local
82 currentThread.setName(threadName + " " + task.getName()); in loop()
/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java1782 public WatchDogThread(String threadName, int timeout) { in WatchDogThread() argument
1783 super(threadName); in WatchDogThread()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java495 String threadName = c.getString(fi.mMessageColThreadName); in setThreadName() local
496 e.setThreadName(threadName); in setThreadName()
498 Log.d(TAG, "setThreadName: " + threadName + "\n"); in setThreadName()
DBluetoothMapContentObserver.java1788 String threadName = c.getString(c.getColumnIndex( in handleMsgListChangesMsg() local
1792 threadId, threadName); in handleMsgListChangesMsg()