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

  /external/bluetooth/bluez/audio/
telephony-maemo5.c 927 const char *number, *call_path; local
931 DBUS_TYPE_OBJECT_PATH, &call_path,
938 call = find_call(call_path);
941 call_path);
945 DBG("Incoming call to %s from number %s", call_path, number);
963 const char *number, *call_path; local
967 DBUS_TYPE_OBJECT_PATH, &call_path,
974 call = find_call(call_path);
977 call_path);
981 DBG("Outgoing call from %s to number %s", call_path, number)
    [all...]
telephony-maemo6.c 887 const char *number, *call_path; local
891 DBUS_TYPE_OBJECT_PATH, &call_path,
898 call = find_call(call_path);
901 call_path);
905 DBG("Incoming call to %s from number %s", call_path, number);
923 const char *number, *call_path; local
927 DBUS_TYPE_OBJECT_PATH, &call_path,
934 call = find_call(call_path);
937 call_path);
941 DBG("Outgoing call from %s to number %s", call_path, number)
    [all...]

Completed in 86 milliseconds