Lines Matching refs:mProcess
354 return mProcess; in process()
420 if (mProcess->mDriverFD <= 0) in flushCommands()
446 refs->decWeak(mProcess.get()); in joinThreadPool()
455 obj->decStrong(mProcess.get()); in joinThreadPool()
503 int fd = mProcess->mDriverFD; in stopProcess()
504 mProcess->mDriverFD = -1; in stopProcess()
622 self()->mProcess->expungeHandle(handle, binder); in expungeHandle()
642 : mProcess(ProcessState::self()), in IPCThreadState()
761 ALOG_ASSERT(mProcess->mDriverFD >= 0, "Binder driver is not opened"); in talkWithDriver()
810 if (ioctl(mProcess->mDriverFD, BINDER_WRITE_READ, &bwr) >= 0) in talkWithDriver()
917 obj->incStrong(mProcess.get()); in executeCommand()
943 refs->incWeak(mProcess.get()); in executeCommand()
966 const bool success = refs->attemptIncStrong(mProcess.get()); in executeCommand()
1087 mProcess->spawnPooledThread(false); in executeCommand()
1109 ioctl(self->mProcess->mDriverFD, BINDER_THREAD_EXIT, 0); in threadDestructor()