Home
last modified time | relevance | path

Searched refs:InterceptorRelay (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/wifi/netlinkinterceptor/aidl/default/
DInterceptorRelay.cpp33 InterceptorRelay::InterceptorRelay(uint32_t nlFamily, uint32_t clientNlPid, in InterceptorRelay() function in android::nlinterceptor::InterceptorRelay
39 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()
DInterceptorRelay.h27 class InterceptorRelay {
36 InterceptorRelay(uint32_t nlFamily, uint32_t clientNlPid,
42 ~InterceptorRelay();
DNetlinkInterceptor.cpp31 std::unique_ptr<InterceptorRelay> interceptor = in createSocket()
32 std::make_unique<InterceptorRelay>(nlFamily, clientNlPid, clientName); in createSocket()
DNetlinkInterceptor.h32 std::unique_ptr<::android::nlinterceptor::InterceptorRelay>>;
DAndroid.bp42 "InterceptorRelay.cpp",