Searched defs:pra (Results 1 – 4 of 4) sorted by relevance
/external/fastrpc/inc/ |
D | listener_buf.h | 37 static __inline void pack_in_bufs(struct sbuf* buf, remote_arg* pra, int nBufs) { in pack_in_bufs() 51 static __inline void pack_out_lens(struct sbuf* buf, remote_arg* pra, int nBufs) { in pack_out_lens() 61 static __inline void unpack_in_bufs(struct sbuf* buf, remote_arg* pra, int nBufs) { in unpack_in_bufs() 78 static __inline void unpack_out_lens(struct sbuf* buf, remote_arg* pra, int nBufs) { in unpack_out_lens() 90 static __inline void pack_out_bufs(struct sbuf* buf, remote_arg* pra, int nBufs) { in pack_out_bufs() 108 static __inline int unpack_out_bufs(struct sbuf* buf, remote_arg* pra, int nBufs) { in unpack_out_bufs()
|
D | fastrpc_internal.h | 258 remote_arg* pra = (remote_arg*)virt; in to_smq_invoke_buf_start() local 261 remote_arg64* pra = (remote_arg64*)virt; in to_smq_invoke_buf_start() local 267 static __inline struct smq_invoke_buf* smq_invoke_buf_start(remote_arg64 *pra, uint32 sc) { in smq_invoke_buf_start() 288 remote_arg *pra = (remote_arg*)pv; in to_smq_data() local
|
/external/fastrpc/src/ |
D | mod_table.c | 214 int(*invoke)(uint32 sc, remote_arg* pra), in static_mod_add() 237 …tic_override(struct static_mod_table* me, const char* uri, int(*pfn)(uint32 sc, remote_arg* pra)) { in static_mod_table_register_static_override() 240 …ct static_mod_table* me, const char* uri, int(*pfn)(remote_handle64, uint32 sc, remote_arg* pra)) { in static_mod_table_register_static_override1() 243 …ister_static(struct static_mod_table* me, const char* uri, int(*pfn)(uint32 sc, remote_arg* pra)) { in static_mod_table_register_static() 246 …uct static_mod_table* me, const char* uri, int(*pfn)(remote_handle64,uint32 sc, remote_arg* pra)) { in static_mod_table_register_static1() 253 int(*invoke)(uint32 sc, remote_arg* pra), in static_mod_table_register_const_handle() 683 …_table_handle_invoke(struct open_mod_table* me, remote_handle handle, uint32 sc, remote_arg* pra) { in open_mod_table_handle_invoke() 739 int mod_table_register_static_override(const char* name, int(*pfn)(uint32 sc, remote_arg* pra)) { in mod_table_register_static_override() 746 …gister_static_override1(const char* name, int(*pfn)(remote_handle64, uint32 sc, remote_arg* pra)) { in mod_table_register_static_override1() 767 int mod_table_register_static(const char* name, int(*pfn)(uint32 sc, remote_arg* pra)) { in mod_table_register_static() [all …]
|
D | fastrpc_apps_user.c | 749 int remote_handle_invoke_domain(int domain, remote_handle handle, uint32_t sc, remote_arg* pra) { in remote_handle_invoke_domain() 802 int remote_handle_invoke(remote_handle handle, uint32_t sc, remote_arg* pra) { in remote_handle_invoke() 823 int remote_handle64_invoke(remote_handle64 local, uint32_t sc, remote_arg* pra) { in remote_handle64_invoke()
|