Home
last modified time | relevance | path

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

/system/security/keystore/
Dkeystore_client.cpp50 uint8_t bytes[2] = { argLen >> 8, argLen }; in keystore_cmd() local
73 uint8_t bytes[2]; in keystore_cmd() local
Dkeystore_get.h42 uint8_t bytes[2] = {length >> 8, length}; in keystore_get() local
Dkeystore_cli.cpp59 uint8_t bytes[65536]; in main() local
Dkeystore.cpp861 uint8_t bytes[2]; in recv_message() local
893 uint16_t bytes = htons(length); in send_message() local
/system/netd/
DBandwidthController.cpp694 int BandwidthController::getInterfaceSharedQuota(int64_t *bytes) { in getInterfaceSharedQuota()
698 int BandwidthController::getInterfaceQuota(const char *costName, int64_t *bytes) { in getInterfaceQuota()
749 int BandwidthController::updateQuota(const char *quotaName, int64_t bytes) { in updateQuota()
765 int BandwidthController::runIptablesAlertCmd(IptOp op, const char *alertName, int64_t bytes) { in runIptablesAlertCmd()
797 int BandwidthController::runIptablesAlertFwdCmd(IptOp op, const char *alertName, int64_t bytes) { in runIptablesAlertFwdCmd()
824 int BandwidthController::setGlobalAlert(int64_t bytes) { in setGlobalAlert()
907 int BandwidthController::setSharedAlert(int64_t bytes) { in setSharedAlert()
923 int BandwidthController::setInterfaceAlert(const char *iface, int64_t bytes) { in setInterfaceAlert()
959 int BandwidthController::setCostlyAlert(const char *costName, int64_t bytes, int64_t *alertBytes) { in setCostlyAlert()
1025 int64_t packets, bytes; in parseForwardChainStats() local
DCommandListener.cpp963 int64_t bytes; in runCommand() local
982 int64_t bytes; in runCommand() local
/system/extras/micro_bench/
Dmicro_bench.c77 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/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/extras/atrace/
Datrace.c348 size_t bytes = bufSize - zs.avail_out; in dumpTrace() local
/system/core/sh/
Darith_lex.c1665 YY_BUFFER_STATE yy_scan_bytes (yyconst char * bytes, int len ) in yy_scan_bytes()