Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Tracing/
DTransactionProtoParser.cpp195 perfetto::protos::LayerState_WindowInfo* windowInfoProto = in toProto() local
197 windowInfoProto->set_layout_params_flags(inputInfo->layoutParamsFlags.get()); in toProto()
198 windowInfoProto->set_layout_params_type( in toProto()
200 windowInfoProto->set_input_config(inputInfo->inputConfig.get()); in toProto()
202 windowInfoProto->mutable_touchable_region()); in toProto()
203 windowInfoProto->set_surface_inset(inputInfo->surfaceInset); in toProto()
204 windowInfoProto->set_focusable( in toProto()
206 windowInfoProto->set_has_wallpaper(inputInfo->inputConfig.test( in toProto()
208 windowInfoProto->set_global_scale_factor(inputInfo->globalScaleFactor); in toProto()
209 perfetto::protos::Transform* transformProto = windowInfoProto->mutable_transform(); in toProto()
[all …]