Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.cpp776 int BandwidthController::getInterfaceSharedQuota(int64_t *bytes) { in getInterfaceSharedQuota()
780 int BandwidthController::getInterfaceQuota(const char *costName, int64_t *bytes) { in getInterfaceQuota()
836 int BandwidthController::updateQuota(const char *quotaName, int64_t bytes) { in updateQuota()
857 int BandwidthController::runIptablesAlertCmd(IptOp op, const char *alertName, int64_t bytes) { in runIptablesAlertCmd()
889 int BandwidthController::runIptablesAlertFwdCmd(IptOp op, const char *alertName, int64_t bytes) { in runIptablesAlertFwdCmd()
917 int BandwidthController::setGlobalAlert(int64_t bytes) { in setGlobalAlert()
1000 int BandwidthController::setSharedAlert(int64_t bytes) { in setSharedAlert()
1016 int BandwidthController::setInterfaceAlert(const char *iface, int64_t bytes) { in setInterfaceAlert()
1062 int BandwidthController::setCostlyAlert(const char *costName, int64_t bytes, int64_t *alertBytes) { in setCostlyAlert()
1141 int64_t packets, bytes; in parseForwardChainStats() local
DCommandListener.cpp870 int64_t bytes; in runCommand() local
889 int64_t bytes; in runCommand() local
/system/core/libutils/
DJenkinsHash.cpp33 uint32_t JenkinsHashMixBytes(uint32_t hash, const uint8_t* bytes, size_t size) { in JenkinsHashMixBytes()
DBasicHashtable.cpp246 size_t bytes = count * mBucketSize; in allocateBuckets() local
DString8.cpp99 const ssize_t bytes = utf16_to_utf8_length(in, len); in allocFromUTF16() local
121 const ssize_t bytes = utf32_to_utf8_length(in, len); in allocFromUTF32() local
DUnicode.cpp105 static inline void utf32_codepoint_to_utf8(uint8_t* dstP, char32_t srcChar, size_t bytes) in utf32_codepoint_to_utf8()
/system/keymaster/include/keymaster/
Dauthorization_set.h222 bool push_back(TypedTag<KM_BYTES, Tag> tag, const void* bytes, size_t bytes_len) { in push_back()
227 bool push_back(TypedTag<KM_BIGNUM, Tag> tag, const void* bytes, size_t bytes_len) { in push_back()
237 bool push_back(TypedTag<Type, Tag> tag, const void* bytes, size_t bytes_len) { in push_back()
Dkeymaster_defs.h430 inline keymaster_key_param_t keymaster_param_blob(keymaster_tag_t tag, const uint8_t* bytes, in keymaster_param_blob()
/system/extras/memtrack/
Dmemtrack.cpp70 ssize_t bytes; in isAvail() local
137 ssize_t bytes = read(fd, cmd_name_, sizeof(cmd_name_)); in getInformation() local
/system/core/toolbox/upstream-netbsd/lib/libc/gen/
Dhumanize_number.c47 humanize_number(char *buf, size_t len, int64_t bytes, in humanize_number()
/system/extras/tests/suspend_stress/
Dsuspend_stress.cpp144 ssize_t bytes = read(fd, &fired, sizeof(fired)); in main() local
/system/core/include/utils/
DString8.h281 inline size_t String8::bytes() const in bytes() function
/system/core/libcutils/
Ddebugger.c42 ssize_t bytes = read(fd, &ehdr, sizeof(ehdr)); in is32bit() local
/system/core/toolbox/upstream-netbsd/bin/dd/
Ddd.h101 uint64_t bytes; /* # of bytes written */ member