Home | History | Annotate | Download | only in camera

Lines Matching full:service

18  * Contains emulated camera service implementation.
29 #include "android/camera/camera-service.h"
45 /* Defines name of the camera service. */
62 /* One and only one camera service. */
71 * query - Query string. Query string in the camera service are formatted as such:
269 /* Initialized webcam emulation record in camera service descriptor.
271 * csd - Camera service descriptor to initialize a record in.
293 /* Save to the camera info array that will be used by the service. */
310 /* Initializes camera service descriptor.
350 * cs - Initialized camera service descriptor.
397 * All replies to a query in camera service have a prefix indicating whether the
521 * opaque - Camera service descriptor.
563 /* Emulated camera factory client has been disconnected from the service. */
567 /* There is nothing to clean up here: factory service is just an alias for
568 * the "root" camera service, that doesn't require anything more, than camera
620 * as being not used when we destroy a service for it. */
639 * csd - Camera service descriptor.
642 * identifiying the camera device to create the service for. Also parameters
681 /* Get camera info for the emulated camera represented with this service.
683 * service was enumerating camera devices during the service initialization.
684 * By the camera service protocol, camera service clients must first obtain
685 * list of enumerated cameras via the 'list' query to the camera service, and
687 * service. So, if camera information for the given device name is not found
709 D("%s: Camera service is created for device '%s' using input channel %d",
1149 * opaque - Camera service descriptor.
1213 /* Emulated camera client has been disconnected from the service. */
1226 * Camera service API
1229 /* Connects a client to the camera service.
1230 * There are two classes of the client that can connect to the service:
1280 derror("%s: Could not register '%s' service",
1284 D("%s: Registered '%s' qemud service", __FUNCTION__, SERVICE_NAME);