Home
last modified time | relevance | path

Searched refs:getValue (Results 1 – 25 of 28) sorted by relevance

12

/hardware/st/nfc/st21nfc/adaptation/
Dconfig.cpp64 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/uwb/halimpl/utils/
DphNxpConfig.cc74 bool getValue(const char* name, char* pValue, size_t len) const;
75 bool getValue(const char* name, unsigned long& rValue) const;
76 bool getValue(const char* name, unsigned short & rValue) const;
77 bool getValue(const char* name, char* pValue, long len,long* readlen) const;
529 bool CUwbNxpConfig::getValue(const char* name, char* pValue, size_t len) const in getValue() function in CUwbNxpConfig
544 bool CUwbNxpConfig::getValue(const char* name, char* pValue, long len,long* readlen) const in getValue() function in CUwbNxpConfig
578 bool CUwbNxpConfig::getValue(const char* name, unsigned long& rValue) const in getValue() function in CUwbNxpConfig
602 bool CUwbNxpConfig::getValue(const char* name, unsigned short& rValue) const in getValue() function in CUwbNxpConfig
886 return rConfig.getValue(name, pValue, len); in GetNxpConfigStrValue()
912 return rConfig.getValue(name, pValue, bufflen,len); in GetNxpConfigCountryCodeByteArrayValue()
[all …]
/hardware/nxp/secure_element/snxxx/libese-spi/p73/utils/
Dconfig.cpp146 ConfigValue& ConfigFile::getValue(const std::string& key) { in getValue() function in ConfigFile
153 return getValue(key).getString(); in getString()
157 return getValue(key).getUnsigned(); in getUnsigned()
161 return getValue(key).getBytes(); in getBytes()
Dconfig.h73 ConfigValue& getValue(const std::string& key);
/hardware/nxp/secure_element/pn8x/libese-spi/p73/utils/
Dconfig.cpp127 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()
Dconfig.h54 ConfigValue& getValue(const std::string& key);
/hardware/st/secure_element/ese-spi-driver/utils-lib/
Dconfig.cc122 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()
Dconfig.h53 ConfigValue& getValue(const std::string& key);
/hardware/samsung/nfc/halimpl/src/
Dconfig.cpp148 bool getValue(const char* name, char* pValue, size_t len) const;
149 bool getValue(const char* name, unsigned long& rValue) const;
150 bool getValue(const char* name, unsigned short& rValue) const;
151 bool getValue(const char* name, char* pValue, long len, long* readlen) const;
495 bool CNfcConfig::getValue(const char* name, char* pValue, size_t len) const { in getValue() function in CNfcConfig
507 bool CNfcConfig::getValue(const char* name, char* pValue, long len, in getValue() function in CNfcConfig
536 bool CNfcConfig::getValue(const char* name, unsigned long& rValue) const { in getValue() function in CNfcConfig
557 bool CNfcConfig::getValue(const char* name, unsigned short& rValue) const { in getValue() function in CNfcConfig
769 return rConfig.getValue(name, pValue, len); in GetStrValue()
792 return rConfig.getValue(name, pValue, bufflen, len); in GetByteArrayValue()
/hardware/nxp/nfc/pn8x/halimpl/utils/
DphNxpConfig.cpp131 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/
Dconfig.cpp63 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/aidl/default/
DEngineConfigXmlConverter.cpp103 xsdcAudioAttributes.getFirstContentType()->getValue()); in convertAudioAttributesToAidl()
107 static_cast<AudioUsage>(xsdcAudioAttributes.getFirstUsage()->getValue()); in convertAudioAttributesToAidl()
111 static_cast<AudioSource>(xsdcAudioAttributes.getFirstSource()->getValue()); in convertAudioAttributesToAidl()
115 xsdcAudioAttributes.getFirstFlags()->getValue(); in convertAudioAttributesToAidl()
124 aidlAudioAttributes.tags[0] = xsdcBundle->getKey() + "=" + xsdcBundle->getValue(); in convertAudioAttributesToAidl()
256 xsdcCriterionType.getValues(), &xsd::ValuesType::getValue, in convertCapCriterionTypeToAidl()
/hardware/interfaces/automotive/can/1.0/default/libnetdevice/include/libnetdevice/
Dethtool.h32 std::optional<uint32_t> getValue(const std::string& ifname, uint32_t command);
/hardware/nxp/nfc/snxxx/halimpl/utils/
DphNxpConfig.cc150 bool getValue(const char* name, char* pValue, size_t len) const;
151 bool getValue(const char* name, unsigned long& rValue) const;
152 bool getValue(const char* name, unsigned short& rValue) const;
153 bool getValue(const char* name, char* pValue, long len, long* readlen) const;
531 bool CNfcConfig::getValue(const char* name, char* pValue, size_t len) const { in getValue() function in CNfcConfig
543 bool CNfcConfig::getValue(const char* name, char* pValue, long len, in getValue() function in CNfcConfig
572 bool CNfcConfig::getValue(const char* name, unsigned long& rValue) const { in getValue() function in CNfcConfig
593 bool CNfcConfig::getValue(const char* name, unsigned short& rValue) const { in getValue() function in CNfcConfig
963 return rConfig.getValue(name, pValue, len); in GetNxpStrValue()
987 return rConfig.getValue(name, pValue, bufflen, len); in GetNxpByteArrayValue()
/hardware/interfaces/automotive/can/1.0/default/libnetdevice/
Dethtool.cpp25 std::optional<uint32_t> getValue(const std::string& ifname, uint32_t command) { in getValue() function
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/test/
DFakeVehicleHardwareTest.cpp210 expected<VehiclePropValue, StatusCode> getValue(const VehiclePropValue& value) { in getValue() function in android::hardware::automotive::vehicle::fake::FakeVehicleHardwareTest
704 auto result = getValue(VehiclePropValue{ in TEST_F()
724 result = getValue(VehiclePropValue{ in TEST_F()
744 auto result = getValue(VehiclePropValue{ in TEST_F()
762 auto result = getValue(VehiclePropValue{ in TEST_F()
1539 auto result = getValue(VehiclePropValue{.prop = value.prop, .areaId = value.areaId}); in TEST_P()
1594 auto result = getValue(VehiclePropValue{.prop = OBD2_FREEZE_FRAME_INFO}); in TEST_F()
1604 auto freezeFrameResult = getValue(VehiclePropValue{ in TEST_F()
1618 auto getValueResult = getValue(VehiclePropValue{.prop = OBD2_FREEZE_FRAME_INFO}); in TEST_F()
1632 getValueResult = getValue(VehiclePropValue{.prop = OBD2_FREEZE_FRAME_INFO}); in TEST_F()
[all …]
/hardware/libhardware/tests/input/evdev/
DMockInputHost.h59 MOCK_CONST_METHOD0(getValue, const char*());
/hardware/interfaces/audio/policy/1.0/xml/api/
Dcurrent.txt55 method public String getValue();
83 method public audio.policy.V1_0.ContentType getValue();
147 method public java.util.List<audio.policy.V1_0.FlagType> getValue();
188 method public audio.policy.V1_0.SourceEnumType getValue();
237 method public audio.policy.V1_0.UsageEnumType getValue();
253 method public java.util.List<audio.policy.V1_0.ValueType> getValue();
/hardware/libhardware/modules/input/evdev/
DInputHost.cpp64 const char* InputProperty::getValue() const { in getValue() function in android::InputProperty
DInputHost.h119 virtual const char* getValue() const;
/hardware/interfaces/audio/aidl/default/config/audioPolicy/engine/api/
Dcurrent.txt55 method @Nullable public String getValue();
83 method @Nullable public android.audio.policy.engine.configuration.ContentType getValue();
147 …hod @Nullable public java.util.List<android.audio.policy.engine.configuration.FlagType> getValue();
188 method @Nullable public android.audio.policy.engine.configuration.SourceEnumType getValue();
237 method @Nullable public android.audio.policy.engine.configuration.UsageEnumType getValue();
253 …od @Nullable public java.util.List<android.audio.policy.engine.configuration.ValueType> getValue();
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.cpp2013 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 …]
DHWC2On1Adapter.h479 T getValue() const { return mValue; } in getValue() function
530 return mCompositionType.getValue(); in getCompositionType()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/include/
DFakeVehicleHardware.h102 ValueResultType getValue(
/hardware/interfaces/automotive/remoteaccess/hal/default/test/
DRemoteAccessServiceUnitTest.cpp114 void getValue([[maybe_unused]] const IHalPropValue& requestValue, in getValue() function in android::hardware::automotive::remoteaccess::FakeVhalClient

12