OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CALL_STATUS_ALERTING
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluez/audio/
telephony-dummy.c
99
active_call_status =
CALL_STATUS_ALERTING
;
144
active_call_status =
CALL_STATUS_ALERTING
;
235
active_call_status =
CALL_STATUS_ALERTING
;
telephony.h
81
#define
CALL_STATUS_ALERTING
3
telephony-ofono.c
162
coming = find_vc_with_status(
CALL_STATUS_ALERTING
);
337
alerting = find_vc_with_status(
CALL_STATUS_ALERTING
);
359
vc = find_vc_with_status(
CALL_STATUS_ALERTING
);
701
vc->status =
CALL_STATUS_ALERTING
;
769
vc->status =
CALL_STATUS_ALERTING
;
799
case
CALL_STATUS_ALERTING
:
800
DBG("
CALL_STATUS_ALERTING
");
[
all
...]
telephony-maemo5.c
726
return
CALL_STATUS_ALERTING
;
[
all
...]
telephony-maemo6.c
755
return
CALL_STATUS_ALERTING
;
[
all
...]
Completed in 52 milliseconds