Home
last modified time | relevance | path

Searched defs:getValue (Results 1 – 9 of 9) sorted by relevance

/hardware/st/nfc/st21nfc/adaptation/
Dconfig.cpp416 bool CNfcConfig::getValue(const char* name, char* pValue, size_t& len) const { in getValue() function in CNfcConfig
442 bool CNfcConfig::getValue(const char* name, char* pValue, long len, in getValue() function in CNfcConfig
468 bool CNfcConfig::getValue(const char* name, unsigned long& rValue) const { in getValue() function in CNfcConfig
489 bool CNfcConfig::getValue(const char* name, unsigned short& rValue) const { in getValue() function in CNfcConfig
/hardware/nxp/nfc/halimpl/utils/
DphNxpConfig.cpp489 bool CNfcConfig::getValue(const char* name, char* pValue, size_t len) const { in getValue() function in CNfcConfig
501 bool CNfcConfig::getValue(const char* name, char* pValue, long len, in getValue() function in CNfcConfig
530 bool CNfcConfig::getValue(const char* name, unsigned long& rValue) const { in getValue() function in CNfcConfig
551 bool CNfcConfig::getValue(const char* name, unsigned short& rValue) const { in getValue() function in CNfcConfig
/hardware/st/nfc/1.0/adaptation/
Dconfig.cpp389 bool CNfcConfig::getValue(const char* name, char* pValue, size_t& len) const { in getValue() function in CNfcConfig
412 bool CNfcConfig::getValue(const char* name, unsigned long& rValue) const { in getValue() function in CNfcConfig
433 bool CNfcConfig::getValue(const char* name, unsigned short& rValue) const { in getValue() function in CNfcConfig
/hardware/nxp/secure_element/libese-spi/p73/utils/
Dconfig.cpp127 ConfigValue& ConfigFile::getValue(const std::string& key) { in getValue() function in ConfigFile
/hardware/st/secure_element/ese-spi-driver/utils-lib/
Dconfig.cc122 ConfigValue& ConfigFile::getValue(const std::string& key) { in getValue() function in ConfigFile
/hardware/libhardware/modules/input/evdev/
DInputHost.cpp64 const char* InputProperty::getValue() const { in getValue() function in android::InputProperty
/hardware/google/av/codec2/tests/
DC2ComponentInterface_test.cpp214 template <typename T> void C2CompIntfTest::getValue(T *const param) { in getValue() function in android::C2CompIntfTest
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.h479 T getValue() const { return mValue; } in getValue() function
/hardware/interfaces/audio/core/all-versions/vts/functional/
DAudioPrimaryHidlHalTest.h473 Property getValue; variable