Home
last modified time | relevance | path

Searched refs:flushInfo (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/sensorservice/
DSensorEventConnection.cpp97 const FlushInfo& flushInfo = it.second; in dump() local
101 flushInfo.mFirstFlushPending ? "First flush pending" : in dump()
103 flushInfo.mPendingFlushEventsToSend); in dump()
141 const FlushInfo& flushInfo = it.second; in dump() local
146 proto->write(FlushInfoProto::FIRST_FLUSH_PENDING, flushInfo.mFirstFlushPending); in dump()
148 flushInfo.mPendingFlushEventsToSend); in dump()
221 FlushInfo& flushInfo = mSensorInfo[handle]; in setFirstFlushPending() local
222 flushInfo.mFirstFlushPending = value; in setFirstFlushPending()
281 FlushInfo& flushInfo = mSensorInfo[handle]; in incrementPendingFlushCountIfHasAccess() local
282 flushInfo.mPendingFlushEventsToSend++; in incrementPendingFlushCountIfHasAccess()
[all …]
/frameworks/base/libs/hwui/renderthread/
DVulkanManager.cpp515 GrFlushInfo flushInfo; in finishFrame() local
518 flushInfo.fNumSemaphores = 1; in finishFrame()
519 flushInfo.fSignalSemaphores = &backendSemaphore; in finishFrame()
520 flushInfo.fFinishedProc = destroy_semaphore; in finishFrame()
521 flushInfo.fFinishedContext = mDestroySemaphoreContext; in finishFrame()
526 surface->flush(SkSurface::BackendSurfaceAccess::kPresent, flushInfo); in finishFrame()
699 GrFlushInfo flushInfo; in createReleaseFence() local
700 flushInfo.fNumSemaphores = 1; in createReleaseFence()
701 flushInfo.fSignalSemaphores = &backendSemaphore; in createReleaseFence()
702 flushInfo.fFinishedProc = destroy_semaphore; in createReleaseFence()
[all …]