Home
last modified time | relevance | path

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

/hardware/nxp/nfc/halimpl/utils/
DphNxpConfig.cpp464 bool CNfcConfig::getValue(const char* name, char* pValue, size_t len) const { in getValue() function in CNfcConfig
476 bool CNfcConfig::getValue(const char* name, char* pValue, long len, in getValue() function in CNfcConfig
505 bool CNfcConfig::getValue(const char* name, unsigned long& rValue) const { in getValue() function in CNfcConfig
526 bool CNfcConfig::getValue(const char* name, unsigned short& rValue) const { in getValue() function in CNfcConfig
/hardware/nxp/secure_element/libese-spi/p73/utils/
Dconfig.cpp122 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.h344 Property getValue; variable