/hardware/nxp/nfc/halimpl/utils/ |
D | phNxpConfig.cpp | 121 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/ |
D | config.cpp | 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/intel/common/libmix/videoencoder/ |
D | VideoEncoderUtils.h | 39 intptr_t getValue() {return mValue;} in getValue() function
|
D | VideoEncoderBase.cpp | 1926 if ((*node)->getValue() == value) in findSurfaceMapByValue()
|
/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/core/4.0/vts/functional/ |
D | AudioPrimaryHidlHalTest.cpp | 252 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/ |
D | ThermalManager.java | 627 sThermalZonesList = (ArrayList<ThermalZone>) entryProfZone.getValue(); in setBucketSizeForProfiles()
|
D | ThermalService.java | 579 ArrayList<ThermalZone> tzList = (ArrayList<ThermalZone>) entry.getValue(); in onStartCommand()
|