Home
last modified time | relevance | path

Searched defs:nlGroup (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/wifi/netlinkinterceptor/aidl/aidl_api/android.hardware.net.nlinterceptor/current/android/hardware/net/nlinterceptor/
DIInterceptor.aidl39 …oid subscribeGroup(in android.hardware.net.nlinterceptor.InterceptedSocket handle, in int nlGroup); in subscribeGroup()
40 …d unsubscribeGroup(in android.hardware.net.nlinterceptor.InterceptedSocket handle, in int nlGroup); in unsubscribeGroup()
/hardware/interfaces/wifi/netlinkinterceptor/aidl/aidl_api/android.hardware.net.nlinterceptor/1/android/hardware/net/nlinterceptor/
DIInterceptor.aidl39 …oid subscribeGroup(in android.hardware.net.nlinterceptor.InterceptedSocket handle, in int nlGroup); in subscribeGroup()
40 …d unsubscribeGroup(in android.hardware.net.nlinterceptor.InterceptedSocket handle, in int nlGroup); in unsubscribeGroup()
/hardware/interfaces/wifi/netlinkinterceptor/aidl/android/hardware/net/nlinterceptor/
DIInterceptor.aidl69 void subscribeGroup(in InterceptedSocket handle, in int nlGroup); in subscribeGroup()
77 void unsubscribeGroup(in InterceptedSocket handle, in int nlGroup); in unsubscribeGroup()
/hardware/interfaces/wifi/netlinkinterceptor/aidl/aidl_api/NetlinkInterceptor/current/android/hardware/net/nlinterceptor/
DIInterceptor.aidl39 void subscribeGroup(in int nlFamily, in int interceptorNlPid, in int nlGroup); in subscribeGroup()
40 void unsubscribeGroup(in int nlFamily, in int interceptorNlPid, in int nlGroup); in unsubscribeGroup()
/hardware/interfaces/wifi/netlinkinterceptor/aidl/default/
DInterceptorRelay.cpp121 bool InterceptorRelay::subscribeGroup(uint32_t nlGroup) { in subscribeGroup()
125 bool InterceptorRelay::unsubscribeGroup(uint32_t nlGroup) { in unsubscribeGroup()
DNetlinkInterceptor.cpp86 auto nlGroup = static_cast<uint32_t>(nlGroupAidl); in subscribeGroup() local
106 auto nlGroup = static_cast<uint32_t>(nlGroupAidl); in unsubscribeGroup() local