Searched refs:subscribeGroup (Results 1 – 10 of 10) sorted by relevance
39 void subscribeGroup(in int nlFamily, in int interceptorNlPid, in int nlGroup); in subscribeGroup() method
69 void subscribeGroup(in InterceptedSocket handle, in int nlGroup); in subscribeGroup() method
83 ndk::ScopedAStatus NetlinkInterceptor::subscribeGroup( in subscribeGroup() function in android::nlinterceptor::NetlinkInterceptor95 if (!interceptor->subscribeGroup(nlGroup)) { in subscribeGroup()
62 bool subscribeGroup(uint32_t nlGroup);
45 ndk::ScopedAStatus subscribeGroup(
121 bool InterceptorRelay::subscribeGroup(uint32_t nlGroup) { in subscribeGroup() function in android::nlinterceptor::InterceptorRelay
39 …void subscribeGroup(in android.hardware.net.nlinterceptor.InterceptedSocket handle, in int nlGroup… in subscribeGroup() method
130 auto aidlStatus = getInstance().subscribeGroup(sock, group); in subscribe()
150 mNlInterceptorService->subscribeGroup(interceptedSocket, RTNLGRP_LINK); in TEST_P()