Searched refs:getValue (Results 1 – 11 of 11) sorted by relevance
39 intptr_t getValue() {return mValue;} in getValue() function
1926 if ((*node)->getValue() == value) in findSurfaceMapByValue()
59 MOCK_CONST_METHOD0(getValue, const char*());
64 const char* InputProperty::getValue() const { in getValue() function in android::InputProperty
99 const char* propValue = prop.getValue(); in getBooleanProperty()
119 virtual const char* getValue() const;
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 …]
479 T getValue() const { return mValue; } in getValue() function530 return mCompositionType.getValue(); in getCompositionType()
195 Property getValue; local197 ASSERT_OK((device.get()->*getter)(returnIn(res, getValue)));199 EXPECT_EQ(setValue, getValue);
627 sThermalZonesList = (ArrayList<ThermalZone>) entryProfZone.getValue(); in setBucketSizeForProfiles()
579 ArrayList<ThermalZone> tzList = (ArrayList<ThermalZone>) entry.getValue(); in onStartCommand()