Searched refs:__QAIC_REMOTE_EXPORT (Results 1 – 2 of 2) sorted by relevance
/external/fastrpc/inc/ |
D | remote.h | 99 #ifndef __QAIC_REMOTE_EXPORT 101 #define __QAIC_REMOTE_EXPORT __declspec(dllexport) macro 103 #define __QAIC_REMOTE_EXPORT macro 134 __QAIC_REMOTE_EXPORT int __QAIC_REMOTE(remote_handle_open)(const char* name, remote_handle *ph) __Q… 135 __QAIC_REMOTE_EXPORT int __QAIC_REMOTE(remote_handle64_open)(const char* name, remote_handle64 *ph)… 142 __QAIC_REMOTE_EXPORT int __QAIC_REMOTE(remote_handle_invoke)(remote_handle h, uint32_t dwScalars, r… 143 __QAIC_REMOTE_EXPORT int __QAIC_REMOTE(remote_handle64_invoke)(remote_handle64 h, uint32_t dwScalar… 147 __QAIC_REMOTE_EXPORT int __QAIC_REMOTE(remote_handle_close)(remote_handle h) __QAIC_REMOTE_ATTRIBUT… 148 __QAIC_REMOTE_EXPORT int __QAIC_REMOTE(remote_handle64_close)(remote_handle64 h) __QAIC_REMOTE_ATTR… 159 __QAIC_REMOTE_EXPORT int __QAIC_REMOTE(remote_handle_control)(uint32_t req, void* data, uint32_t da… [all …]
|
D | remote64.h | 61 #ifndef __QAIC_REMOTE_EXPORT 63 #define __QAIC_REMOTE_EXPORT __declspec(dllexport) macro 65 #define __QAIC_REMOTE_EXPORT macro 82 __QAIC_REMOTE_EXPORT int __QAIC_REMOTE(remote_mmap64)(int fd, uint32_t flags, uint64_t vaddrin, int… 90 __QAIC_REMOTE_EXPORT int __QAIC_REMOTE(remote_munmap64)(uint64_t vaddrout, int64_t size) __QAIC_REM…
|