Home
last modified time | relevance | path

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

/hardware/libhardware/include/hardware/
Dtv_input.h362 int (*close_stream)(struct tv_input_device* dev, int device_id, member
/hardware/libhardware/modules/tv_input/
Dtv_input.cpp134 dev->device.close_stream = tv_input_close_stream; in tv_input_device_open()
/hardware/interfaces/tv/input/1.0/default/
DTvInput.cpp131 int ret = mDevice->close_stream(mDevice, deviceId, streamId); in closeStream()