Home
last modified time | relevance | path

Searched refs:tv_input_device (Results 1 – 4 of 4) sorted by relevance

/hardware/libhardware/include/hardware/
Dtv_input.h242 void (*notify)(struct tv_input_device* dev,
304 typedef struct tv_input_device { struct
321 int (*initialize)(struct tv_input_device* dev, argument
335 int (*get_stream_configurations)(const struct tv_input_device* dev, argument
350 int (*open_stream)(struct tv_input_device* dev, int device_id, argument
362 int (*close_stream)(struct tv_input_device* dev, int device_id, argument
385 int (*request_capture)(struct tv_input_device* dev, int device_id, argument
397 int (*cancel_capture)(struct tv_input_device* dev, int device_id, argument
/hardware/libhardware/modules/tv_input/
Dtv_input.cpp57 static int tv_input_initialize(struct tv_input_device* dev, in tv_input_initialize()
75 const struct tv_input_device*, int, int*, const tv_stream_config_t**) in tv_input_get_stream_configurations() argument
80 static int tv_input_open_stream(struct tv_input_device*, int, tv_stream_t*) in tv_input_open_stream() argument
85 static int tv_input_close_stream(struct tv_input_device*, int, int) in tv_input_close_stream() argument
91 struct tv_input_device*, int, int, buffer_handle_t, uint32_t) in tv_input_request_capture() argument
96 static int tv_input_cancel_capture(struct tv_input_device*, int, int, uint32_t) in tv_input_cancel_capture() argument
/hardware/interfaces/tv/input/1.0/default/
DTvInput.h54 static void notify(struct tv_input_device* __unused, tv_input_event_t* event,
DTvInput.cpp144 void TvInput::notify(struct tv_input_device* __unused, tv_input_event_t* event, in notify()