OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:camera3_device
(Results
1 - 6
of
6
) sorted by null
/device/generic/goldfish/camera/
EmulatedCamera3.h
43
class EmulatedCamera3 : public
camera3_device
, public EmulatedBaseCamera {
124
static int initialize(const struct
camera3_device
*,
129
static int configure_streams(const struct
camera3_device
*,
132
static int register_stream_buffers(const struct
camera3_device
*,
138
const struct
camera3_device
*, int type);
142
static int process_capture_request(const struct
camera3_device
*,
EmulatedCamera3.cpp
212
int EmulatedCamera3::initialize(const struct
camera3_device
*d,
218
int EmulatedCamera3::configure_streams(const struct
camera3_device
*d,
225
const struct
camera3_device
*d,
232
const struct
camera3_device
*d,
/hardware/libhardware/include/hardware/
camera3.h
2045
typedef struct
camera3_device
{
struct
[
all
...]
/frameworks/av/services/camera/libcameraservice/camera3/
Camera3StreamInterface.h
80
virtual status_t finishConfiguration(
camera3_device
*hal3Device) = 0;
Camera3Stream.h
142
status_t finishConfiguration(
camera3_device
*hal3Device);
271
status_t registerBuffersLocked(
camera3_device
*hal3Device);
Camera3Stream.cpp
127
status_t Camera3Stream::finishConfiguration(
camera3_device
*hal3Device) {
272
status_t Camera3Stream::registerBuffersLocked(
camera3_device
*hal3Device) {
Completed in 87 milliseconds