Searched refs:mNames (Results 1 – 10 of 10) sorted by relevance
/device/google/sunfish/vibrator/common/ |
D | HardwareBase.h | 85 NamesMap mNames; variable 94 mNames[stream] = name; in open() 100 mNames[stream] = name; in openFull() 111 ALOGE("Failed to read %s (%d): %s", mNames[stream].c_str(), errno, strerror(errno)); in get() 125 ALOGE("Failed to write %s (%d): %s", mNames[stream].c_str(), errno, strerror(errno)); in set() 135 auto path = mPathPrefix + mNames[stream]; in poll() 145 ALOGE("Failed to poll %s (%d): %s", mNames[stream].c_str(), errno, strerror(errno)); in poll()
|
D | HardwareBase.cpp | 64 dprintf(fd, " %s\n", r->toString(mNames).c_str()); in debug()
|
/device/google/felix/vibrator/common/ |
D | HardwareBase.h | 82 NamesMap mNames; variable 104 ALOGE("Failed to read %s (%d): %s", mNames[stream].c_str(), errno, strerror(errno)); in get() 119 ALOGE("Failed to write %s (%d): %s", mNames[stream].c_str(), errno, strerror(errno)); in set() 129 auto path = mPathPrefix + mNames[stream]; in poll() 145 ALOGE("Failed to poll %s (%d): %s", mNames[stream].c_str(), errno, strerror(errno)); in poll()
|
D | HardwareBase.cpp | 40 mNames[stream] = name; in saveName() 67 dprintf(fd, " %s\n", r->toString(mNames).c_str()); in debug()
|
/device/google/lynx/vibrator/common/ |
D | HardwareBase.h | 82 NamesMap mNames; variable 104 ALOGE("Failed to read %s (%d): %s", mNames[stream].c_str(), errno, strerror(errno)); in get() 119 ALOGE("Failed to write %s (%d): %s", mNames[stream].c_str(), errno, strerror(errno)); in set() 129 auto path = mPathPrefix + mNames[stream]; in poll() 145 ALOGE("Failed to poll %s (%d): %s", mNames[stream].c_str(), errno, strerror(errno)); in poll()
|
D | HardwareBase.cpp | 40 mNames[stream] = name; in saveName() 67 dprintf(fd, " %s\n", r->toString(mNames).c_str()); in debug()
|
/device/google/bluejay/vibrator/common/ |
D | HardwareBase.h | 82 NamesMap mNames; variable 104 ALOGE("Failed to read %s (%d): %s", mNames[stream].c_str(), errno, strerror(errno)); in get() 119 ALOGE("Failed to write %s (%d): %s", mNames[stream].c_str(), errno, strerror(errno)); in set() 129 auto path = mPathPrefix + mNames[stream]; in poll() 145 ALOGE("Failed to poll %s (%d): %s", mNames[stream].c_str(), errno, strerror(errno)); in poll()
|
D | HardwareBase.cpp | 40 mNames[stream] = name; in saveName() 67 dprintf(fd, " %s\n", r->toString(mNames).c_str()); in debug()
|
/device/generic/vulkan-cereal/host-common/opengl/ |
D | EmuglBackendList.cpp | 35 mDefaultName("auto"), mNames(names), mProgramBitness(programBitness) { } in EmuglBackendList() 38 for (size_t n = 0; n < mNames.size(); ++n) { in contains() 39 if (mNames[n] == name) { in contains()
|
D | EmuglBackendList.h | 38 const std::vector<std::string>& names() const { return mNames; } in names() 66 std::vector<std::string> mNames; variable
|