Home
last modified time | relevance | path

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

/external/fastrpc/inc/
Dpls.h144 static __inline int pls_lookup(struct pls_table* me, uintptr_t type, uintptr_t key, void** ppo);
156 if(0 == pls_lookup(me, type, key, ppo)) { in pls_add_lookup_singleton()
169 if(0 == pls_lookup(me, type, key, ppo)) { in pls_add_lookup_singleton()
198 static __inline int pls_lookup(struct pls_table* me, uintptr_t type, uintptr_t key, void** ppo) { in pls_lookup() function
/external/fastrpc/src/
Dgpls.c56 return pls_lookup(&gpls, type, key, ppo); in HAP_pls_lookup()
68 return pls_lookup(&gpls, type, key, ppo); in adsp_pls_lookup()