Home
last modified time | relevance | path

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

/hardware/nxp/nfc/halimpl/utils/
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;
464 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
729 return rConfig.getValue(name, pValue, len); in GetNxpStrValue()
753 return rConfig.getValue(name, pValue, bufflen, len); in GetNxpByteArrayValue()
/hardware/nxp/secure_element/libese-spi/p73/utils/
Dconfig.cpp122 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/intel/common/libmix/videoencoder/
DVideoEncoderUtils.h39 intptr_t getValue() {return mValue;} in getValue() function
DVideoEncoderBase.cpp1926 if ((*node)->getValue() == value) in findSurfaceMapByValue()
/hardware/google/av/codec2/tests/
DC2ComponentInterface_test.cpp126 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/
DMockInputHost.h59 MOCK_CONST_METHOD0(getValue, const char*());
/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/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/audio/core/4.0/vts/functional/
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/
DThermalManager.java627 sThermalZonesList = (ArrayList<ThermalZone>) entryProfZone.getValue(); in setBucketSizeForProfiles()
DThermalService.java579 ArrayList<ThermalZone> tzList = (ArrayList<ThermalZone>) entry.getValue(); in onStartCommand()