HomeSort by relevance Sort by last modified time
    Searched defs:EXPORT_API (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/include/
gki_target.h 30 #define EXPORT_API
34 #undef EXPORT_API
35 #define EXPORT_API __declspec(dllexport)
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/
gki_hal_target.h 37 #ifndef EXPORT_API
38 #define EXPORT_API
  /external/libnfc-nci/src/include/
gki_target.h 36 #define EXPORT_API
40 #undef EXPORT_API
41 #define EXPORT_API __declspec(dllexport)
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 384 milliseconds