Home
last modified time | relevance | path

Searched refs:subscribeGroup (Results 1 – 10 of 10) sorted by relevance

/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() method
/hardware/interfaces/wifi/netlinkinterceptor/aidl/android/hardware/net/nlinterceptor/
DIInterceptor.aidl69 void subscribeGroup(in InterceptedSocket handle, in int nlGroup); in subscribeGroup() method
/hardware/interfaces/wifi/netlinkinterceptor/aidl/default/
DNetlinkInterceptor.cpp83 ndk::ScopedAStatus NetlinkInterceptor::subscribeGroup( in subscribeGroup() function in android::nlinterceptor::NetlinkInterceptor
95 if (!interceptor->subscribeGroup(nlGroup)) { in subscribeGroup()
DInterceptorRelay.h62 bool subscribeGroup(uint32_t nlGroup);
DNetlinkInterceptor.h45 ndk::ScopedAStatus subscribeGroup(
DInterceptorRelay.cpp121 bool InterceptorRelay::subscribeGroup(uint32_t nlGroup) { in subscribeGroup() function in android::nlinterceptor::InterceptorRelay
/hardware/interfaces/wifi/netlinkinterceptor/aidl/aidl_api/android.hardware.net.nlinterceptor/current/android/hardware/net/nlinterceptor/
DIInterceptor.aidl39 …void subscribeGroup(in android.hardware.net.nlinterceptor.InterceptedSocket handle, in int nlGroup… in subscribeGroup() method
/hardware/interfaces/wifi/netlinkinterceptor/aidl/aidl_api/android.hardware.net.nlinterceptor/1/android/hardware/net/nlinterceptor/
DIInterceptor.aidl39 …void subscribeGroup(in android.hardware.net.nlinterceptor.InterceptedSocket handle, in int nlGroup… in subscribeGroup() method
/hardware/interfaces/wifi/netlinkinterceptor/libnlinterceptor/
Dlibnlinterceptor.cpp130 auto aidlStatus = getInstance().subscribeGroup(sock, group); in subscribe()
/hardware/interfaces/wifi/netlinkinterceptor/vts/functional/
Dinterceptor_aidl_test.cpp150 mNlInterceptorService->subscribeGroup(interceptedSocket, RTNLGRP_LINK); in TEST_P()