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

  /external/bluetooth/bluedroid/hci/src/
lpm.c 85 uint8_t timer_created; member in struct:__anon3454
139 if (bt_lpm_cb.timer_created == FALSE)
149 bt_lpm_cb.timer_created = TRUE;
152 if (bt_lpm_cb.timer_created == TRUE)
179 if (bt_lpm_cb.timer_created == TRUE)
226 if (bt_lpm_cb.timer_created == TRUE)
271 if (bt_lpm_cb.timer_created == TRUE)
  /hardware/broadcom/libbt/src/
upio.c 82 uint8_t timer_created; member in struct:__anon32640
233 if (lpm_proc_cb.timer_created == TRUE)
236 lpm_proc_cb.timer_created = FALSE;
363 if (lpm_proc_cb.timer_created == TRUE)
366 lpm_proc_cb.timer_created = FALSE;
380 if (lpm_proc_cb.timer_created == FALSE)
394 lpm_proc_cb.timer_created = TRUE;
460 if (lpm_proc_cb.timer_created == TRUE)
  /external/bluetooth/bluedroid/main/
bte_main.c 71 BOOLEAN timer_created; member in struct:__anon3467
373 if (preload_retry_cb.timer_created == FALSE)
383 preload_retry_cb.timer_created = TRUE;
386 if (preload_retry_cb.timer_created == TRUE)
410 if (preload_retry_cb.timer_created == TRUE)
413 preload_retry_cb.timer_created = FALSE;

Completed in 1011 milliseconds