Searched refs:mRequestThread (Results 1 – 3 of 3) sorted by relevance
63 private final RequestHandlerThread mRequestThread; field in RequestThreadManager712 Handler handler = RequestThreadManager.this.mRequestThread.getHandler();991 mRequestThread = new RequestHandlerThread(name, mRequestHandlerCb); in RequestThreadManager()999 mRequestThread.start(); in start()1019 Handler handler = mRequestThread.waitAndGetHandler(); in quit()1021 mRequestThread.quitSafely(); in quit()1023 mRequestThread.join(); in quit()1026 mRequestThread.getName(), mRequestThread.getId())); in quit()1044 Handler handler = mRequestThread.waitAndGetHandler(); in submitCaptureRequests()1076 Handler handler = mRequestThread.waitAndGetHandler(); in configure()
185 mRequestThread = new RequestThread(this, mStatusTracker, mInterface.get()); in initializeCommonLocked()186 res = mRequestThread->run(String8::format("C3Dev-%s-ReqQueue", mId.string()).string()); in initializeCommonLocked()191 mRequestThread.clear(); in initializeCommonLocked()246 (mStatus == STATUS_ERROR && mRequestThread != NULL)) { in disconnect()247 res = mRequestThread->clearRepeatingRequests(); in disconnect()268 if (mRequestThread != NULL) { in disconnect()269 mRequestThread->requestExit(); in disconnect()278 if (mRequestThread != NULL && mStatus != STATUS_ERROR) { in disconnect()282 mRequestThread->join(); in disconnect()293 mRequestThread.clear(); in disconnect()[all …]
833 sp<RequestThread> mRequestThread; variable