Home
last modified time | relevance | path

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

/external/fastrpc/inc/
Dremotectl.h69 __QAIC_HEADER_EXPORT int __QAIC_HEADER(remotectl_open)(const char* name, int* handle, char* dlerror…
/external/fastrpc/src/
Dremotectl_stub.c585 __QAIC_STUB_EXPORT int __QAIC_STUB(remotectl_open)(const char* name, int* handle, char* dlerror, in… in __QAIC_STUB() argument
Dfastrpc_apps_user.c877 …VERIFY(AEE_SUCCESS == (nErr = remotectl_open(name, (int*)ph, dlerrstr, sizeof(dlerrstr), &dlerr))); in remote_handle_open_domain()