HomeSort by relevance Sort by last modified time
    Searched defs:alarm_cancel (Results 1 - 2 of 2) sorted by null

  /system/bt/stack/test/
ble_advertiser_test.cc 73 void alarm_cancel(alarm_t* alarm) {} function
    [all...]
  /system/bt/osi/src/
alarm.cc 92 // potentially long-running callback is executing. |alarm_cancel| uses this
124 // This mutex ensures that the |alarm_set|, |alarm_cancel|, and alarm callback
200 alarm_cancel(alarm);
229 // Runs in exclusion with alarm_cancel and timer_callback.
250 void alarm_cancel(alarm_t* alarm) { function

Completed in 66 milliseconds