Home
last modified time | relevance | path

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

12

/system/core/debuggerd/test/
DBacktraceMock.h56 virtual size_t Read(uintptr_t addr, uint8_t* buffer, size_t bytes) { in Read()
81 void SetReadData(uint8_t* buffer, size_t bytes) { in SetReadData()
88 void SetPartialReadAmount(size_t bytes) { in SetPartialReadAmount()
/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.cpp924 int64_t bytes; in runCommand() local
943 int64_t bytes; in runCommand() local
/system/core/libbacktrace/
DBacktracePtrace.cpp65 size_t BacktracePtrace::Read(uintptr_t addr, uint8_t* buffer, size_t bytes) { in Read()
DBacktraceCurrent.cpp56 size_t BacktraceCurrent::Read(uintptr_t addr, uint8_t* buffer, size_t bytes) { in Read()
Dbacktrace_test.cpp900 void InitMemory(uint8_t* memory, size_t bytes) { in InitMemory()
/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/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.cpp105 const ssize_t bytes = utf16_to_utf8_length(in, len); in allocFromUTF16() local
127 const ssize_t bytes = utf32_to_utf8_length(in, len); in allocFromUTF32() local
DUnicode.cpp99 static inline void utf32_codepoint_to_utf8(uint8_t* dstP, char32_t srcChar, size_t bytes) in utf32_codepoint_to_utf8()
/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/core/debuggerd/
Delf_utils.cpp77 for (size_t bytes = 0; bytes < nhdr.n_descsz; bytes++) { in get_build_id() local
Dutility.cpp153 size_t bytes = backtrace->Read(addr, reinterpret_cast<uint8_t*>(data), sizeof(data)); local
Ddebuggerd.cpp281 ssize_t bytes = TEMP_FAILURE_RETRY(read(fd, &ehdr, sizeof(ehdr))); in is32bit() local
/system/vold/
DTrimTask.cpp106 static void notifyResult(const std::string& path, int64_t bytes, int64_t delta) { in notifyResult()
DUtils.cpp329 status_t ReadRandomBytes(size_t bytes, std::string& out) { in ReadRandomBytes()
/system/extras/tests/suspend_stress/
Dsuspend_stress.cpp146 ssize_t bytes = read(fd, &fired, sizeof(fired)); in main() local
/system/bt/btcore/src/
Dbdaddr.c97 const char *bytes = (const char *)key; in hash_function_bdaddr() local
/system/core/include/utils/
DString8.h281 inline size_t String8::bytes() const in bytes() function
/system/keymaster/include/keymaster/
Dauthorization_set.h334 bool push_back(TypedTag<KM_BYTES, Tag> tag, const void* bytes, size_t bytes_len) { in push_back()
352 bool push_back(TypedTag<KM_BIGNUM, Tag> tag, const void* bytes, size_t bytes_len) { in push_back()
362 bool push_back(TypedTag<Type, Tag> tag, const void* bytes, size_t bytes_len) { in push_back()
/system/extras/verity/
Dverify_boot_signature.c236 ssize_t bytes = 0; in hash_image() local
/system/bt/audio_a2dp_hw/
Daudio_a2dp_hw.c182 static int calc_audiotime(struct a2dp_config cfg, int bytes) in calc_audiotime()
550 size_t bytes) in out_write()
925 size_t bytes) in in_read()
/system/core/init/
Dutil.cpp469 std::string bytes_to_hex(const uint8_t* bytes, size_t bytes_len) { in bytes_to_hex()
/system/core/toolbox/upstream-netbsd/bin/dd/
Ddd.h101 uint64_t bytes; /* # of bytes written */ member

12