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 917 const char *number, *call_path; local
921 DBUS_TYPE_OBJECT_PATH, &call_path,
928 call = find_call(call_path);
931 call_path);
935 DBG("Incoming call to %s from number %s", call_path, number);
953 const char *number, *call_path; local
957 DBUS_TYPE_OBJECT_PATH, &call_path,
964 call = find_call(call_path);
967 call_path);
971 DBG("Outgoing call from %s to number %s", call_path, number)
    [all...]
telephony-maemo6.c 949 const char *number, *call_path; local
953 DBUS_TYPE_OBJECT_PATH, &call_path,
960 call = find_call(call_path);
963 call_path);
967 DBG("Incoming call to %s from number %s", call_path, number);
986 const char *number, *call_path; local
990 DBUS_TYPE_OBJECT_PATH, &call_path,
997 call = find_call(call_path);
1000 call_path);
1004 DBG("Outgoing call from %s to number %s", call_path, number)
    [all...]

Completed in 3802 milliseconds