Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DLayerHistory.cpp114 LOG_ALWAYS_FATAL_IF(findLayer(layer->getSequence()).first != LayerStatus::NotFound, in registerLayer()
138 if (found == LayerStatus::NotFound) { in record()
148 if (found == LayerStatus::LayerInInactiveMap) { in record()
161 if (found == LayerStatus::NotFound) { in setDefaultFrameRateCompatibility()
175 if (found == LayerStatus::NotFound) { in setLayerProperties()
185 if (found == LayerStatus::LayerInInactiveMap && info->isVisible()) { in setLayerProperties()
402 if (found != LayerStatus::NotFound) { in getLayerFramerate()
408 auto LayerHistory::findLayer(int32_t id) -> std::pair<LayerStatus, LayerPair*> { in findLayer()
412 return {LayerStatus::LayerInActiveMap, &(it->second)}; in findLayer()
416 return {LayerStatus::LayerInInactiveMap, &(it->second)}; in findLayer()
[all …]
DLayerHistory.h121 enum class LayerStatus { enum
129 std::pair<LayerStatus, LayerPair*> findLayer(int32_t id) REQUIRES(mLock);
131 std::pair<LayerStatus, const LayerPair*> findLayer(int32_t id) const REQUIRES(mLock) { in findLayer()
/frameworks/native/services/surfaceflinger/tests/unittests/
DLayerHistoryIntegrationTest.cpp119 if (found != LayerHistory::LayerStatus::NotFound) { in setDefaultLayerVote()
DLayerHistoryTest.cpp113 if (found != LayerHistory::LayerStatus::NotFound) { in setDefaultLayerVote()