Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videoencoder/
DVideoEncoderUtils.h39 intptr_t getValue() {return mValue;} in getValue() function
DVideoEncoderBase.cpp1926 if ((*node)->getValue() == value) in findSurfaceMapByValue()
/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
DInputDevice.cpp99 const char* propValue = prop.getValue(); in getBooleanProperty()
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/2.0/vts/functional/
DAudioPrimaryHidlHalTest.cpp195 Property getValue; local
197 ASSERT_OK((device.get()->*getter)(returnIn(res, getValue)));
199 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()