/hardware/st/nfc/st21nfc/adaptation/ |
D | config.cpp | 64 bool getValue(const char* name, char* pValue, size_t& len) const; 65 bool getValue(const char* name, unsigned long& rValue) const; 66 bool getValue(const char* name, unsigned short& rValue) const; 67 bool getValue(const char* name, char* pValue, long len, long* readlen) const; 416 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 664 return rConfig.getValue(name, pValue, len); in GetStrValue() 687 return rConfig.getValue(name, pValue, bufflen, len); in GetByteArrayValue()
|
/hardware/nxp/secure_element/libese-spi/p73/utils/ |
D | config.cpp | 127 ConfigValue& ConfigFile::getValue(const std::string& key) { in getValue() function in ConfigFile 134 return getValue(key).getString(); in getString() 138 return getValue(key).getUnsigned(); in getUnsigned() 142 return getValue(key).getBytes(); in getBytes()
|
D | config.h | 54 ConfigValue& getValue(const std::string& key);
|
/hardware/st/secure_element/ese-spi-driver/utils-lib/ |
D | config.cc | 122 ConfigValue& ConfigFile::getValue(const std::string& key) { in getValue() function in ConfigFile 129 return getValue(key).getString(); in getString() 133 return getValue(key).getUnsigned(); in getUnsigned() 137 return getValue(key).getBytes(); in getBytes()
|
D | config.h | 53 ConfigValue& getValue(const std::string& key);
|
/hardware/nxp/nfc/halimpl/utils/ |
D | phNxpConfig.cpp | 131 bool getValue(const char* name, char* pValue, size_t len) const; 132 bool getValue(const char* name, unsigned long& rValue) const; 133 bool getValue(const char* name, unsigned short& rValue) const; 134 bool getValue(const char* name, char* pValue, long len, long* readlen) const; 489 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 756 return rConfig.getValue(name, pValue, len); in GetNxpStrValue() 780 return rConfig.getValue(name, pValue, bufflen, len); in GetNxpByteArrayValue()
|
/hardware/st/nfc/1.0/adaptation/ |
D | config.cpp | 63 bool getValue(const char* name, char* pValue, size_t& len) const; 64 bool getValue(const char* name, unsigned long& rValue) const; 65 bool getValue(const char* name, unsigned short& rValue) const; 389 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 607 return rConfig.getValue(name, pValue, len); in GetStrValue()
|
/hardware/interfaces/audio/policy/1.0/xml/api/ |
D | current.txt | 55 method public String getValue(); 83 method public audio.policy.V1_0.ContentType getValue(); 146 method public java.util.List<audio.policy.V1_0.FlagType> getValue(); 187 method public audio.policy.V1_0.SourceEnumType getValue(); 227 method public audio.policy.V1_0.UsageEnumType getValue(); 241 method public java.util.List<audio.policy.V1_0.ValueType> getValue();
|
/hardware/google/av/codec2/tests/ |
D | C2ComponentInterface_test.cpp | 126 template <typename T> void getValue(T *const param); 214 template <typename T> void C2CompIntfTest::getValue(T *const param) { in getValue() function in android::C2CompIntfTest 244 getValue(param.get()); in querySupportedParam() 479 TRACED_FAILURE(getValue(param)); in testWritableParam() 546 TRACED_FAILURE(getValue(param.get())); in checkParamPermission()
|
/hardware/libhardware/tests/input/evdev/ |
D | MockInputHost.h | 59 MOCK_CONST_METHOD0(getValue, const char*());
|
/hardware/libhardware/modules/input/evdev/ |
D | InputHost.cpp | 64 const char* InputProperty::getValue() const { in getValue() function in android::InputProperty
|
D | InputHost.h | 119 virtual const char* getValue() const;
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | HWC2On1Adapter.cpp | 2013 if (mCompositionType.getValue() != Composition::Cursor) { in setCursorPosition() 2170 if (mCompositionType.getValue() == HWC2::Composition::SolidColor) { in dump() 2171 output << " " << colorString(mColor.getValue()); in dump() 2172 } else if (mCompositionType.getValue() == HWC2::Composition::Sideband) { in dump() 2173 output << " Handle: " << mSidebandStream.getValue() << '\n'; in dump() 2178 rectString(mDisplayFrame.getValue()) << '\n'; in dump() 2180 frectString(mSourceCrop.getValue()) << '\n'; in dump() 2181 output << fill << " Transform: " << to_string(mTransform.getValue()); in dump() 2182 output << " Blend mode: " << to_string(mBlendMode.getValue()); in dump() 2183 if (mPlaneAlpha.getValue() != 1.0f) { in dump() [all …]
|
D | HWC2On1Adapter.h | 479 T getValue() const { return mValue; } in getValue() function 530 return mCompositionType.getValue(); in getCompositionType()
|
/hardware/interfaces/audio/policy/1.0/xml/pfw_schemas/api/ |
D | current.txt | 328 method public String getValue(); 358 method public String getValue(); 403 method public String getValue();
|
/hardware/interfaces/audio/core/all-versions/vts/functional/ |
D | AudioPrimaryHidlHalTest.h | 473 Property getValue; variable 475 ASSERT_OK((BaseTestClass::getDevice().get()->*getter)(returnIn(res, getValue))); 481 EXPECT_EQ(setValue, getValue);
|