Home
last modified time | relevance | path

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

/aosp12/hardware/libhardware/include/hardware/
H A Dtv_input.h362 int (*close_stream)(struct tv_input_device* dev, int device_id, member
/aosp12/hardware/libhardware/modules/tv_input/
H A Dtv_input.cpp134 dev->device.close_stream = tv_input_close_stream; in tv_input_device_open()
/aosp12/hardware/qcom/audio/hal/audio_extn/
H A 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()
/aosp12/hardware/interfaces/tv/input/1.0/default/
H A DTvInput.cpp131 int ret = mDevice->close_stream(mDevice, deviceId, streamId); in closeStream()