Home
last modified time | relevance | path

Searched refs:close_stream (Results 1 – 4 of 4) 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/qcom/audio/hal/audio_extn/
Dcirrus_playback.c508 goto close_stream; in audio_extn_cirrus_calibration_thread()
515 goto close_stream; in audio_extn_cirrus_calibration_thread()
526 close_stream: in audio_extn_cirrus_calibration_thread()
/hardware/interfaces/tv/input/1.0/default/
DTvInput.cpp131 int ret = mDevice->close_stream(mDevice, deviceId, streamId); in closeStream()