Home
last modified time | relevance | path

Searched refs:HAP_pls_lookup (Results 1 – 3 of 3) sorted by relevance

/external/fastrpc/inc/
DHAP_pls.h123 int HAP_pls_lookup(uintptr_t type, uintptr_t key, void** ppo);
/external/fastrpc/src/
Dgpls.c55 int HAP_pls_lookup(uintptr_t type, uintptr_t key, void** ppo) { in HAP_pls_lookup() function
Dmod_table.c831 …VERIFY(AEE_SUCCESS == (nErr = HAP_pls_lookup((uintptr_t)open_mod_table_ctor_imp, 0, (void**)&pomt)… in mod_table_close()