Home
last modified time | relevance | path

Searched refs:mDevPath (Results 1 – 4 of 4) 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
/hardware/interfaces/bluetooth/aidl/default/
DBluetoothHci.cpp117 mDevPath = std::string(property_bytes); in BluetoothHci()
122 int fd = open(mDevPath.c_str(), O_RDWR); in getFdFromDevPath()
124 ALOGE("Could not connect to bt: %s (%s)", mDevPath.c_str(), in getFdFromDevPath()
129 ALOGI("Could not make %s a raw terminal %d(%s)", mDevPath.c_str(), ret, in getFdFromDevPath()
DBluetoothHci.h64 std::string mDevPath; variable