Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/interfaces/wifi/netlinkinterceptor/aidl/aidl_api/android.hardware.net.nlinterceptor/1/android/hardware/net/nlinterceptor/
H A 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()
/aosp_15_r20/hardware/interfaces/wifi/netlinkinterceptor/aidl/aidl_api/android.hardware.net.nlinterceptor/current/android/hardware/net/nlinterceptor/
H A 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()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/wifi/netlinkinterceptor/aidl/android.hardware.net.nlinterceptor_interface/dump/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()
/aosp_15_r20/hardware/interfaces/wifi/netlinkinterceptor/aidl/android/hardware/net/nlinterceptor/
H A DIInterceptor.aidl69 void subscribeGroup(in InterceptedSocket handle, in int nlGroup); in subscribeGroup()
77 void unsubscribeGroup(in InterceptedSocket handle, in int nlGroup); in unsubscribeGroup()
/aosp_15_r20/hardware/interfaces/wifi/netlinkinterceptor/aidl/aidl_api/NetlinkInterceptor/current/android/hardware/net/nlinterceptor/
H A 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()
/aosp_15_r20/hardware/interfaces/wifi/netlinkinterceptor/aidl/default/
H A DInterceptorRelay.cpp121 bool InterceptorRelay::subscribeGroup(uint32_t nlGroup) { in subscribeGroup()
125 bool InterceptorRelay::unsubscribeGroup(uint32_t nlGroup) { in unsubscribeGroup()
H A DNetlinkInterceptor.cpp86 auto nlGroup = static_cast<uint32_t>(nlGroupAidl); in subscribeGroup() local
106 auto nlGroup = static_cast<uint32_t>(nlGroupAidl); in unsubscribeGroup() local