HomeSort by relevance Sort by last modified time
    Searched refs:GKI_isend_event (Results 1 - 8 of 8) sorted by null

  /system/nfc/halimpl/bcm2079x/gki/common/
gki_time.c 442 GKI_isend_event(task_id, TIMER_0_EVT_MASK);
464 GKI_isend_event(task_id, TIMER_1_EVT_MASK);
486 GKI_isend_event(task_id, TIMER_2_EVT_MASK);
508 GKI_isend_event(task_id, TIMER_3_EVT_MASK);
gki.h 381 extern uint8_t GKI_isend_event(uint8_t, uint16_t);
gki_buffer.c     [all...]
  /system/nfc/src/gki/common/
gki_time.c 436 GKI_isend_event(task_id, TIMER_0_EVT_MASK);
458 GKI_isend_event(task_id, TIMER_1_EVT_MASK);
480 GKI_isend_event(task_id, TIMER_2_EVT_MASK);
502 GKI_isend_event(task_id, TIMER_3_EVT_MASK);
gki.h 376 extern uint8_t GKI_isend_event(uint8_t, uint16_t);
gki_buffer.c 1129 GKI_isend_event(task_id, (uint16_t)EVENT_MASK(mbox));
    [all...]
  /system/nfc/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 816 ** Function GKI_isend_event
835 uint8_t GKI_isend_event(uint8_t task_id, uint16_t event) {
836 GKI_TRACE_2("GKI_isend_event %d %x", task_id, event);
837 GKI_TRACE_2("GKI_isend_event %d %x done", task_id, event);
    [all...]
  /system/nfc/src/gki/ulinux/
gki_ulinux.c 781 ** Function GKI_isend_event
799 uint8_t GKI_isend_event(uint8_t task_id, uint16_t event) {
800 GKI_TRACE_2("GKI_isend_event %d %x", task_id, event);
801 GKI_TRACE_2("GKI_isend_event %d %x done", task_id, event);
    [all...]

Completed in 225 milliseconds