Home
last modified time | relevance | path

Searched defs:tetherOffloadSetInterfaceQuota (Results 1 – 4 of 4) sorted by relevance

/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
DINetd.aidl123 void tetherOffloadSetInterfaceQuota(int ifIndex, long quotaBytes); in tetherOffloadSetInterfaceQuota() method
/system/netd/server/binder/android/net/
DINetd.aidl1293 void tetherOffloadSetInterfaceQuota(int ifIndex, long quotaBytes); in tetherOffloadSetInterfaceQuota() method
/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/
DINetd.aidl123 void tetherOffloadSetInterfaceQuota(int ifIndex, long quotaBytes); in tetherOffloadSetInterfaceQuota() method
/system/netd/server/
DNetdNativeService.cpp1300 binder::Status NetdNativeService::tetherOffloadSetInterfaceQuota(int ifIndex, int64_t quotaBytes) { in tetherOffloadSetInterfaceQuota() function in android::net::NetdNativeService