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

  /external/syslinux/core/
pxelinux.asm 361 jz .disable_timer
365 .disable_timer:
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_pcm.c 710 static int disable_timer(struct pcm *pcm) { function
724 disable_timer(pcm);
  /system/bt/bta/dm/
bta_dm_act.cc 309 bta_dm_cb.disable_timer = alarm_new("bta_dm.disable_timer");
333 alarm_free(bta_dm_cb.disable_timer);
511 alarm_set_on_queue(bta_dm_cb.disable_timer, BTA_DISABLE_DELAY,
518 alarm_set_on_queue(bta_dm_cb.disable_timer, BTA_DM_DISABLE_TIMER_MS,
557 bta_dm_cb.disable_timer, BTA_DM_DISABLE_TIMER_RETRIAL_MS,
    [all...]
bta_dm_int.h 614 alarm_t* disable_timer; member in struct:__anon105439

Completed in 292 milliseconds