HomeSort by relevance Sort by last modified time
    Searched refs:TASKPTR (Results 1 - 11 of 11) 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*);
  /external/libnfc-nci/src/adaptation/
NfcAdaptation.cpp 169 GKI_create_task ((TASKPTR)NFCA_TASK, BTU_TASK, (INT8*)"NFCA_TASK", 0, 0, (pthread_cond_t*)NULL, NULL);
172 GKI_create_task ((TASKPTR)Thread, MMI_TASK, (INT8*)"NFCA_THREAD", 0, 0, (pthread_cond_t*)NULL, NULL);
260 GKI_create_task ((TASKPTR)nfc_task, NFC_TASK, (INT8*)"NFC_TASK", 0, 0, (pthread_cond_t*)CondVar, (pthread_mutex_t*)CondVar);
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_api.c 65 GKI_create_task ((TASKPTR)nfc_hal_main_task,
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 71 TASKPTR task_entry; /* Task entry function*/
368 UINT8 GKI_create_task (TASKPTR task_entry, UINT8 task_id, INT8 *taskname, UINT16 *stack, UINT16 stacksize)
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 85 TASKPTR task_entry; /* Task entry function*/
217 UINT8 GKI_create_task (TASKPTR task_entry, UINT8 task_id, INT8 *taskname, UINT16 *stack, UINT16 stacksize, void* pCondVar, void* pMutex)
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 84 TASKPTR task_entry; /* Task entry function*/
214 UINT8 GKI_create_task (TASKPTR task_entry, UINT8 task_id, INT8 *taskname, UINT16 *stack, UINT16 stacksize, void* pCondVar, void* pMutex)
    [all...]
  /external/bluetooth/bluedroid/main/
bte_main.c 216 GKI_create_task((TASKPTR)btu_task, BTU_TASK, BTE_BTU_TASK_STR,
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c     [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_media_task.c 776 retval = GKI_create_task((TASKPTR)btif_media_task, A2DP_MEDIA_TASK,
    [all...]

Completed in 79 milliseconds