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

/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp3493 typedef std::tuple<std::string, float, float, float> BufferTuple; typedef
3494 std::map<float, BufferTuple, std::greater<float>> sorted;
3513 const BufferTuple& values = sortedPair.second;
H A DSurfaceFlinger_hwc1.cpp3148 typedef std::tuple<std::string, float, float, float> BufferTuple; typedef
3149 std::map<float, BufferTuple, std::greater<float>> sorted;
3168 const BufferTuple& values = sortedPair.second;

Completed in 191 milliseconds