Home
last modified time | relevance | path

Searched defs:set_backend (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/crosvm/vhost/src/
H A Dnet.rs42 fn set_backend(&self, queue_index: usize, descriptor: Option<&T>) -> Result<()>; in set_backend() method
65 fn set_backend(&self, queue_index: usize, event: Option<&T>) -> Result<()> { in set_backend() function
131 fn set_backend(&self, _queue_index: usize, _fd: Option<&T>) -> Result<()> { in set_backend() function
/aosp_15_r20/external/perfetto/src/tracing/test/
H A Dproxy_producer_endpoint.h32 void set_backend(ProducerEndpoint* backend) { backend_ = backend; } in set_backend() function
/aosp_15_r20/external/rust/android-crates-io/crates/vhost/src/
Dnet.rs18 fn set_backend(&self, queue_idx: usize, fd: Option<&File>) -> Result<()>; in set_backend() method
/aosp_15_r20/out/soong/.intermediates/frameworks/proto_logging/stats/libstats_proto_host/linux_glibc_x86_64_shared/gen/proto/frameworks/proto_logging/stats/atoms/aiwallpapers/
Daiwallpapers_extension_atoms.pb.h1281 inline void AiWallpapersButtonPressed::set_backend(::android::os::statsd::aiwallpapers::AiWallpaper… in set_backend() function
1636 inline void AiWallpapersWallpaperSet::set_backend(::android::os::statsd::aiwallpapers::AiWallpapers… in set_backend() function
1809 inline void AiWallpapersSessionSummary::set_backend(::android::os::statsd::aiwallpapers::AiWallpape… in set_backend() function
/aosp_15_r20/external/rust/android-crates-io/crates/vhost/src/vhost_kern/
Dnet.rs42 fn set_backend(&self, queue_index: usize, fd: Option<&File>) -> Result<()> { in set_backend() method
/aosp_15_r20/external/python/mako/test/
Dtest_cache.py45 def set_backend(self, cache, backend): member in MockCacheImpl
/aosp_15_r20/external/drm_hwcomposer/hwc2_device/
H A DHwcDisplay.cpp1310 void HwcDisplay::set_backend(std::unique_ptr<Backend> backend) { in set_backend() function in android::HwcDisplay