Home
last modified time | relevance | path

Searched refs:mDevPath (Results 1 – 2 of 2) sorted by relevance

/hardware/google/graphics/common/libacryl/
Dacrylic_device.cpp30 : mDevPath(devpath), mDevFD(-1) in AcrylicDevice()
45 mDevFD = ::open(mDevPath.c_str(), O_RDWR); in open()
47 ALOGERR("Failed to open %s", mDevPath.c_str()); in open()
51 ALOGD_TEST("Opened %s on fd %d", mDevPath.c_str(), mDevFD); in open()
65 : mDevPath(devpath), mDevFd{-1, -1, -1}, mFdIdx(0) in AcrylicRedundantDevice()
67 mDevPath = devpath;
83 mDevFd[i] = ::open(mDevPath.c_str(), O_RDWR); in open()
85 ALOGERR("Failed to open %s for devfd[%d]", mDevPath.c_str(), i); in open()
93 ALOGD_TEST("Opened %s on devfd[%d] %d", mDevPath.c_str(), i, mDevFd[i]); in open()
Dacrylic_device.h31 std::string mDevPath; variable
54 std:: string mDevPath; variable