Home
last modified time | relevance | path

Searched refs:propertyPrefix (Results 1 – 3 of 3) sorted by relevance

/device/google/felix/vibrator/cs40l26/
DVibMgrHwApi.h47 auto propertyPrefix = std::getenv("PROPERTY_PREFIX"); in getGPIO() local
49 if (propertyPrefix != NULL) { in getGPIO()
50 mPropertyPrefix = std::string(propertyPrefix); in getGPIO()
/device/google/sunfish/vibrator/common/
DHardwareBase.cpp71 auto propertyPrefix = std::getenv("PROPERTY_PREFIX"); in HwCalBase() local
73 if (propertyPrefix != NULL) { in HwCalBase()
74 mPropertyPrefix = std::string(propertyPrefix); in HwCalBase()
/device/google/felix/vibrator/common/
DHardwareBase.cpp75 auto propertyPrefix = std::getenv("PROPERTY_PREFIX"); in HwCalBase() local
77 if (propertyPrefix != NULL) { in HwCalBase()
78 mPropertyPrefix = std::string(propertyPrefix); in HwCalBase()