Home
last modified time | relevance | path

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

/frameworks/base/native/android/
Dsurface_control.cpp228 ASurfaceControl** aSurfaceControls = reinterpret_cast<ASurfaceControl**>(surfaceControls); in ASurfaceTransactionStats_getASurfaceControls() local
232 aSurfaceControls[i] = aSurfaceControl; in ASurfaceTransactionStats_getASurfaceControls()
236 *outASurfaceControls = aSurfaceControls; in ASurfaceTransactionStats_getASurfaceControls()
269 void ASurfaceTransactionStats_releaseASurfaceControls(ASurfaceControl** aSurfaceControls) { in ASurfaceTransactionStats_releaseASurfaceControls() argument
270 CHECK_NOT_NULL(aSurfaceControls); in ASurfaceTransactionStats_releaseASurfaceControls()
272 SurfaceControl** surfaceControls = reinterpret_cast<SurfaceControl**>(aSurfaceControls); in ASurfaceTransactionStats_releaseASurfaceControls()