Home
last modified time | relevance | path

Searched refs:mNames (Results 1 – 10 of 10) sorted by relevance

/device/google/sunfish/vibrator/common/
DHardwareBase.h85 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()
DHardwareBase.cpp64 dprintf(fd, " %s\n", r->toString(mNames).c_str()); in debug()
/device/google/felix/vibrator/common/
DHardwareBase.h82 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()
DHardwareBase.cpp40 mNames[stream] = name; in saveName()
67 dprintf(fd, " %s\n", r->toString(mNames).c_str()); in debug()
/device/google/lynx/vibrator/common/
DHardwareBase.h82 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()
DHardwareBase.cpp40 mNames[stream] = name; in saveName()
67 dprintf(fd, " %s\n", r->toString(mNames).c_str()); in debug()
/device/google/bluejay/vibrator/common/
DHardwareBase.h82 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()
DHardwareBase.cpp40 mNames[stream] = name; in saveName()
67 dprintf(fd, " %s\n", r->toString(mNames).c_str()); in debug()
/device/generic/vulkan-cereal/host-common/opengl/
DEmuglBackendList.cpp35 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()
DEmuglBackendList.h38 const std::vector<std::string>& names() const { return mNames; } in names()
66 std::vector<std::string> mNames; variable