Home
last modified time | relevance | path

Searched refs:buffer_update (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/native/cmds/surfacereplayer/replayer/trace_creator/
H A Dtrace_creator.py33 buffer_update(increment)
177 def buffer_update(increment): function
178 increment.buffer_update.id = int(input("Enter id: "))
179 increment.buffer_update.w = int(input("Enter w: "))
180 increment.buffer_update.h = int(input("Enter h: "))
181 increment.buffer_update.frame_number = int(input("Enter frame_number: "))
/aosp12/frameworks/native/cmds/surfacereplayer/replayer/
H A DReplayer.cpp292 Dimensions dimensions(increment.buffer_update().w(), increment.buffer_update().h()); in dispatchEvent()
295 auto layerId = increment.buffer_update().id(); in dispatchEvent()
302 mBufferQueueSchedulers[increment.buffer_update().id()].get()) in dispatchEvent()
305 auto bqs = mBufferQueueSchedulers[increment.buffer_update().id()]; in dispatchEvent()
/aosp12/frameworks/native/cmds/surfacereplayer/proto/src/
H A Dtrace.proto16 BufferUpdate buffer_update = 5;
/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DSurfaceInterceptor_test.cpp834 if (inc.increment_case() == inc.kBufferUpdate && inc.buffer_update().id() == mBGLayerId) { in bufferUpdatesFound()
/aosp12/hardware/qcom/sm7250/display/sdm/libs/core/drm/
H A Dhw_device_drm.cpp1161 bool buffer_update = hw_layers->updates_mask.test(kSwapBuffers); in SetupAtomic() local
1162 bool update_config = resource_update || buffer_update || in SetupAtomic()