Searched refs:threadName (Results 1 – 9 of 9) sorted by relevance
31 public Handler create(Lifetime lifetime, String threadName) { in create() argument32 final HandlerThread thread = new HandlerThread(threadName); in create()51 public Handler create(Lifetime lifetime, String threadName, int javaThreadPriority) { in create() argument52 final HandlerThread thread = new HandlerThread(threadName); in create()
52 virtual std::string threadName() = 0;73 std::string threadName() override;99 std::string threadName() override;125 std::string threadName() override;152 std::string threadName() override;
786 std::string DnsProxyListener::GetAddrInfoHandler::threadName() { in threadName() function in android::net::DnsProxyListener::GetAddrInfoHandler996 std::string DnsProxyListener::ResNSendHandler::threadName() { in threadName() function in android::net::DnsProxyListener::ResNSendHandler1180 std::string DnsProxyListener::GetHostByNameHandler::threadName() { in threadName() function in android::net::DnsProxyListener::GetHostByNameHandler1332 std::string DnsProxyListener::GetHostByAddrHandler::threadName() { in threadName() function in android::net::DnsProxyListener::GetHostByAddrHandler
103 String threadName = "BlockingAnswerThread"; in answer() local104 Log.d(TAG, "Starting thread " + threadName); in answer()110 }, threadName).start(); in answer()
31 public final void initializeInBackground(String threadName) { in initializeInBackground() argument32 new Thread(this::runOnThread, threadName).start(); in initializeInBackground()
74 String threadName = currentThread.getName(); in loop() local82 currentThread.setName(threadName + " " + task.getName()); in loop()
2093 public WatchDogThread(String threadName, int timeout) { in WatchDogThread() argument2094 super(threadName); in WatchDogThread()
495 String threadName = c.getString(fi.mMessageColThreadName); in setThreadName() local496 e.setThreadName(threadName); in setThreadName()498 Log.d(TAG, "setThreadName: " + threadName + "\n"); in setThreadName()
1790 String threadName = c.getString(c.getColumnIndex( in handleMsgListChangesMsg() local1794 threadId, threadName); in handleMsgListChangesMsg()