HomeSort by relevance Sort by last modified time
    Searched defs:BinderServer (Results 1 - 2 of 2) sorted by null

  /system/webservd/libwebserv/
binder_server.cc 32 BinderServer::BinderServer(brillo::MessageLoop* message_loop,
41 base::Bind(&BinderServer::TryConnecting,
45 void BinderServer::TryConnecting() {
58 base::Bind(&BinderServer::TryConnecting,
64 void BinderServer::ClearLocalState() {
75 bool BinderServer::BuildLocalState(android::sp<android::IBinder> server) {
binder_server.h 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);

Completed in 284 milliseconds