Searched refs:my_client (Results 1 - 1 of 1) sorted by relevance
/third_party/pulseaudio/src/modules/dbus/ |
H A D | iface-core.c | 1013 pa_client *my_client; in get_my_client() local 1018 pa_assert_se((my_client = pa_dbus_protocol_get_client(c->dbus_protocol, conn))); in get_my_client() 1020 return pa_dbusiface_client_get_path(pa_hashmap_get(c->clients, PA_UINT32_TO_PTR(my_client->index))); in get_my_client() 1025 const char *my_client; in handle_get_my_client() local 1031 my_client = get_my_client(c, conn); in handle_get_my_client() 1033 pa_dbus_send_basic_variant_reply(conn, msg, DBUS_TYPE_OBJECT_PATH, &my_client); in handle_get_my_client() 1086 const char *my_client; in handle_get_all() local 1119 my_client = get_my_client(c, conn); in handle_get_all() 1153 pa_dbus_append_basic_variant_dict_entry(&dict_iter, property_handlers[PROPERTY_HANDLER_MY_CLIENT].property_name, DBUS_TYPE_OBJECT_PATH, &my_client); in handle_get_all()
|
Completed in 4 milliseconds