Home
last modified time | relevance | path

Searched defs:FrontendClient (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/crosvm/third_party/vmm_vhost/src/
H A Dfrontend_client.rs20 pub struct FrontendClient { struct
30 impl FrontendClient { implementation
99 impl Frontend for FrontendClient { implementation
/aosp_15_r20/tools/netsim/rust/cli/src/
H A Dffi.rs61 type FrontendClient; typedef
66 pub fn NewFrontendClient(server: &CxxString) -> UniquePtr<FrontendClient>; in NewFrontendClient()
71 self: &FrontendClient, in GetCapture()
79 self: &FrontendClient, in SendGrpc()
H A Dlib.rs45 client: &cxx::UniquePtr<FrontendClient>, in perform_streaming_request()
73 client: cxx::UniquePtr<FrontendClient>, in perform_command()
146 client: &cxx::UniquePtr<FrontendClient>, in continuous_perform_command()
H A Dargs.rs284 client: &cxx::UniquePtr<FrontendClient>, in get_filtered_captures()
/aosp_15_r20/frameworks/base/media/jni/tuner/
H A DFrontendClient.h61 struct FrontendClient : public RefBase { struct
145 FrontendType mType;
H A DFrontendClient.cpp29 FrontendClient::FrontendClient(shared_ptr<ITunerFrontend> tunerFrontend, FrontendType type) { in FrontendClient() function in android::FrontendClient
/aosp_15_r20/tools/netsim/rust/frontend/src/
H A Dnetsim_test_server.rs18 struct FrontendClient; struct
20 impl FrontendService for FrontendClient { implementation
/aosp_15_r20/tools/netsim/rust/daemon/src/grpc_server/
H A Dfrontend.rs28 pub struct FrontendClient; struct
30 impl FrontendService for FrontendClient { implementation
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/
H A Dhandler.rs823 pub fn new(conn: FrontendClient, shmid: Option<u8>) -> Self { in new()