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

/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
H A DHWC2On1Adapter.cpp1231 auto& hwc1Layer = mHwc1RequestedContents->hwLayers[layer->getHwc1Id()]; local
1232 hwc1Layer.releaseFenceFd = -1;
1233 hwc1Layer.acquireFenceFd = -1;
1235 layer->applyState(hwc1Layer);
1825 void HWC2On1Adapter::Display::updateTypeChanges(const hwc_layer_1_t& hwc1Layer, argument
1828 switch (hwc1Layer.compositionType) {
1861 const hwc_layer_1_t& hwc1Layer, const Layer& layer) {
1862 if ((hwc1Layer.hints & HWC_HINT_CLEAR_FB) != 0) {
2048 void HWC2On1Adapter::Layer::applyState(hwc_layer_1_t& hwc1Layer) { argument
2049 applyCommonState(hwc1Layer);
1860 updateLayerRequests( const hwc_layer_1_t& hwc1Layer, const Layer& layer) argument
2126 applyCommonState(hwc_layer_1_t& hwc1Layer) argument
[all...]
/hardware/qcom/display/msm8994/libhwcomposer/
H A DHWC2On1Adapter.cpp1290 auto& hwc1Layer = mHwc1RequestedContents->hwLayers[layer->getHwc1Id()]; local
1291 hwc1Layer.releaseFenceFd = -1;
1292 layer->applyState(hwc1Layer, applyAllState);
1893 void HWC2On1Adapter::Display::updateTypeChanges(const hwc_layer_1_t& hwc1Layer, argument
1897 switch (hwc1Layer.compositionType) {
1930 const hwc_layer_1_t& hwc1Layer, const Layer& layer)
1932 if ((hwc1Layer.hints & HWC_HINT_CLEAR_FB) != 0) {
2115 void HWC2On1Adapter::Layer::applyState(hwc_layer_1_t& hwc1Layer, argument
2118 applyCommonState(hwc1Layer, applyAllState);
2121 applySolidColorState(hwc1Layer, applyAllStat
1929 updateLayerRequests( const hwc_layer_1_t& hwc1Layer, const Layer& layer) argument
2203 applyCommonState(hwc_layer_1_t& hwc1Layer, bool applyAllState) argument
[all...]
H A DHWC2On1Adapter.h346 void updateTypeChanges(const struct hwc_layer_1& hwc1Layer,
348 void updateLayerRequests(const struct hwc_layer_1& hwc1Layer,
540 void applyState(struct hwc_layer_1& hwc1Layer, bool applyAllState);
545 void applyCommonState(struct hwc_layer_1& hwc1Layer,
547 void applySolidColorState(struct hwc_layer_1& hwc1Layer,
549 void applySidebandState(struct hwc_layer_1& hwc1Layer,
551 void applyBufferState(struct hwc_layer_1& hwc1Layer);
552 void applyCompositionType(struct hwc_layer_1& hwc1Layer,
/hardware/interfaces/graphics/composer/2.1/utils/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 16 milliseconds