Home
last modified time | relevance | path

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

/frameworks/base/native/android/
Dsurface_control.cpp272 ASurfaceControl** aSurfaceControls = reinterpret_cast<ASurfaceControl**>(surfaceControls); in ASurfaceTransactionStats_getASurfaceControls() local
276 aSurfaceControls[i] = aSurfaceControl; in ASurfaceTransactionStats_getASurfaceControls()
280 *outASurfaceControls = aSurfaceControls; in ASurfaceTransactionStats_getASurfaceControls()
315 void ASurfaceTransactionStats_releaseASurfaceControls(ASurfaceControl** aSurfaceControls) { in ASurfaceTransactionStats_releaseASurfaceControls() argument
316 CHECK_NOT_NULL(aSurfaceControls); in ASurfaceTransactionStats_releaseASurfaceControls()
318 SurfaceControl** surfaceControls = reinterpret_cast<SurfaceControl**>(aSurfaceControls); in ASurfaceTransactionStats_releaseASurfaceControls()