Searched refs:CarrySurfaceProperty (Results 1 – 4 of 4) sorted by relevance
26 int32_t PropertyCarrier::CarrySurfaceProperty(sptr<Surface>& surface) in CarrySurfaceProperty() function in OHOS::DistributedHardware::PropertyCarrier
30 int32_t CarrySurfaceProperty(sptr<Surface>& surface);
64 int32_t ret = testPropertyCarrier_->CarrySurfaceProperty(surface);
579 return propertyCarrier.CarrySurfaceProperty(encodeProducerSurface_); in GetProperty()