/external/bluetooth/bluedroid/test/suite/support/ |
hal.c | 25 static bool set_wake_alarm(uint64_t delay_millis, bool should_wake, alarm_cb cb, void *data); 33 set_wake_alarm, 74 static bool set_wake_alarm(uint64_t delay_millis, bool should_wake, alarm_cb cb, void *data) { function
|
/external/bluetooth/bluedroid/osi/test/ |
alarm_test.cpp | 57 static bool set_wake_alarm(uint64_t delay_millis, bool, alarm_cb cb, void *data) { function 83 set_wake_alarm,
|
/external/bluetooth/bluedroid/test/bluedroidtest/ |
bluedroidtest.c | 505 static bool set_wake_alarm(uint64_t delay_millis, bool should_wake, alarm_cb cb, void *data) { function 539 set_wake_alarm,
|
/external/bluetooth/bluedroid/osi/src/ |
alarm.c | 278 if (!bt_os_callouts->set_wake_alarm(next_exp, true, timer_callback, next))
|
/external/bluetooth/bluedroid/gki/ulinux/ |
gki_ulinux.c | 239 if (!bt_os_callouts->set_wake_alarm(ticks_in_millis, true, bt_alarm_cb, &alarm_service)) [all...] |