Searched refs:unsubscribeGroup (Results 1 – 10 of 10) sorted by relevance
40 void unsubscribeGroup(in int nlFamily, in int interceptorNlPid, in int nlGroup); in unsubscribeGroup() method
77 void unsubscribeGroup(in InterceptedSocket handle, in int nlGroup); in unsubscribeGroup() method
103 ndk::ScopedAStatus NetlinkInterceptor::unsubscribeGroup( in unsubscribeGroup() function in android::nlinterceptor::NetlinkInterceptor115 if (!interceptor->unsubscribeGroup(nlGroup)) { in unsubscribeGroup()
70 bool unsubscribeGroup(uint32_t nlGroup);
49 ndk::ScopedAStatus unsubscribeGroup(
125 bool InterceptorRelay::unsubscribeGroup(uint32_t nlGroup) { in unsubscribeGroup() function in android::nlinterceptor::InterceptorRelay
40 …void unsubscribeGroup(in android.hardware.net.nlinterceptor.InterceptedSocket handle, in int nlGro… in unsubscribeGroup() method
135 auto aidlStatus = getInstance().unsubscribeGroup(sock, group); in unsubscribe()
170 aidlStatus = mNlInterceptorService->unsubscribeGroup(interceptedSocket, in TEST_P()