Searched refs:InterceptorRelay (Results 1 – 5 of 5) sorted by relevance
33 InterceptorRelay::InterceptorRelay(uint32_t nlFamily, uint32_t clientNlPid, in InterceptorRelay() function in android::nlinterceptor::InterceptorRelay39 InterceptorRelay::~InterceptorRelay() { in ~InterceptorRelay()44 uint32_t InterceptorRelay::getPid() { in getPid()50 void InterceptorRelay::relayMessages() { in relayMessages()99 bool InterceptorRelay::start() { in start()115 mRelayThread = std::thread(&InterceptorRelay::relayMessages, this); in start()121 bool InterceptorRelay::subscribeGroup(uint32_t nlGroup) { in subscribeGroup()125 bool InterceptorRelay::unsubscribeGroup(uint32_t nlGroup) { in unsubscribeGroup()
27 class InterceptorRelay {36 InterceptorRelay(uint32_t nlFamily, uint32_t clientNlPid,42 ~InterceptorRelay();
31 std::unique_ptr<InterceptorRelay> interceptor = in createSocket()32 std::make_unique<InterceptorRelay>(nlFamily, clientNlPid, clientName); in createSocket()
32 std::unique_ptr<::android::nlinterceptor::InterceptorRelay>>;
42 "InterceptorRelay.cpp",