Home
last modified time | relevance | path

Searched defs:ppa (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/chre/host/msm/daemon/generated/
H A Dchre_slpi_skel.c187 static __inline int _heap_alloc(_heap** ppa, const char* loc, int size, void** ppbuf) { in _heap_alloc()
H A Dchre_slpi_stub.c187 static __inline int _heap_alloc(_heap** ppa, const char* loc, int size, void** ppbuf) { in _heap_alloc()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java5108 final PersistentPreferredActivity ppa = pprefs.get(i); in findPersistentPreferredActivityLP() local