Searched defs:FrontendClient (Results 1 – 9 of 9) sorted by relevance
20 pub struct FrontendClient { struct30 impl FrontendClient { implementation99 impl Frontend for FrontendClient { implementation
61 type FrontendClient; typedef66 pub fn NewFrontendClient(server: &CxxString) -> UniquePtr<FrontendClient>; in NewFrontendClient()71 self: &FrontendClient, in GetCapture()79 self: &FrontendClient, in SendGrpc()
45 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()
284 client: &cxx::UniquePtr<FrontendClient>, in get_filtered_captures()
61 struct FrontendClient : public RefBase { struct145 FrontendType mType;
29 FrontendClient::FrontendClient(shared_ptr<ITunerFrontend> tunerFrontend, FrontendType type) { in FrontendClient() function in android::FrontendClient
18 struct FrontendClient; struct20 impl FrontendService for FrontendClient { implementation
28 pub struct FrontendClient; struct30 impl FrontendService for FrontendClient { implementation
823 pub fn new(conn: FrontendClient, shmid: Option<u8>) -> Self { in new()