Home
last modified time | relevance | path

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

/hardware/interfaces/threadnetwork/aidl/default/
Dservice.hpp24 class Service : public ot::Posix::Mainloop::Source { class
Dservice.cpp28 Service::Service(void) : mBinderFd(-1) { in Service() function in aidl::android::hardware::threadnetwork::Service
/hardware/google/aemu/host-common/include/host-common/
DMultiDisplayPipe.h27 Service(const char* serviceName) in Service() function
DAndroidPipe.h88 explicit Service(const char* name) : mName(name) {} in Service() function
DAndroidAsyncMessagePipe.h109 Service(const char* serviceName) : AndroidPipe::Service(serviceName) {} in Service() function
/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
DGLProcessPipe.cpp61 class Service : public AndroidPipe::Service { class in android::opengl::__anon58631a930111::GLProcessPipe
63 Service() : AndroidPipe::Service("GLProcessPipe") {} in Service() function in android::opengl::__anon58631a930111::GLProcessPipe::Service
DOpenglEsPipe.cpp81 class Service : public AndroidPipe::Service { class in android::opengl::__anon4c39017e0111::EmuglPipe
83 Service() : AndroidPipe::Service("opengles") {} in Service() function in android::opengl::__anon4c39017e0111::EmuglPipe::Service
/hardware/google/aemu/host-common/
DRefcountPipe.cpp88 RefcountPipe::Service::Service() : AndroidPipe::Service("refcount") {} in Service() function in android::emulation::RefcountPipe::Service
DAndroidPipe.cpp64 using Service = android::AndroidPipe::Service; typedef