Searched refs:nlGroup (Results 1 – 8 of 8) sorted by relevance
/hardware/interfaces/wifi/netlinkinterceptor/aidl/default/ |
D | NetlinkInterceptor.cpp | 86 auto nlGroup = static_cast<uint32_t>(nlGroupAidl); in subscribeGroup() local 95 if (!interceptor->subscribeGroup(nlGroup)) { in subscribeGroup() 96 LOG(ERROR) << "Failed to subscribe " << sock << " to " << nlGroup; in subscribeGroup() 106 auto nlGroup = static_cast<uint32_t>(nlGroupAidl); in unsubscribeGroup() local 115 if (!interceptor->unsubscribeGroup(nlGroup)) { in unsubscribeGroup() 116 LOG(ERROR) << "Failed to unsubscribe " << sock << " from " << nlGroup; in unsubscribeGroup()
|
D | InterceptorRelay.cpp | 121 bool InterceptorRelay::subscribeGroup(uint32_t nlGroup) { in subscribeGroup() argument 122 return mNlSocket->addMembership(nlGroup); in subscribeGroup() 125 bool InterceptorRelay::unsubscribeGroup(uint32_t nlGroup) { in unsubscribeGroup() argument 126 return mNlSocket->dropMembership(nlGroup); in unsubscribeGroup()
|
D | InterceptorRelay.h | 62 bool subscribeGroup(uint32_t nlGroup); 70 bool unsubscribeGroup(uint32_t nlGroup);
|
D | NetlinkInterceptor.h | 47 int32_t nlGroup) override; 51 int32_t nlGroup) override;
|
/hardware/interfaces/wifi/netlinkinterceptor/aidl/aidl_api/NetlinkInterceptor/current/android/hardware/net/nlinterceptor/ |
D | IInterceptor.aidl | 39 void subscribeGroup(in int nlFamily, in int interceptorNlPid, in int nlGroup); in subscribeGroup() argument 40 void unsubscribeGroup(in int nlFamily, in int interceptorNlPid, in int nlGroup); in unsubscribeGroup() argument
|
/hardware/interfaces/wifi/netlinkinterceptor/aidl/android/hardware/net/nlinterceptor/ |
D | IInterceptor.aidl | 69 void subscribeGroup(in InterceptedSocket handle, in int nlGroup); in subscribeGroup() argument 77 void unsubscribeGroup(in InterceptedSocket handle, in int nlGroup); in unsubscribeGroup() argument
|
/hardware/interfaces/wifi/netlinkinterceptor/aidl/aidl_api/android.hardware.net.nlinterceptor/current/android/hardware/net/nlinterceptor/ |
D | IInterceptor.aidl | 39 …oid subscribeGroup(in android.hardware.net.nlinterceptor.InterceptedSocket handle, in int nlGroup); in subscribeGroup() argument 40 …d unsubscribeGroup(in android.hardware.net.nlinterceptor.InterceptedSocket handle, in int nlGroup); in unsubscribeGroup() argument
|
/hardware/interfaces/wifi/netlinkinterceptor/aidl/aidl_api/android.hardware.net.nlinterceptor/1/android/hardware/net/nlinterceptor/ |
D | IInterceptor.aidl | 39 …oid subscribeGroup(in android.hardware.net.nlinterceptor.InterceptedSocket handle, in int nlGroup); in subscribeGroup() argument 40 …d unsubscribeGroup(in android.hardware.net.nlinterceptor.InterceptedSocket handle, in int nlGroup); in unsubscribeGroup() argument
|