Home
last modified time | relevance | path

Searched defs:findLayer (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/
DLayerHistory.h131 std::pair<LayerStatus, const LayerPair*> findLayer(int32_t id) const REQUIRES(mLock) { in findLayer() function
DLayerHistory.cpp408 auto LayerHistory::findLayer(int32_t id) -> std::pair<LayerStatus, LayerPair*> { in findLayer() function in android::scheduler::LayerHistory