Searched refs:mDriverFD (Results 1 – 3 of 3) sorted by relevance
/system/libhwbinder/ |
D | ProcessState.cpp | 174 status_t result = ioctl(mDriverFD, BINDER_SET_CONTEXT_MGR_EXT, &obj); in becomeContextManager() 181 result = ioctl(mDriverFD, BINDER_SET_CONTEXT_MGR, &dummy); in becomeContextManager() 208 status_t result = ioctl(mDriverFD, BINDER_GET_NODE_DEBUG_INFO, &info); in getKernelReferences() 341 if (ioctl(mDriverFD, BINDER_SET_MAX_THREADS, &kernelMaxThreads) != -1) { in setThreadPoolConfiguration() 388 : mDriverFD(open_driver()) in ProcessState() 403 if (mDriverFD >= 0) { in ProcessState() 405 mVMStart = mmap(0, mMmapSize, PROT_READ, MAP_PRIVATE | MAP_NORESERVE, mDriverFD, 0); in ProcessState() 409 close(mDriverFD); in ProcessState() 410 mDriverFD = -1; in ProcessState() 420 if (mDriverFD >= 0) { in ~ProcessState() [all …]
|
D | IPCThreadState.cpp | 412 if (mProcess->mDriverFD <= 0) in flushCommands() 555 mProcess->mDriverFD, result); in joinThreadPool() 576 if (mProcess->mDriverFD <= 0) { in setupPolling() 587 *fd = mProcess->mDriverFD; in setupPolling() 608 int fd = mProcess->mDriverFD; in stopProcess() 609 mProcess->mDriverFD = -1; in stopProcess() 877 if (mProcess->mDriverFD <= 0) { in talkWithDriver() 927 if (ioctl(mProcess->mDriverFD, BINDER_WRITE_READ, &bwr) >= 0) in talkWithDriver() 934 if (mProcess->mDriverFD <= 0) { in talkWithDriver() 1267 if (self->mProcess->mDriverFD > 0) { in threadDestructor() [all …]
|
/system/libhwbinder/include/hwbinder/ |
D | ProcessState.h | 91 int mDriverFD; variable
|