Home
last modified time | relevance | path

Searched defs:clear_feature (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/usb/backend/
H A Ddevice.rs204 fn clear_feature(&mut self, value: u16, index: u16) -> Result<TransferStatus> { in clear_feature() method
807 fn clear_feature(&mut self, value: u16, index: u16) -> Result<TransferStatus>; in clear_feature() method
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/example/
Dfeature.pb.h1659 inline void Features::clear_feature() { in clear_feature() function
1692 inline void FeatureList::clear_feature() { in clear_feature() function
/aosp_15_r20/external/coreboot/payloads/libpayload/drivers/usb/
H A Dusb.c203 clear_feature(usbdev_t *dev, int endp, int feature, int rtype) in clear_feature() function
/aosp_15_r20/external/crosvm/devices/src/usb/backend/fido_backend/
H A Dfido_passthrough.rs488 fn clear_feature(&mut self, _value: u16, _index: u16) -> BackendResult<TransferStatus> { in clear_feature() method
/aosp_15_r20/external/crosvm/devices/src/usb/backend/host_backend/
H A Dhost_device.rs277 fn clear_feature(&mut self, value: u16, index: u16) -> Result<TransferStatus> { in clear_feature() method
/aosp_15_r20/external/virglrenderer/src/
H A Dvrend_renderer.c406 static inline void clear_feature(enum features_id feature_id) in clear_feature() function