Searched refs:mThreadPool (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ViewServer.java | 76 private ExecutorService mThreadPool; field in ViewServer 109 mThreadPool = Executors.newFixedThreadPool(VIEW_SERVER_MAX_CONNECTIONS); in start() 129 if (mThreadPool != null) { in stop() 131 mThreadPool.shutdownNow(); in stop() 136 mThreadPool = null; in stop() 170 if (mThreadPool != null) { in run() 171 mThreadPool.submit(new ViewServerWorker(client)); in run()
|
/frameworks/wilhelm/src/objects/ |
D | CEngine.cpp | 69 result = ThreadPool_init(&thiz->mThreadPool, 0, 0); in CEngine_Realize() 138 ThreadPool_deinit(&thiz->mThreadPool); in CEngine_Destroy()
|
/frameworks/wilhelm/src/ |
D | sles_allinclusive.h | 459 ThreadPool_add_ppi(&(object)->mObject.mEngine->mThreadPool, \ 462 ThreadPool_add_ppii(&(object)->mObject.mEngine->mThreadPool, \ 465 ThreadPool_add_piipp(&(object)->mObject.mEngine->mThreadPool, \
|
D | entry.cpp | 149 memset(&thiz->mThreadPool, 0, sizeof(ThreadPool)); in liCreateEngine()
|
D | classes.h | 198 ThreadPool mThreadPool; // for asynchronous operations member
|
/frameworks/av/services/audioflinger/ |
D | NBAIO_Tee.cpp | 86 : mThreadPool(pool) in AudioFileHandler() 176 } mThreadPool; member in android::AudioFileHandler 263 if (mThreadPool.launch(std::string("create ") + filename, in create() 322 (void)mThreadPool.launch( in setDirectory()
|
/frameworks/wilhelm/src/itf/ |
D | IDynamicInterfaceManagement.cpp | 138 result = ThreadPool_add_ppi(&thisObject->mEngine->mThreadPool, HandleAdd, thiz, in IDynamicInterfaceManagement_AddInterface() 386 result = ThreadPool_add_ppi(&thisObject->mEngine->mThreadPool, HandleResume, in IDynamicInterfaceManagement_ResumeInterface()
|
D | IObject.cpp | 125 result = ThreadPool_add_ppi(&thiz->mEngine->mThreadPool, HandleRealize, thiz, NULL, 0); in IObject_Realize() 253 result = ThreadPool_add_ppi(&thiz->mEngine->mThreadPool, HandleResume, thiz, NULL, 0); in IObject_Resume()
|