Home
last modified time | relevance | path

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

/frameworks/base/native/android/
Dsurface_texture.cpp41 ASurfaceTexture* ast = new ASurfaceTexture; in ASurfaceTexture_fromSurfaceTexture() local
42 ast->consumer = SurfaceTexture_getSurfaceTexture(env, surfacetexture); in ASurfaceTexture_fromSurfaceTexture()
43 ast->producer = SurfaceTexture_getProducer(env, surfacetexture); in ASurfaceTexture_fromSurfaceTexture()
44 return ast; in ASurfaceTexture_fromSurfaceTexture()
/frameworks/base/services/core/java/com/android/server/content/
DSyncAdapterStateFetcher.java60 final AppStateTracker ast = in isAppActive() local
62 if (ast == null) { in isAppActive()
66 return ast.isUidActive(uid); in isAppActive()
/frameworks/compile/slang/
DRSCCOptions.td130 def ast_print : Flag<["-"], "ast-print">,
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java379 AppStateTracker ast = LocalServices.getService(AppStateTracker.class); in systemServicesReady() local
380 ast.addListener(new ForcedStandbyListener()); in systemServicesReady()