Home
last modified time | relevance | path

Searched refs:remote_munmap64 (Results 1 – 4 of 4) sorted by relevance

/external/fastrpc/inc/
Dremote64.h90 __QAIC_REMOTE_EXPORT int __QAIC_REMOTE(remote_munmap64)(uint64_t vaddrout, int64_t size) __QAIC_REM…
/external/fastrpc/src/
Dsymbols.lst39 remote_munmap64;
Dapps_mem_imp.c164 VERIFY(0 == (nErr = remote_munmap64((uint64_t)vadsp, len))); in __QAIC_IMPL()
Dfastrpc_apps_user.c1228 int remote_munmap64(uint64_t vaddrout, int64_t size) { in remote_munmap64() function
1251 return remote_munmap64((uintptr_t)vaddrout, (int64_t)size); in remote_munmap()