Home
last modified time | relevance | path

Searched refs:mPropertyPrefix (Results 1 – 5 of 5) sorted by relevance

/device/google/felix/vibrator/cs40l26/
DVibMgrHwApi.h36 std::string mPropertyPrefix; variable
50 mPropertyPrefix = std::string(propertyPrefix); in getGPIO()
55 mGPIOPin = utils::getProperty(mPropertyPrefix + "gpio.num", DEBUG_GPI_PIN); in getGPIO()
60 mGPIOShift = utils::getProperty(mPropertyPrefix + "gpio.shift", DEBUG_GPI_PIN_SHIFT); in getGPIO()
/device/google/sunfish/vibrator/common/
DHardwareBase.cpp74 mPropertyPrefix = std::string(propertyPrefix); in HwCalBase()
109 const std::string expect{obj->mPropertyPrefix}; in debug()
DHardwareBase.h186 std::string mPropertyPrefix;
193 *outval = utils::getProperty(mPropertyPrefix + key, defval); in getProperty()
/device/google/felix/vibrator/common/
DHardwareBase.cpp78 mPropertyPrefix = std::string(propertyPrefix); in HwCalBase()
127 const std::string expect{obj->mPropertyPrefix}; in debug()
DHardwareBase.h190 std::string mPropertyPrefix;
197 *outval = utils::getProperty(mPropertyPrefix + key, defval); in getProperty()