Lines Matching defs:service
112 // Opaque service information
119 struct opaque_vchi_service_t *service;
151 // Service registration & startup
155 const char * const vll_filename; /* VLL to load to start this service. This is an empty string if VLL is "static" */
156 VCHI_SERVICE_INIT init; /* Service initialisation function */
196 Global service API
198 // Routine to create a named service
203 // Routine to destory a service
206 // Routine to open a named service
214 // Routine to close a named service
217 // Routine to increment ref count on a named service
220 // Routine to decrement ref count on a named service
223 // Routine to set a control option for a named service
228 // Routine to send a message across a service
249 // Routine to receive a msg from a service
284 Global service support API - operations on held messages and message iterators