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

  /external/bluetooth/bluedroid/gki/common/
gki.h 123 #ifndef TASKPTR
124 typedef void (*TASKPTR)(UINT32);
141 GKI_API extern UINT8 GKI_create_task (TASKPTR, UINT8, INT8 *, UINT16 *, UINT16);
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki.h 370 #ifndef TASKPTR
371 typedef void (*TASKPTR)(UINT32);
388 GKI_API extern UINT8 GKI_create_task (TASKPTR, UINT8, INT8 *, UINT16 *, UINT16, void*, void*);
  /external/libnfc-nci/src/gki/common/
gki.h 373 #ifndef TASKPTR
374 typedef void (*TASKPTR)(UINT32);
391 GKI_API extern UINT8 GKI_create_task (TASKPTR, UINT8, INT8 *, UINT16 *, UINT16, void*, void*);

Completed in 93 milliseconds