Lines Matching full:service
195 /* Encapsulates a connection to the 'camera' service in the emulator via qemu
211 /* Connects to the 'camera' service in the emulator via qemu pipe.
213 * param - Parameters to pass to the camera service. There are two types of
215 * 'camera factory' type of service that provides list of cameras
217 * service that provides interface to a camera connected to the host. At
220 * the 'factory' service, while connection with parameters means
221 * connection to an 'emulated camera' service, where camera is identified
224 * service, while not empty string passed here will establish connection
225 * with an 'emulated camera' service. Parameters defining the emulated
234 * from the factory service using 'list' query.
240 /* Disconnects from the service. */
243 /* Sends data to the service.
251 /* Receives data from the service.
258 * the data received from the service. The caller is responsible for
261 * service.
267 /* Sends a query, and receives a response from the service.
269 * query - Query to send to the service. When this method returns, the query
291 /* Camera service name. */
296 * Qemu client for the 'factory' service.
299 /* Encapsulates QemuClient for the 'factory' service. */
325 * service for that camera.
329 * by the camera service.
350 * Qemu client for an 'emulated camera' service.
353 /* Encapsulates QemuClient for an 'emulated camera' service.