Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 11 of 11) sorted by relevance

/system/netd/
DBandwidthController.cpp600 int BandwidthController::getInterfaceSharedQuota(int64_t *bytes) { in getInterfaceSharedQuota()
604 int BandwidthController::getInterfaceQuota(const char *costName, int64_t *bytes) { in getInterfaceQuota()
655 int BandwidthController::updateQuota(const char *quotaName, int64_t bytes) { in updateQuota()
671 int BandwidthController::runIptablesAlertCmd(IptOp op, const char *alertName, int64_t bytes) { in runIptablesAlertCmd()
703 int BandwidthController::runIptablesAlertFwdCmd(IptOp op, const char *alertName, int64_t bytes) { in runIptablesAlertFwdCmd()
730 int BandwidthController::setGlobalAlert(int64_t bytes) { in setGlobalAlert()
813 int BandwidthController::setSharedAlert(int64_t bytes) { in setSharedAlert()
829 int BandwidthController::setInterfaceAlert(const char *iface, int64_t bytes) { in setInterfaceAlert()
865 int BandwidthController::setCostlyAlert(const char *costName, int64_t bytes, int64_t *alertBytes) { in setCostlyAlert()
931 int64_t packets, bytes; in parseForwardChainStats() local
DCommandListener.cpp915 int64_t bytes; in runCommand() local
934 int64_t bytes; in runCommand() local
/system/media/mca/filterfw/jni/
Djni_vertex_frame.cpp76 jbyte* bytes = env->GetByteArrayElements(data, NULL); in Java_android_filterfw_core_VertexFrame_setNativeData() local
Djni_native_frame.cpp60 jbyte* bytes = env->GetByteArrayElements(data, NULL); in Java_android_filterfw_core_NativeFrame_setNativeData() local
Djni_gl_frame.cpp119 jbyte* bytes = env->GetByteArrayElements(data, NULL); in Java_android_filterfw_core_GLFrame_setNativeData() local
/system/extras/micro_bench/
Dmicro_bench.c75 static double mb_sec(unsigned long bytes, struct timeval *delta) { in mb_sec()
/system/extras/tests/framebuffer/
Dmdp_test.c233 int bytes; in main() local
/system/core/toolbox/
Ddd.h67 uint64_t bytes; /* # of bytes written */ member
/system/media/mca/filterfw/java/android/filterfw/core/
DFrame.java112 public void setData(byte[] bytes, int offset, int length) { in setData()
/system/core/libcutils/
Dmq.c111 Buffer* bytes; member
1133 int peerSendBytes(pid_t pid, const char* bytes, size_t size) { in peerSendBytes()
1200 int peerSendSharedBytes(pid_t pid, char* bytes, size_t size, in peerSendSharedBytes()
/system/core/sh/
Darith_lex.c1665 YY_BUFFER_STATE yy_scan_bytes (yyconst char * bytes, int len ) in yy_scan_bytes()