OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:foreach_call_with_status
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluez/audio/
telephony-maemo5.c
780
static void
foreach_call_with_status
(int status,
function
813
foreach_call_with_status
(CSD_CALL_STATUS_HOLD, release_call);
814
foreach_call_with_status
(CSD_CALL_STATUS_WAITING,
823
foreach_call_with_status
(CSD_CALL_STATUS_ACTIVE, release_call);
[
all
...]
telephony-maemo6.c
809
static void
foreach_call_with_status
(int status,
function
843
foreach_call_with_status
(CSD_CALL_STATUS_WAITING,
846
foreach_call_with_status
(CSD_CALL_STATUS_HOLD,
855
foreach_call_with_status
(CSD_CALL_STATUS_ACTIVE, release_call);
[
all
...]
Completed in 869 milliseconds