Searched refs:PA_DBUS_ERROR_NOT_FOUND (Results 1 - 7 of 7) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
H A D | protocol-dbus.h | 38 #define PA_DBUS_ERROR_NOT_FOUND PA_DBUS_CORE_INTERFACE ".NotFoundError" macro
|
/third_party/pulseaudio/src/modules/dbus/ |
H A D | iface-card.c | 347 pa_dbus_send_error(conn, msg, PA_DBUS_ERROR_NOT_FOUND, "%s: No such profile.", new_active_path); in handle_set_active_profile() 440 pa_dbus_send_error(conn, msg, PA_DBUS_ERROR_NOT_FOUND, "%s: No such profile on card %s.", profile_name, c->card->name); in handle_get_profile_by_name()
|
H A D | iface-core.c | 720 pa_dbus_send_error(conn, msg, PA_DBUS_ERROR_NOT_FOUND, "%s: No such sink.", object_path); in handle_set_fallback_sink() 808 pa_dbus_send_error(conn, msg, PA_DBUS_ERROR_NOT_FOUND, "%s: No such source.", object_path); in handle_set_fallback_source() 1190 pa_dbus_send_error(conn, msg, PA_DBUS_ERROR_NOT_FOUND, "No such card."); in handle_get_card_by_name() 1215 pa_dbus_send_error(conn, msg, PA_DBUS_ERROR_NOT_FOUND, "%s: No such sink.", sink_name); in handle_get_sink_by_name() 1240 pa_dbus_send_error(conn, msg, PA_DBUS_ERROR_NOT_FOUND, "%s: No such source.", source_name); in handle_get_source_by_name() 1265 pa_dbus_send_error(conn, msg, PA_DBUS_ERROR_NOT_FOUND, "No such sample."); in handle_get_sample_by_name()
|
H A D | iface-stream.c | 622 pa_dbus_send_error(conn, msg, PA_DBUS_ERROR_NOT_FOUND, "%s: No such sink.", device); in handle_move() 635 pa_dbus_send_error(conn, msg, PA_DBUS_ERROR_NOT_FOUND, "%s: No such source.", device); in handle_move()
|
H A D | iface-device.c | 763 pa_dbus_send_error(conn, msg, PA_DBUS_ERROR_NOT_FOUND, "No such port: %s", new_active_path); in handle_set_active_port() 981 pa_dbus_send_error(conn, msg, PA_DBUS_ERROR_NOT_FOUND, in handle_get_port_by_name() 984 pa_dbus_send_error(conn, msg, PA_DBUS_ERROR_NOT_FOUND, in handle_get_port_by_name()
|
H A D | iface-sample.c | 418 pa_dbus_send_error(conn, msg, PA_DBUS_ERROR_NOT_FOUND, "%s: No such sink.", sink_path); in handle_play_to_sink()
|
/third_party/pulseaudio/src/modules/ |
H A D | module-stream-restore.c | 696 pa_dbus_send_error(conn, msg, PA_DBUS_ERROR_NOT_FOUND, "No such stream restore entry."); in handle_get_entry_by_name()
|
Completed in 22 milliseconds