Searched refs:mDriverFD (Results 1 – 3 of 3) sorted by relevance
/system/libhwbinder/ |
D | ProcessState.cpp | 182 status_t result = ioctl(mDriverFD, BINDER_SET_CONTEXT_MGR_EXT, &obj); in becomeContextManager() 189 result = ioctl(mDriverFD, BINDER_SET_CONTEXT_MGR, &dummy); in becomeContextManager() 216 status_t result = ioctl(mDriverFD, BINDER_GET_NODE_DEBUG_INFO, &info); in getKernelReferences() 241 status_t result = ioctl(mDriverFD, BINDER_GET_NODE_INFO_FOR_REF, &info); in getStrongRefCountForNodeByHandle() 396 if (ioctl(mDriverFD, BINDER_SET_MAX_THREADS, &kernelMaxThreads) == -1) { in setThreadPoolConfiguration() 443 : mDriverFD(open_driver()) in ProcessState() 459 if (mDriverFD >= 0) { in ProcessState() 461 mVMStart = mmap(nullptr, mMmapSize, PROT_READ, MAP_PRIVATE | MAP_NORESERVE, mDriverFD, 0); in ProcessState() 465 close(mDriverFD); in ProcessState() 466 mDriverFD = -1; in ProcessState() [all …]
|
D | IPCThreadState.cpp | 410 if (mProcess->mDriverFD <= 0) in flushCommands() 563 mProcess->mDriverFD, result); in joinThreadPool() 583 if (mProcess->mDriverFD <= 0) { in setupPolling() 594 *fd = mProcess->mDriverFD; in setupPolling() 615 int fd = mProcess->mDriverFD; in stopProcess() 616 mProcess->mDriverFD = -1; in stopProcess() 892 if (mProcess->mDriverFD <= 0) { in talkWithDriver() 942 if (ioctl(mProcess->mDriverFD, BINDER_WRITE_READ, &bwr) >= 0) in talkWithDriver() 949 if (mProcess->mDriverFD <= 0) { in talkWithDriver() 1300 if (self->mProcess->mDriverFD > 0) { in threadDestructor() [all …]
|
/system/libhwbinder/include/hwbinder/ |
D | ProcessState.h | 112 int mDriverFD; variable
|