#include <libosso.h>
#include "queue.h"
Include dependency graph for rpc-osso.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
osso_context_t * | init_osso (void) |
init_osso: : A AlarmdQueue that will be notified on time changes, and where new events should be added to. | |
void | set_osso_callbacks (osso_context_t *osso, AlarmdQueue *queue) |
set_osso_callbacks: : A pointer to the osso_context_t struct, as returned by init_osso. | |
void | deinit_osso (osso_context_t *osso, AlarmdQueue *queue) |
deinit_osso: : The osso_context_t structure as returned by init_osso. |
|
deinit_osso: : The osso_context_t structure as returned by init_osso. : The AlarmdQueue that was passed to init_osso. Deinitializes osso connectivity. Stops listening on dbus buses. Definition at line 75 of file rpc-osso.c. References _dbus_message_in(), ENTER_FUNC, and LEAVE_FUNC. Referenced by main(). |
|
init_osso: : A AlarmdQueue that will be notified on time changes, and where new events should be added to. Initializes osso connectivity. Returns: The osso_context_t returned by osso_initialize or NULL on failure. Definition at line 42 of file rpc-osso.c. References ENTER_FUNC, and LEAVE_FUNC. Referenced by main(). |
|
set_osso_callbacks: : A pointer to the osso_context_t struct, as returned by init_osso. : The queue that the callbacks should affect. Starts listening on dbus system and session buses for incoming requests. Definition at line 57 of file rpc-osso.c. References _bogus_rpc_f(), _dbus_message_in(), _osso_hw_cb(), _osso_time_changed(), ENTER_FUNC, and LEAVE_FUNC. Referenced by main(). |