Home
last modified time | relevance | path

Searched refs:open_stream (Results 1 – 3 of 3) sorted by relevance

/hardware/libhardware/include/hardware/
Dtv_input.h350 int (*open_stream)(struct tv_input_device* dev, int device_id, member
/hardware/libhardware/modules/tv_input/
Dtv_input.cpp133 dev->device.open_stream = tv_input_open_stream; in tv_input_device_open()
/hardware/interfaces/tv/input/1.0/default/
DTvInput.cpp109 int ret = mDevice->open_stream(mDevice, deviceId, &stream); in openStream()