OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CSD_CALL_STATUS_HOLD
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluez/audio/
telephony-maemo6.c
90
#define
CSD_CALL_STATUS_HOLD
12
229
if (call->status !=
CSD_CALL_STATUS_HOLD
)
765
case
CSD_CALL_STATUS_HOLD
:
846
foreach_call_with_status(
CSD_CALL_STATUS_HOLD
,
868
held = find_call_with_status(
CSD_CALL_STATUS_HOLD
);
884
if (find_call_with_status(
CSD_CALL_STATUS_HOLD
) ||
973
find_call_with_status(
CSD_CALL_STATUS_HOLD
))
1101
if (find_call_with_status(
CSD_CALL_STATUS_HOLD
))
1138
case
CSD_CALL_STATUS_HOLD
:
1155
!find_call_with_status(
CSD_CALL_STATUS_HOLD
))
[
all
...]
telephony-maemo5.c
125
#define
CSD_CALL_STATUS_HOLD
12
275
if (call->status !=
CSD_CALL_STATUS_HOLD
)
736
case
CSD_CALL_STATUS_HOLD
:
813
foreach_call_with_status(
CSD_CALL_STATUS_HOLD
, release_call);
836
held = find_call_with_status(
CSD_CALL_STATUS_HOLD
);
852
if (find_call_with_status(
CSD_CALL_STATUS_HOLD
) ||
1084
if (find_call_with_status(
CSD_CALL_STATUS_HOLD
))
1121
case
CSD_CALL_STATUS_HOLD
:
1138
!find_call_with_status(
CSD_CALL_STATUS_HOLD
))
1143
find_call_with_status(
CSD_CALL_STATUS_HOLD
))
[
all
...]
Completed in 92 milliseconds