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

  /system/nfc/halimpl/bcm2079x/gki/common/
gki_time.c 84 gki_cb.com.p_tick_cb = NULL;
209 if (gki_cb.com.p_tick_cb) {
212 (gki_cb.com.p_tick_cb)(true);
323 if (gki_cb.com.p_tick_cb) {
334 (gki_cb.com.p_tick_cb)(false); /* stop system tick */
386 if (gki_cb.com.p_tick_cb) {
388 (gki_cb.com.p_tick_cb)(false); /* stop system tick */
575 gki_cb.com.p_tick_cb = p_callback;
gki_common.h 365 SYSTEM_TICK_CBACK* p_tick_cb; member in struct:__anon114627
367 p_tick_cb is not NULL */
  /system/nfc/src/gki/common/
gki_time.c 83 gki_cb.com.p_tick_cb = NULL;
206 if (gki_cb.com.p_tick_cb) {
209 (gki_cb.com.p_tick_cb)(true);
319 if (gki_cb.com.p_tick_cb) {
330 (gki_cb.com.p_tick_cb)(false); /* stop system tick */
380 if (gki_cb.com.p_tick_cb) {
382 (gki_cb.com.p_tick_cb)(false); /* stop system tick */
567 gki_cb.com.p_tick_cb = p_callback;
gki_common.h 272 SYSTEM_TICK_CBACK* p_tick_cb; member in struct:__anon114656
274 p_tick_cb is not NULL */

Completed in 3206 milliseconds