Searched refs:hwc1Layer (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/hwc2on1adapter/
H A DHWC2On1Adapter.cpp1223 auto& hwc1Layer = mHwc1RequestedContents->hwLayers[layer->getHwc1Id()]; local
1224 hwc1Layer.releaseFenceFd = -1;
1225 hwc1Layer.acquireFenceFd = -1;
1227 layer->applyState(hwc1Layer);
1817 void HWC2On1Adapter::Display::updateTypeChanges(const hwc_layer_1_t& hwc1Layer, argument
1820 switch (hwc1Layer.compositionType) {
1853 const hwc_layer_1_t& hwc1Layer, const Layer& layer) {
1854 if ((hwc1Layer.hints & HWC_HINT_CLEAR_FB) != 0) {
2029 void HWC2On1Adapter::Layer::applyState(hwc_layer_1_t& hwc1Layer) { argument
2030 applyCommonState(hwc1Layer);
1852 updateLayerRequests( const hwc_layer_1_t& hwc1Layer, const Layer& layer) argument
2107 applyCommonState(hwc_layer_1_t& hwc1Layer) argument
[all...]
/frameworks/native/libs/hwc2on1adapter/include/hwc2on1adapter/
H A DHWC2On1Adapter.h381 void updateTypeChanges(const struct hwc_layer_1& hwc1Layer,
386 void updateLayerRequests(const struct hwc_layer_1& hwc1Layer,
564 void applyState(struct hwc_layer_1& hwc1Layer);
579 void applyCommonState(struct hwc_layer_1& hwc1Layer);
580 void applySolidColorState(struct hwc_layer_1& hwc1Layer);
581 void applySidebandState(struct hwc_layer_1& hwc1Layer);
582 void applyBufferState(struct hwc_layer_1& hwc1Layer);
583 void applyCompositionType(struct hwc_layer_1& hwc1Layer);

Completed in 79 milliseconds