Home
last modified time | relevance | path

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

/external/fastrpc/src/
Dgpls.c48 return pls_add(&gpls, type, key, size, ctor, ctx, dtor, ppo); in HAP_pls_add()
60 return pls_add(&gpls, type, key, size, ctor, ctx, dtor, ppo); in adsp_pls_add()
/external/fastrpc/inc/
Dpls.h117 static __inline int pls_add(struct pls_table* me, uintptr_t type, uintptr_t key, int size, int (*ct… in pls_add() function