Searched defs:bytes (Results 1 – 12 of 12) sorted by relevance
| /system/security/keystore/ |
| D | keystore_client.cpp | 50 uint8_t bytes[2] = { argLen >> 8, argLen }; in keystore_cmd() local 73 uint8_t bytes[2]; in keystore_cmd() local
|
| D | keystore_get.h | 42 uint8_t bytes[2] = {length >> 8, length}; in keystore_get() local
|
| D | keystore_cli.cpp | 59 uint8_t bytes[65536]; in main() local
|
| D | keystore.cpp | 861 uint8_t bytes[2]; in recv_message() local 893 uint16_t bytes = htons(length); in send_message() local
|
| /system/netd/ |
| D | BandwidthController.cpp | 694 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
|
| D | CommandListener.cpp | 963 int64_t bytes; in runCommand() local 982 int64_t bytes; in runCommand() local
|
| /system/extras/micro_bench/ |
| D | micro_bench.c | 77 static double mb_sec(unsigned long bytes, struct timeval *delta) { in mb_sec()
|
| /system/extras/tests/framebuffer/ |
| D | mdp_test.c | 233 int bytes; in main() local
|
| /system/core/toolbox/ |
| D | dd.h | 67 uint64_t bytes; /* # of bytes written */ member
|
| /system/core/libcutils/ |
| D | mq.c | 111 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/ |
| D | atrace.c | 348 size_t bytes = bufSize - zs.avail_out; in dumpTrace() local
|
| /system/core/sh/ |
| D | arith_lex.c | 1665 YY_BUFFER_STATE yy_scan_bytes (yyconst char * bytes, int len ) in yy_scan_bytes()
|