Searched refs:BinderServer (Results 1 – 3 of 3) sorted by relevance
32 BinderServer::BinderServer(brillo::MessageLoop* message_loop, in BinderServer() function in libwebserv::BinderServer41 base::Bind(&BinderServer::TryConnecting,45 void BinderServer::TryConnecting() { in TryConnecting()58 base::Bind(&BinderServer::TryConnecting, in TryConnecting()64 void BinderServer::ClearLocalState() { in ClearLocalState()75 bool BinderServer::BuildLocalState(android::sp<android::IBinder> server) { in BuildLocalState()
41 class LIBWEBSERV_PRIVATE BinderServer : public Server {43 BinderServer(brillo::MessageLoop* message_loop,47 ~BinderServer() override = default;80 base::WeakPtrFactory<BinderServer> weak_ptr_factory_{this};81 DISALLOW_COPY_AND_ASSIGN(BinderServer);
48 return unique_ptr<Server>(new BinderServer( in ConnectToServerViaBinder()