Home
last modified time | relevance | path

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

/external/fastrpc/inc/
Dremotectl.h70 __QAIC_HEADER_EXPORT int __QAIC_HEADER(remotectl_close)(int handle, char* dlerror, int dlerrorLen, …
/external/fastrpc/src/
Dremotectl_stub.c613 __QAIC_STUB_EXPORT int __QAIC_STUB(remotectl_close)(int handle, char* dlerror, int dlerrorLen, int*… in __QAIC_STUB() argument
Dfastrpc_apps_user.c929 VERIFY(AEE_SUCCESS == (nErr = remotectl_close(h, dlerrstr, sizeof(dlerrstr), &dlerr))); in remote_handle_close()