Searched defs:set_backend (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/crosvm/vhost/src/ |
H A D | net.rs | 42 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 D | proxy_producer_endpoint.h | 32 void set_backend(ProducerEndpoint* backend) { backend_ = backend; } in set_backend() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/vhost/src/ |
D | net.rs | 18 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/ |
D | aiwallpapers_extension_atoms.pb.h | 1281 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/ |
D | net.rs | 42 fn set_backend(&self, queue_index: usize, fd: Option<&File>) -> Result<()> { in set_backend() method
|
/aosp_15_r20/external/python/mako/test/ |
D | test_cache.py | 45 def set_backend(self, cache, backend): member in MockCacheImpl
|
/aosp_15_r20/external/drm_hwcomposer/hwc2_device/ |
H A D | HwcDisplay.cpp | 1310 void HwcDisplay::set_backend(std::unique_ptr<Backend> backend) { in set_backend() function in android::HwcDisplay
|