HomeSort by relevance Sort by last modified time
    Searched refs:tv_input_device (Results 1 - 4 of 4) sorted by null

  /hardware/libhardware/include/hardware/
tv_input.h 242 void (*notify)(struct tv_input_device* dev,
304 typedef struct tv_input_device { struct
321 int (*initialize)(struct tv_input_device* dev,
335 int (*get_stream_configurations)(const struct tv_input_device* dev,
350 int (*open_stream)(struct tv_input_device* dev, int device_id,
362 int (*close_stream)(struct tv_input_device* dev, int device_id,
385 int (*request_capture)(struct tv_input_device* dev, int device_id,
397 int (*cancel_capture)(struct tv_input_device* dev, int device_id,
  /hardware/libhardware/modules/tv_input/
tv_input.cpp 57 static int tv_input_initialize(struct tv_input_device* dev,
75 const struct tv_input_device*, int, int*, const tv_stream_config_t**)
80 static int tv_input_open_stream(struct tv_input_device*, int, tv_stream_t*)
85 static int tv_input_close_stream(struct tv_input_device*, int, int)
91 struct tv_input_device*, int, int, buffer_handle_t, uint32_t)
96 static int tv_input_cancel_capture(struct tv_input_device*, int, int, uint32_t)
  /hardware/interfaces/tv/input/1.0/default/
TvInput.h 54 static void notify(struct tv_input_device* __unused, tv_input_event_t* event,
TvInput.cpp 144 void TvInput::notify(struct tv_input_device* __unused, tv_input_event_t* event,

Completed in 561 milliseconds