Lines Matching refs:status_t
42 status_t initialize(camera_module_t *module);
43 status_t disconnect();
45 status_t dump(int fd, const Vector<String16>& args);
56 status_t capture(CameraMetadata &request);
62 status_t setStreamingRequest(const CameraMetadata &request);
67 status_t clearStreamingRequest();
74 status_t waitUntilRequestReceived(int32_t requestId, nsecs_t timeout);
86 status_t createStream(sp<ANativeWindow> consumer,
94 status_t createReprocessStreamFromStream(int outputId, int *id);
99 status_t getStreamInfo(int id,
105 status_t setStreamTransform(int id, int transform);
111 status_t deleteStream(int id);
117 status_t deleteReprocessStream(int id);
123 status_t createDefaultRequest(int templateId, CameraMetadata *request);
130 status_t waitUntilDrained();
151 status_t setNotifyCallback(NotificationListener *listener);
157 status_t waitForNextFrame(nsecs_t timeout);
163 status_t getNextFrame(CameraMetadata *frame);
170 status_t triggerAutofocus(uint32_t id);
177 status_t triggerCancelAutofocus(uint32_t id);
184 status_t triggerPrecaptureMetering(uint32_t id);
198 status_t pushReprocessBuffer(int reprocessStreamId,
224 status_t setConsumerDevice(camera2_device_t *d);
226 status_t setProducerDevice(camera2_device_t *d);
232 status_t enqueue(camera_metadata_t *buf);
233 status_t dequeue(camera_metadata_t **buf, bool incrementCount = false);
235 status_t waitForBuffer(nsecs_t timeout);
238 status_t waitForDequeue(int32_t id, nsecs_t timeout);
244 status_t setStreamSlot(camera_metadata_t *buf);
245 status_t setStreamSlot(const List<camera_metadata_t*> &bufs);
247 status_t dump(int fd, const Vector<String16>& args);
250 status_t signalConsumerLocked();
251 status_t freeBuffers(List<camera_metadata_t*>::iterator start,
319 status_t connectToDevice(sp<ANativeWindow> consumer,
322 status_t release();
324 status_t setTransform(int transform);
334 status_t dump(int fd, const Vector<String16>& args);
398 status_t connectToDevice(const sp<StreamAdapter> &outputStream);
400 status_t release();
406 status_t pushIntoStream(buffer_handle_t *handle,
419 status_t dump(int fd, const Vector<String16>& args);