Searched refs:pls_lookup (Results 1 – 2 of 2) sorted by relevance
/external/fastrpc/inc/ |
D | pls.h | 144 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/ |
D | gpls.c | 56 return pls_lookup(&gpls, type, key, ppo); in HAP_pls_lookup() 68 return pls_lookup(&gpls, type, key, ppo); in adsp_pls_lookup()
|