Home
last modified time | relevance | path

Searched refs:remote_handle64 (Results 1 – 10 of 10) sorted by relevance

/external/fastrpc/inc/
Dadsp_current_process1.h90 __QAIC_HEADER_EXPORT int __QAIC_HEADER(adsp_current_process1_open)(const char* uri, remote_handle64
98 __QAIC_HEADER_EXPORT int __QAIC_HEADER(adsp_current_process1_close)(remote_handle64 h) __QAIC_HEADE…
99 __QAIC_HEADER_EXPORT int __QAIC_HEADER(adsp_current_process1_exit)(remote_handle64 _h) __QAIC_HEADE…
100 __QAIC_HEADER_EXPORT int __QAIC_HEADER(adsp_current_process1_thread_exit)(remote_handle64 _h) __QAI…
101 __QAIC_HEADER_EXPORT int __QAIC_HEADER(adsp_current_process1_set_logging_params)(remote_handle64 _h…
102 __QAIC_HEADER_EXPORT int __QAIC_HEADER(adsp_current_process1_getASID)(remote_handle64 _h, unsigned …
Dadspmsgd_adsp1.h82 __QAIC_HEADER_EXPORT int __QAIC_HEADER(adspmsgd_adsp1_open)(const char* uri, remote_handle64* h) __…
90 __QAIC_HEADER_EXPORT int __QAIC_HEADER(adspmsgd_adsp1_close)(remote_handle64 h) __QAIC_HEADER_ATTRI…
91 __QAIC_HEADER_EXPORT int __QAIC_HEADER(adspmsgd_adsp1_init2)(remote_handle64 _h) __QAIC_HEADER_ATTR…
92 __QAIC_HEADER_EXPORT int __QAIC_HEADER(adspmsgd_adsp1_deinit)(remote_handle64 _h) __QAIC_HEADER_ATT…
Dmod_table.h68 int mod_table_register_static1(const char* uri, int (*pfn)(remote_handle64 h,uint32 sc, remote_arg*…
92 int mod_table_register_static_override1(const char* uri, int(*pfn)(remote_handle64,uint32 sc, remot…
132 …gister_const_handle1(remote_handle remote, remote_handle64 local, const char* uri, int (*pfn)(remo…
Dremote.h41 typedef uint64_t remote_handle64; //! used by multi domain modules typedef
58 remote_handle64 h64; //! used by multi domain modules
135 __QAIC_REMOTE_EXPORT int __QAIC_REMOTE(remote_handle64_open)(const char* name, remote_handle64 *ph)…
143 __QAIC_REMOTE_EXPORT int __QAIC_REMOTE(remote_handle64_invoke)(remote_handle64 h, uint32_t dwScalar…
148 __QAIC_REMOTE_EXPORT int __QAIC_REMOTE(remote_handle64_close)(remote_handle64 h) __QAIC_REMOTE_ATTR…
160 __QAIC_REMOTE_EXPORT int __QAIC_REMOTE(remote_handle64_control)(remote_handle64 h, uint32_t req, vo…
Dremote64.h53 remote_handle64 h64; //! used by multi domain modules
/external/fastrpc/src/
Dmod_table.c81 typedef int (*handle_invoke_fn)(remote_handle64, uint32, remote_arg*);
93 remote_handle64 h64;
113 remote_handle64 h64;
173 static int open_mod_handle_close(struct open_mod *mod, remote_handle64 h);
215 int(*handle_invoke)(remote_handle64, uint32 sc, remote_arg* pra)) { in static_mod_add() argument
240 …ic_override1(struct static_mod_table* me, const char* uri, int(*pfn)(remote_handle64, uint32 sc, r… in static_mod_table_register_static_override1() argument
246 …ster_static1(struct static_mod_table* me, const char* uri, int(*pfn)(remote_handle64,uint32 sc, re… in static_mod_table_register_static1() argument
252 remote_handle64 remote, const char* uri, in static_mod_table_register_const_handle()
254 … int(*handle_invoke)(remote_handle64, uint32 sc, remote_arg* pra) in static_mod_table_register_const_handle() argument
285 remote_handle64 *ph) { in open_mod_handle_open()
[all …]
Dadsp_current_process1_stub.c462 __QAIC_STUB_EXPORT int __QAIC_STUB(adsp_current_process1_skel_handle_invoke)(remote_handle64 _h, ui… in __QAIC_STUB()
468 __QAIC_STUB_EXPORT int __QAIC_STUB(adsp_current_process1_open)(const char* uri, remote_handle64* h)… in __QAIC_STUB()
471 __QAIC_STUB_EXPORT int __QAIC_STUB(adsp_current_process1_close)(remote_handle64 h) __QAIC_STUB_ATTR… in __QAIC_STUB()
474 static __inline int _stub_method(remote_handle64 _handle, uint32_t _mid) { in _stub_method()
481 __QAIC_STUB_EXPORT int __QAIC_STUB(adsp_current_process1_exit)(remote_handle64 _handle) __QAIC_STUB… in __QAIC_STUB()
485 __QAIC_STUB_EXPORT int __QAIC_STUB(adsp_current_process1_thread_exit)(remote_handle64 _handle) __QA… in __QAIC_STUB()
517 static __inline int _stub_method_1(remote_handle64 _handle, uint32_t _mid, uint16_t _in0[1], void* … in _stub_method_1()
563 __QAIC_STUB_EXPORT int __QAIC_STUB(adsp_current_process1_set_logging_params)(remote_handle64 _handl… in __QAIC_STUB()
567 static __inline int _stub_method_2(remote_handle64 _handle, uint32_t _mid, uint32_t _rout0[1]) { in _stub_method_2()
580 __QAIC_STUB_EXPORT int __QAIC_STUB(adsp_current_process1_getASID)(remote_handle64 _handle, unsigned… in __QAIC_STUB()
Dfastrpc_apps_user.c89 #define INVALID_HANDLE (remote_handle64)(-1)
188 remote_handle64 local;
189 remote_handle64 remote;
207 remote_handle64 cphandle;
208 remote_handle64 msghandle;
230 remote_handle64 get_adsp_current_process1_handle(int domain);
231 remote_handle64 get_adspmsgd_adsp1_handle(int domain);
561 static int verify_local_handle(remote_handle64 local) { in verify_local_handle()
575 static int get_domain_from_handle(remote_handle64 local, int *domain) { in get_domain_from_handle()
614 static int alloc_handle(int domain, remote_handle64 remote, struct handle_info **info) { in alloc_handle()
[all …]
Dadspmsgd_adsp1_stub.c459 __QAIC_STUB_EXPORT int __QAIC_STUB(adspmsgd_adsp1_skel_handle_invoke)(remote_handle64 _h, uint32_t … in __QAIC_STUB()
465 __QAIC_STUB_EXPORT int __QAIC_STUB(adspmsgd_adsp1_open)(const char* uri, remote_handle64* h) __QAIC… in __QAIC_STUB()
468 __QAIC_STUB_EXPORT int __QAIC_STUB(adspmsgd_adsp1_close)(remote_handle64 h) __QAIC_STUB_ATTRIBUTE { in __QAIC_STUB()
471 static __inline int _stub_method(remote_handle64 _handle, uint32_t _mid) { in _stub_method()
478 __QAIC_STUB_EXPORT int __QAIC_STUB(adspmsgd_adsp1_init2)(remote_handle64 _handle) __QAIC_STUB_ATTRI… in __QAIC_STUB()
482 __QAIC_STUB_EXPORT int __QAIC_STUB(adspmsgd_adsp1_deinit)(remote_handle64 _handle) __QAIC_STUB_ATTR… in __QAIC_STUB()
Dlog_config.c61 #define INVALID_HANDLE (remote_handle64)(-1)
84 remote_handle64 get_adsp_current_process1_handle(int domain);
85 remote_handle64 get_adspmsgd_adsp1_handle(int domain);
97 remote_handle64 handle; in parseLogConfig()
174 remote_handle64 handle; in readLogConfigFromPath()
283 remote_handle64 handle; in resetLogConfigFromEvent()
326 remote_handle64 handle; in file_watcher_thread()
394 remote_handle64 handle; in deinitFileWatcher()