OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CALL_STATUS_HELD
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluez/audio/
telephony.h
79
#define
CALL_STATUS_HELD
1
telephony-ofono.c
338
if (call->status ==
CALL_STATUS_HELD
&& alerting)
529
foreach_vc_with_status(
CALL_STATUS_HELD
, release_call);
553
if (find_vc_with_status(
CALL_STATUS_HELD
) ||
712
vc->status =
CALL_STATUS_HELD
;
713
if (find_vc_without_status(
CALL_STATUS_HELD
))
773
vc->status =
CALL_STATUS_HELD
;
[
all
...]
telephony-maemo5.c
737
return
CALL_STATUS_HELD
;
[
all
...]
telephony-maemo6.c
766
return
CALL_STATUS_HELD
;
[
all
...]
Completed in 461 milliseconds