Searched refs:GKI_TIMER_TICK_RUN_COND (Results 1 - 6 of 6) sorted by path

/external/bluetooth/bluedroid/gki/ulinux/
H A Dgki_int.h88 #define GKI_TIMER_TICK_RUN_COND 1 macro
H A Dgki_ulinux.c201 p_os->no_timer_suspend = GKI_TIMER_TICK_RUN_COND;
553 if (GKI_TIMER_TICK_RUN_COND == *p_run_cond)
578 *p_run_cond = GKI_TIMER_TICK_RUN_COND;
837 } while ( GKI_TIMER_TICK_RUN_COND == *p_run_cond );
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Dgki_int.h49 #define GKI_TIMER_TICK_RUN_COND 1 macro
H A Dgki_ulinux.c177 p_os->no_timer_suspend = GKI_TIMER_TICK_RUN_COND;
423 *p_run_cond = GKI_TIMER_TICK_RUN_COND;
565 } while ( GKI_TIMER_TICK_RUN_COND == *p_run_cond);
/external/libnfc-nci/src/gki/ulinux/
H A Dgki_int.h49 #define GKI_TIMER_TICK_RUN_COND 1 macro
H A Dgki_ulinux.c174 p_os->no_timer_suspend = GKI_TIMER_TICK_RUN_COND;
423 *p_run_cond = GKI_TIMER_TICK_RUN_COND;
535 if (GKI_TIMER_TICK_RUN_COND != *p_run_cond)
543 } while ( GKI_TIMER_TICK_RUN_COND == *p_run_cond);

Completed in 320 milliseconds