Searched defs:Service (Results 1 – 9 of 9) sorted by relevance
24 class Service : public ot::Posix::Mainloop::Source { class
28 Service::Service(void) : mBinderFd(-1) { in Service() function in aidl::android::hardware::threadnetwork::Service
27 Service(const char* serviceName) in Service() function
88 explicit Service(const char* name) : mName(name) {} in Service() function
109 Service(const char* serviceName) : AndroidPipe::Service(serviceName) {} in Service() function
61 class Service : public AndroidPipe::Service { class in android::opengl::__anon58631a930111::GLProcessPipe63 Service() : AndroidPipe::Service("GLProcessPipe") {} in Service() function in android::opengl::__anon58631a930111::GLProcessPipe::Service
81 class Service : public AndroidPipe::Service { class in android::opengl::__anon4c39017e0111::EmuglPipe83 Service() : AndroidPipe::Service("opengles") {} in Service() function in android::opengl::__anon4c39017e0111::EmuglPipe::Service
88 RefcountPipe::Service::Service() : AndroidPipe::Service("refcount") {} in Service() function in android::emulation::RefcountPipe::Service
64 using Service = android::AndroidPipe::Service; typedef