Home
last modified time | relevance | path

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

/aosp12/hardware/libhardware/include/hardware/
H A Dtv_input.h397 int (*cancel_capture)(struct tv_input_device* dev, int device_id, member
/aosp12/hardware/libhardware/modules/tv_input/
H A Dtv_input.cpp136 dev->device.cancel_capture = tv_input_cancel_capture; in tv_input_device_open()
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_tv_TvInputHal.cpp164 mDevice->cancel_capture(mDevice, mDeviceId, mStream.stream_id, mSeq); in setSurfaceLocked()