Home
last modified time | relevance | path

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

/system/netd/server/aidl/netd/1/android/net/
DINetd.aidl51 void bandwidthSetGlobalAlert(long bytes); in bandwidthSetGlobalAlert() method
/system/netd/server/binder/android/net/
DINetd.aidl660 void bandwidthSetGlobalAlert(long bytes); in bandwidthSetGlobalAlert() method
/system/netd/server/aidl/netd/2/android/net/
DINetd.aidl68 void bandwidthSetGlobalAlert(long bytes); in bandwidthSetGlobalAlert() method
/system/netd/server/
DNetdNativeService.cpp292 binder::Status NetdNativeService::bandwidthSetGlobalAlert(int64_t bytes) { in bandwidthSetGlobalAlert() function in android::net::NetdNativeService