Home
last modified time | relevance | path

Searched defs:remote_handle64 (Results 1 – 2 of 2) sorted by relevance

/external/fastrpc/src/
Dmod_table.c215 int(*handle_invoke)(remote_handle64, uint32 sc, remote_arg* pra)) { in static_mod_add()
240 …_static_override1(struct static_mod_table* me, const char* uri, int(*pfn)(remote_handle64, uint32 … in static_mod_table_register_static_override1()
246 …_register_static1(struct static_mod_table* me, const char* uri, int(*pfn)(remote_handle64,uint32 s… in static_mod_table_register_static1()
254int(*handle_invoke)(remote_handle64, uint32 sc, remote_arg* pra) in static_mod_table_register_const_handle()
746 int mod_table_register_static_override1(const char* name, int(*pfn)(remote_handle64, uint32 sc, rem… in mod_table_register_static_override1()
774 int mod_table_register_static1(const char* name, int(*pfn)(remote_handle64, uint32 sc, remote_arg* … in mod_table_register_static1()
849 …1(remote_handle remote, remote_handle64 local, const char* uri, int(*pfn)(remote_handle64, uint32 … in mod_table_register_const_handle1()
/external/fastrpc/inc/
Dremote.h41 typedef uint64_t remote_handle64; //! used by multi domain modules typedef