Searched defs:getProperty (Results 1 – 3 of 3) sorted by relevance
/hardware/google/pixel/vibrator/common/ |
D | utils.h | 88 inline Enable_If_Signed<T, T> getProperty(const std::string &key, const T def) { in getProperty() function 102 inline Enable_If_Unsigned<T, T> getProperty(const std::string &key, const T def) { in getProperty() function 107 inline std::array<T, N> getProperty(const std::string &key, const std::array<T, N> &def) { in getProperty() function
|
D | HardwareBase.h | 213 bool HwCalBase::getProperty(const char *key, T *outval, const T defval) { in getProperty() function
|
/hardware/interfaces/tv/tuner/aidl/default/ |
D | dtv_plugin.cpp | 91 bool DtvPlugin::getProperty(const char* key, void* value, int* size) { in getProperty() function in DtvPlugin
|