Home
last modified time | relevance | path

Searched defs:Update (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/FrontEnd/
DUpdate.h44 struct Update { struct
45 std::vector<TransactionState> transactions;
46 std::vector<LayerCreatedState> layerCreatedStates;
47 std::vector<std::unique_ptr<frontend::RequestedLayerState>> newLayers;
48 std::vector<LayerCreationArgs> layerCreationArgs;
49 std::vector<uint32_t> destroyedHandles;
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleData.java74 static final class Update { class in BubbleData
95 private Update(List<Bubble> row, List<Bubble> overflow) { in Update() method in BubbleData.Update
/frameworks/native/libs/vr/libpdx_default_transport/
Dpdx_benchmarks.cpp89 void Update() { in Update() function in __anon36147f560111::SchedStats
/frameworks/native/libs/gui/tests/
DBLASTBufferQueue_test.cpp363 TEST_F(BLASTBufferQueueTest, Update) { in TEST_F() argument