Searched defs:EXPORT_API (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/include/
H A Dgki_target.h30 #define EXPORT_API macro
34 #undef EXPORT_API macro
35 #define EXPORT_API __declspec(dllexport) macro
39 #define GKI_API EXPORT_API
40 #define UDRV_API EXPORT_API
394 EXPORT_API extern void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...);
/external/libnfc-nci/src/hal/include/
H A Dgki_hal_target.h37 #ifndef EXPORT_API
38 #define EXPORT_API macro
/external/libnfc-nci/src/include/
H A Dgki_target.h36 #define EXPORT_API macro
40 #undef EXPORT_API macro
41 #define EXPORT_API __declspec(dllexport) macro
45 #define GKI_API EXPORT_API
46 #define UDRV_API EXPORT_API
421 EXPORT_API extern void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...);

Completed in 81 milliseconds