Searched refs:mRequestThread (Results 1 – 3 of 3) sorted by relevance
63 private final RequestHandlerThread mRequestThread; field in RequestThreadManager730 Handler handler = RequestThreadManager.this.mRequestThread.getHandler();1016 mRequestThread = new RequestHandlerThread(name, mRequestHandlerCb); in RequestThreadManager()1024 mRequestThread.start(); in start()1044 Handler handler = mRequestThread.waitAndGetHandler(); in quit()1046 mRequestThread.quitSafely(); in quit()1048 mRequestThread.join(); in quit()1051 mRequestThread.getName(), mRequestThread.getId())); in quit()1069 Handler handler = mRequestThread.waitAndGetHandler(); in submitCaptureRequests()1101 Handler handler = mRequestThread.waitAndGetHandler(); in configure()
277 mRequestThread = new RequestThread( in initializeCommonLocked()279 res = mRequestThread->run(String8::format("C3Dev-%s-ReqQueue", mId.string()).string()); in initializeCommonLocked()284 mRequestThread.clear(); in initializeCommonLocked()351 (mStatus == STATUS_ERROR && mRequestThread != NULL)) { in disconnectImpl()352 res = mRequestThread->clearRepeatingRequests(); in disconnectImpl()374 if (mRequestThread != NULL) { in disconnectImpl()375 mRequestThread->requestExit(); in disconnectImpl()389 if (mRequestThread != NULL && mStatus != STATUS_ERROR) { in disconnectImpl()393 mRequestThread->join(); in disconnectImpl()403 mRequestThread.clear(); in disconnectImpl()[all …]
991 sp<RequestThread> mRequestThread; variable