OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GKI_API
(Results
1 - 15
of
15
) sorted by null
/external/bluetooth/bluedroid/gki/common/
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
...]
gki_common.h
349
GKI_API
extern BOOLEAN gki_chk_buf_damage(void *);
381
GKI_API
extern void gki_print_used_bufs (FP_PRINT, UINT8);
gki_debug.c
208
GKI_API
void gki_print_used_bufs (FP_PRINT print, UINT8 pool_id)
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
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
...]
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);
gki_debug.c
207
GKI_API
void gki_print_used_bufs (FP_PRINT print, UINT8 pool_id)
/external/libnfc-nci/src/gki/common/
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
...]
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);
gki_debug.c
207
GKI_API
void gki_print_used_bufs (FP_PRINT print, UINT8 pool_id)
/external/bluetooth/bluedroid/gki/ulinux/
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/gki/ulinux/
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/
gki_int.h
68
GKI_API
extern tGKI_CB gki_cb;
70
GKI_API
extern tGKI_CB *gki_cb_ptr;
/external/libnfc-nci/src/hal/include/
gki_hal_target.h
29
#ifndef
GKI_API
30
#define
GKI_API
/external/bluetooth/bluedroid/include/
gki_target.h
39
#define
GKI_API
EXPORT_API
/external/libnfc-nci/src/include/
gki_target.h
45
#define
GKI_API
EXPORT_API
Completed in 649 milliseconds