OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:disable_timer
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/audio/legacy/libalsa-intf/
alsa_pcm.c
714
static int
disable_timer
(struct pcm *pcm) {
function
728
disable_timer
(pcm);
/external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c
477
bta_sys_stop_timer(&bta_dm_cb.
disable_timer
);
478
bta_dm_cb.
disable_timer
.p_cback = (TIMER_CBACK*)&bta_dm_disable_conn_down_timer_cback;
479
bta_sys_start_timer(&bta_dm_cb.
disable_timer
, 0, BTA_DISABLE_DELAY);
486
bta_dm_cb.
disable_timer
.p_cback = (TIMER_CBACK*)&bta_dm_disable_timer_cback;
487
bta_sys_start_timer(&bta_dm_cb.
disable_timer
, 0, 5000);
[
all
...]
bta_dm_int.h
742
TIMER_LIST_ENT
disable_timer
;
member in struct:__anon2490
Completed in 386 milliseconds