Searched defs:layer_id (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/cmds/surfacereplayer/replayer/
H A DReplayer.h47 typedef int32_t layer_id; typedef in namespace:android
86 layer_id id, const PositionChange& pc);
88 layer_id id, const SizeChange& sc);
90 layer_id id, const AlphaChange& ac);
92 layer_id id, const LayerChange& lc);
94 layer_id id, const CropChange& cc);
96 layer_id id, const FinalCropChange& fcc);
98 layer_id id, const MatrixChange& mc);
100 layer_id id, const OverrideScalingModeChange& osmc);
102 layer_id i
[all...]
/frameworks/native/services/vr/hardware_composer/impl/
H A Dvr_hwc.cpp106 uint64_t layer_id = layer_ids_++; local
107 layers_.push_back(HwcLayer(layer_id));

Completed in 692 milliseconds