Searched refs:GKI_NO_NEW_TMRS_STARTED (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/gki/common/
H A Dgki_time.c29 #define GKI_NO_NEW_TMRS_STARTED (0x7fffffffL) /* Largest signed positive timer count */ macro
358 next_expiration = GKI_NO_NEW_TMRS_STARTED;
465 if (next_expiration < GKI_NO_NEW_TMRS_STARTED)
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki_time.c30 #define GKI_NO_NEW_TMRS_STARTED (0x7fffffffL) /* Largest signed positive timer count */ macro
435 next_expiration = GKI_NO_NEW_TMRS_STARTED;
558 if (next_expiration < GKI_NO_NEW_TMRS_STARTED)
/external/libnfc-nci/src/gki/common/
H A Dgki_time.c30 #define GKI_NO_NEW_TMRS_STARTED (0x7fffffffL) /* Largest signed positive timer count */ macro
435 next_expiration = GKI_NO_NEW_TMRS_STARTED;
558 if (next_expiration < GKI_NO_NEW_TMRS_STARTED)

Completed in 2464 milliseconds