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();1021 mRequestThread = new RequestHandlerThread(name, mRequestHandlerCb); in RequestThreadManager()1029 mRequestThread.start(); in start()1049 Handler handler = mRequestThread.waitAndGetHandler(); in quit()1051 mRequestThread.quitSafely(); in quit()1053 mRequestThread.join(); in quit()1056 mRequestThread.getName(), mRequestThread.getId())); in quit()1074 Handler handler = mRequestThread.waitAndGetHandler(); in submitCaptureRequests()1106 Handler handler = mRequestThread.waitAndGetHandler(); in configure()
280 mRequestThread = new RequestThread( in initializeCommonLocked()282 res = mRequestThread->run(String8::format("C3Dev-%s-ReqQueue", mId.string()).string()); in initializeCommonLocked()287 mRequestThread.clear(); in initializeCommonLocked()354 (mStatus == STATUS_ERROR && mRequestThread != NULL)) { in disconnectImpl()355 res = mRequestThread->clearRepeatingRequests(); in disconnectImpl()377 if (mRequestThread != NULL) { in disconnectImpl()378 mRequestThread->requestExit(); in disconnectImpl()392 if (mRequestThread != NULL && mStatus != STATUS_ERROR) { in disconnectImpl()398 mRequestThread->join(); in disconnectImpl()409 mRequestThread.clear(); in disconnectImpl()[all …]
991 sp<RequestThread> mRequestThread; variable