Home
last modified time | relevance | path

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

/frameworks/base/native/android/
Dsurface_control.cpp113 SurfaceControl* ASurfaceControl_to_SurfaceControl(ASurfaceControl* aSurfaceControl) { in ASurfaceControl_to_SurfaceControl() argument
114 return reinterpret_cast<SurfaceControl*>(aSurfaceControl); in ASurfaceControl_to_SurfaceControl()
172 void ASurfaceControl_release(ASurfaceControl* aSurfaceControl) { in ASurfaceControl_release() argument
173 sp<SurfaceControl> surfaceControl = ASurfaceControl_to_SurfaceControl(aSurfaceControl); in ASurfaceControl_release()
231 …for (auto& [aSurfaceControl, aSurfaceControlStats] : aSurfaceTransactionStats->aSurfaceControlStat… in ASurfaceTransactionStats_getASurfaceControls()
232 aSurfaceControls[i] = aSurfaceControl; in ASurfaceTransactionStats_getASurfaceControls()
241 ASurfaceControl* aSurfaceControl) { in ASurfaceTransactionStats_getAcquireTime() argument
243 CHECK_NOT_NULL(aSurfaceControl); in ASurfaceTransactionStats_getAcquireTime()
246 aSurfaceTransactionStats->aSurfaceControlStats.find(aSurfaceControl); in ASurfaceTransactionStats_getAcquireTime()
255 ASurfaceTransactionStats* aSurfaceTransactionStats, ASurfaceControl* aSurfaceControl) { in ASurfaceTransactionStats_getPreviousReleaseFenceFd() argument
[all …]