Home
last modified time | relevance | path

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

/hardware/interfaces/staging/threadnetwork/aidl/default/
Dservice.hpp27 class Service : public ot::Posix::Mainloop::Source { class
Dservice.cpp30 Service::Service(char* urls[], int numUrls) : 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.h108 Service(const char* serviceName) : AndroidPipe::Service(serviceName) {} in Service() function
/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