HomeSort by relevance Sort by last modified time
    Searched refs:foreach_call_with_status (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluez/audio/
telephony-maemo5.c 790 static void foreach_call_with_status(int status, function
823 foreach_call_with_status(CSD_CALL_STATUS_HOLD, release_call);
824 foreach_call_with_status(CSD_CALL_STATUS_WAITING,
833 foreach_call_with_status(CSD_CALL_STATUS_ACTIVE, release_call);
    [all...]
telephony-maemo6.c 750 static void foreach_call_with_status(int status, function
783 foreach_call_with_status(CSD_CALL_STATUS_HOLD, release_call);
784 foreach_call_with_status(CSD_CALL_STATUS_WAITING,
793 foreach_call_with_status(CSD_CALL_STATUS_ACTIVE, release_call);
    [all...]

Completed in 33 milliseconds