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()
1038 final ServiceThread ioThread = new ServiceThread(PACKAGE_MONITOR_THREAD_NAME, in createServiceForProduction() local1040 ioThread.start(); in createServiceForProduction()1046 Handler.createAsync(ioThread.getLooper()), in createServiceForProduction()