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

  /system/nfc/src/nfc/nfc/
nfc_task.c 70 GKI_start_timer(NFC_TIMER_ID, GKI_SECS_TO_TICKS(1), true);
133 GKI_stop_timer(NFC_TIMER_ID);
151 GKI_stop_timer(NFC_TIMER_ID);
317 GKI_stop_timer(NFC_TIMER_ID);
369 GKI_start_timer(NFC_TIMER_ID, GKI_SECS_TO_TICKS(1), true);
  /system/nfc/src/include/
nfc_target.h 67 #ifndef NFC_TIMER_ID
68 #define NFC_TIMER_ID (TIMER_0)

Completed in 83 milliseconds