Home
last modified time | relevance | path

Searched refs:threadName (Results 1 – 9 of 9) 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.h52 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;
DDnsProxyListener.cpp786 std::string DnsProxyListener::GetAddrInfoHandler::threadName() { in threadName() function in android::net::DnsProxyListener::GetAddrInfoHandler
996 std::string DnsProxyListener::ResNSendHandler::threadName() { in threadName() function in android::net::DnsProxyListener::ResNSendHandler
1180 std::string DnsProxyListener::GetHostByNameHandler::threadName() { in threadName() function in android::net::DnsProxyListener::GetHostByNameHandler
1332 std::string DnsProxyListener::GetHostByAddrHandler::threadName() { in threadName() function in android::net::DnsProxyListener::GetHostByAddrHandler
/packages/services/Car/car-test-lib/src/android/car/test/mocks/
DBlockingAnswer.java103 String threadName = "BlockingAnswerThread"; in answer() local
104 Log.d(TAG, "Starting thread " + threadName); in answer()
110 }, threadName).start(); in answer()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DBgObjectWithLooper.java31 public final void initializeInBackground(String threadName) { in initializeInBackground() argument
32 new Thread(this::runOnThread, threadName).start(); in initializeInBackground()
/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.java2093 public WatchDogThread(String threadName, int timeout) { in WatchDogThread() argument
2094 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.java1790 String threadName = c.getString(c.getColumnIndex( in handleMsgListChangesMsg() local
1794 threadId, threadName); in handleMsgListChangesMsg()