Home
last modified time | relevance | path

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

/external/fastrpc/src/
Dadsp_default_listener.c71 VERIFY(0 == (nErr = remote_handle_open(name, &fd))); in adsp_default_listener_start()
73 VERIFY(0 == (nErr = remote_handle_open(ITRANSPORT_PREFIX "geteventfd", in adsp_default_listener_start()
Dsymbols.lst31 remote_handle_open;
Dadsp_default_listener_stub.c429 return __QAIC_REMOTE(remote_handle_open)((const char*)ctx, ph); in _adsp_default_listener_pls_ctor()
Dadspmsgd_adsp_stub.c479 return __QAIC_REMOTE(remote_handle_open)((const char*)ctx, ph); in _adspmsgd_adsp_pls_ctor()
Dadsp_perf_stub.c480 return __QAIC_REMOTE(remote_handle_open)((const char*)ctx, ph); in _adsp_perf_pls_ctor()
Dremotectl_stub.c481 return __QAIC_REMOTE(remote_handle_open)((const char*)ctx, ph); in _remotectl_pls_ctor()
Dadsp_current_process_stub.c482 return __QAIC_REMOTE(remote_handle_open)((const char*)ctx, ph); in _adsp_current_process_pls_ctor()
Dadsp_listener_stub.c434 return __QAIC_REMOTE(remote_handle_open)((const char*)ctx, ph); in _adsp_listener_pls_ctor()
Dfastrpc_apps_user.c893 int remote_handle_open(const char* name, remote_handle *ph) { in remote_handle_open() function
/external/fastrpc/inc/
Dremote.h134 __QAIC_REMOTE_EXPORT int __QAIC_REMOTE(remote_handle_open)(const char* name, remote_handle *ph) __Q…