Searched refs:GKI_API (Results 1 – 16 of 16) sorted by relevance
/external/bluetooth/bluedroid/gki/common/ |
D | gki.h | 373 GKI_API extern UINT8 GKI_create_task (TASKPTR, UINT8, INT8 *, UINT16 *, UINT16); 374 GKI_API extern void GKI_destroy_task(UINT8 task_id); 375 GKI_API extern void GKI_task_self_cleanup(UINT8 task_id); 376 GKI_API extern void GKI_exit_task(UINT8); 377 GKI_API extern UINT8 GKI_get_taskid(void); 378 GKI_API extern void GKI_init(void); 379 GKI_API extern void GKI_shutdown(void); 380 GKI_API extern INT8 *GKI_map_taskname(UINT8); 381 GKI_API extern UINT8 GKI_resume_task(UINT8); 382 GKI_API extern void GKI_run(void *); [all …]
|
D | gki_common.h | 347 GKI_API extern BOOLEAN gki_chk_buf_damage(void *); 379 GKI_API extern void gki_print_used_bufs (FP_PRINT, UINT8);
|
D | gki_debug.c | 208 GKI_API void gki_print_used_bufs (FP_PRINT print, UINT8 pool_id) in gki_print_used_bufs()
|
/external/libnfc-nci/halimpl/bcm2079x/gki/common/ |
D | gki.h | 388 GKI_API extern UINT8 GKI_create_task (TASKPTR, UINT8, INT8 *, UINT16 *, UINT16, void*, void*); 389 GKI_API extern void GKI_exit_task(UINT8); 390 GKI_API extern UINT8 GKI_get_taskid(void); 391 GKI_API extern void GKI_init(void); 392 GKI_API extern UINT8 *GKI_map_taskname(UINT8); 393 GKI_API extern UINT8 GKI_resume_task(UINT8); 394 GKI_API extern void GKI_run(void *); 395 GKI_API extern void GKI_stop(void); 396 GKI_API extern UINT8 GKI_suspend_task(UINT8); 397 GKI_API extern UINT8 GKI_is_task_running(UINT8); [all …]
|
D | gki_common.h | 355 GKI_API extern BOOLEAN gki_chk_buf_damage(void *); 383 GKI_API extern void gki_print_used_bufs (FP_PRINT, UINT8);
|
D | gki_debug.c | 207 GKI_API void gki_print_used_bufs (FP_PRINT print, UINT8 pool_id) in gki_print_used_bufs()
|
/external/libnfc-nci/src/gki/common/ |
D | gki.h | 391 GKI_API extern UINT8 GKI_create_task (TASKPTR, UINT8, INT8 *, UINT16 *, UINT16, void*, void*); 392 GKI_API extern void GKI_exit_task(UINT8); 393 GKI_API extern UINT8 GKI_get_taskid(void); 394 GKI_API extern void GKI_init(void); 395 GKI_API extern INT8 *GKI_map_taskname(UINT8); 396 GKI_API extern UINT8 GKI_resume_task(UINT8); 397 GKI_API extern void GKI_run(void *); 398 GKI_API extern void GKI_stop(void); 399 GKI_API extern UINT8 GKI_suspend_task(UINT8); 400 GKI_API extern UINT8 GKI_is_task_running(UINT8); [all …]
|
D | gki_common.h | 355 GKI_API extern BOOLEAN gki_chk_buf_damage(void *); 383 GKI_API extern void gki_print_used_bufs (FP_PRINT, UINT8);
|
D | gki_debug.c | 207 GKI_API void gki_print_used_bufs (FP_PRINT print, UINT8 pool_id) in gki_print_used_bufs()
|
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/ |
D | gki_int.h | 68 GKI_API extern tGKI_CB gki_cb; 70 GKI_API extern tGKI_CB *gki_cb_ptr;
|
/external/libnfc-nci/src/gki/ulinux/ |
D | gki_int.h | 68 GKI_API extern tGKI_CB gki_cb; 70 GKI_API extern tGKI_CB *gki_cb_ptr;
|
/external/bluetooth/bluedroid/gki/ulinux/ |
D | gki_int.h | 106 GKI_API extern tGKI_CB gki_cb; 108 GKI_API extern tGKI_CB *gki_cb_ptr;
|
/external/libnfc-nci/halimpl/bcm2079x/hal/include/ |
D | gki_hal_target.h | 28 #ifndef GKI_API 29 #define GKI_API macro
|
/external/libnfc-nci/src/hal/include/ |
D | gki_hal_target.h | 28 #ifndef GKI_API 29 #define GKI_API macro
|
/external/bluetooth/bluedroid/include/ |
D | gki_target.h | 39 #define GKI_API EXPORT_API macro
|
/external/libnfc-nci/src/include/ |
D | gki_target.h | 45 #define GKI_API EXPORT_API macro
|