Searched refs:getValue (Results 1 - 15 of 15) sorted by relevance

/hardware/nxp/secure_element/libese-spi/p73/utils/
H A Dconfig.cpp122 ConfigValue& ConfigFile::getValue(const std::string& key) { function in class:ConfigFile
129 return getValue(key).getString();
133 return getValue(key).getUnsigned();
137 return getValue(key).getBytes();
H A Dconfig.h53 ConfigValue& getValue(const std::string& key);
/hardware/nxp/nfc/halimpl/utils/
H A DphNxpConfig.cpp121 bool getValue(const char* name, char* pValue, size_t len) const;
122 bool getValue(const char* name, unsigned long& rValue) const;
123 bool getValue(const char* name, unsigned short& rValue) const;
124 bool getValue(const char* name, char* pValue, long len, long* readlen) const;
456 ** Function: CNfcConfig::getValue()
464 bool CNfcConfig::getValue(const char* name, char* pValue, size_t len) const { function in class:CNfcConfig
476 bool CNfcConfig::getValue(const char* name, char* pValue, long len, function in class:CNfcConfig
497 ** Function: CNfcConfig::getValue()
505 bool CNfcConfig::getValue(const char* name, unsigned long& rValue) const { function in class:CNfcConfig
518 ** Function: CNfcConfig::getValue()
526 bool CNfcConfig::getValue(const char* name, unsigned short& rValue) const { function in class:CNfcConfig
[all...]
/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderUtils.h39 intptr_t getValue() {return mValue;} function in class:VASurfaceMap
H A DVideoEncoderBase.cpp1926 if ((*node)->getValue() == value)
/hardware/libhardware/tests/input/evdev/
H A DMockInputHost.h59 MOCK_CONST_METHOD0(getValue, const char*());
/hardware/libhardware/modules/input/evdev/
H A DInputHost.cpp64 const char* InputProperty::getValue() const { function in class:android::InputProperty
H A DInputHost.h119 virtual const char* getValue() const;
/hardware/google/av/codec2/tests/
H A DC2ComponentInterface_test.cpp126 template <typename T> void getValue(T *const param);
214 template <typename T> void C2CompIntfTest::getValue(T *const param) { function in class:android::C2CompIntfTest
215 // When getValue() is called, a component has to have the parameter.
243 // The current parameter's value is acquired by getValue(), which should be succeeded.
244 getValue(param.get());
479 TRACED_FAILURE(getValue(param));
546 TRACED_FAILURE(getValue(param.get()));
/hardware/qcom/display/msm8994/libhwcomposer/
H A DHWC2On1Adapter.cpp2013 if (mCompositionType.getValue() != Composition::Cursor) {
2170 if (mCompositionType.getValue() == HWC2::Composition::SolidColor) {
2171 output << " " << colorString(mColor.getValue());
2172 } else if (mCompositionType.getValue() == HWC2::Composition::Sideband) {
2173 output << " Handle: " << mSidebandStream.getValue() << '\n';
2178 rectString(mDisplayFrame.getValue()) << '\n';
2180 frectString(mSourceCrop.getValue()) << '\n';
2181 output << fill << " Transform: " << to_string(mTransform.getValue());
2182 output << " Blend mode: " << to_string(mBlendMode.getValue());
2183 if (mPlaneAlpha.getValue() !
[all...]
H A DHWC2On1Adapter.h479 T getValue() const { return mValue; } function in class:android::HWC2On1Adapter::LatchedState
530 return mCompositionType.getValue();
/hardware/interfaces/audio/core/2.0/vts/functional/
H A DAudioPrimaryHidlHalTest.cpp202 Property getValue; local
204 ASSERT_OK((device.get()->*getter)(returnIn(res, getValue)));
206 EXPECT_EQ(setValue, getValue);
/hardware/interfaces/audio/core/4.0/vts/functional/
H A DAudioPrimaryHidlHalTest.cpp252 Property getValue; local
254 ASSERT_OK((device.get()->*getter)(returnIn(res, getValue)));
260 EXPECT_EQ(setValue, getValue);
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
H A DThermalManager.java627 sThermalZonesList = (ArrayList<ThermalZone>) entryProfZone.getValue();
H A DThermalService.java579 ArrayList<ThermalZone> tzList = (ArrayList<ThermalZone>) entry.getValue();

Completed in 285 milliseconds