Searched refs:unmarProps (Results 1 – 3 of 3) sorted by relevance
119 bool RSScreenCapability::ReadVector(std::vector<RSScreenProps> &unmarProps, uint32_t unmarPropCount… in ReadVector() argument126 unmarProps.push_back(*itemProp); in ReadVector()
61 …static bool ReadVector(std::vector<RSScreenProps>& unmarProps, uint32_t unmarPropCount, Parcel &pa…
406 std::vector<RSScreenProps> unmarProps = {prop}; in DoReadVector() local409 RSScreenCapability::ReadVector(unmarProps, unmarPropCount, parcel); in DoReadVector()