Searched refs:ioThread (Results 1 – 6 of 6) sorted by relevance
66 void ioThread();92 void CallBackHandle::ioThread() { in ioThread() function in CallBackHandle321 mIOThreadPool->queueJob([this] { CallBackHandle::ioThread(); }); in invokekAsyncCodecAPIs()
85 void ioThread();
23 void CallBackHandle::ioThread() { in ioThread() function in CallBackHandle
173 mIOThread = thread(&CallBackHandle::ioThread, this); in decode()
248 mIOThread = thread(&CallBackHandle::ioThread, this); in encode()
1259 final ServiceThread ioThread = in InputMethodManagerService() local1266 ioThread.start(); in InputMethodManagerService()1267 mIoHandler = Handler.createAsync(ioThread.getLooper()); in InputMethodManagerService()