Home
last modified time | relevance | path

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

/hardware/interfaces/tv/tuner/aidl/default/
Ddtv_plugin_api.h111 void (*close_stream)(struct dtv_streamer* streamer); member
Ddtv_plugin.cpp39 !interface_->open_stream || !interface_->close_stream || !interface_->read_stream) { in load()
/hardware/libhardware/include_all/hardware/
Dtv_input.h362 int (*close_stream)(struct tv_input_device* dev, int device_id, member
/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()