/system/update_engine/ |
D | fake_file_writer.h | 44 virtual ssize_t Write(const void* bytes, size_t count) { in Write() 59 const brillo::Blob& bytes() { in bytes() function
|
/system/core/fastboot/ |
D | udp.cpp | 60 static uint16_t ExtractUint16(const uint8_t* bytes) { in ExtractUint16() 71 const uint8_t* bytes() const { return bytes_; } in bytes() function in udp::Header 228 ssize_t bytes = SendSinglePacketHelper(&header, tx_data, packet_data_length, rx_data, in SendData() local 266 ssize_t bytes = 0; in SendSinglePacketHelper() local 330 ssize_t bytes = SendData(kIdFastboot, nullptr, 0, reinterpret_cast<uint8_t*>(data), length, in Read() local 348 ssize_t bytes = SendData(kIdFastboot, reinterpret_cast<const uint8_t*>(data), length, nullptr, in Write() local
|
/system/core/debuggerd/test/ |
D | BacktraceMock.h | 56 virtual size_t Read(uintptr_t addr, uint8_t* buffer, size_t bytes) { in Read() 83 void SetReadData(uint8_t* buffer, size_t bytes) { in SetReadData() 91 void SetPartialReadAmount(size_t bytes) { in SetPartialReadAmount()
|
/system/bt/service/common/bluetooth/ |
D | uuid.cpp | 42 UUID128Bit bytes; in GetRandom() local 49 UUID128Bit bytes; in GetNil() local 56 UUID128Bit bytes; in GetMax() local
|
/system/update_engine/payload_consumer/ |
D | extent_writer.cc | 32 bool DirectExtentWriter::Write(const void* bytes, size_t count) { in Write()
|
D | file_writer.h | 50 virtual bool Write(const void* bytes, in Write()
|
D | file_writer.cc | 31 bool DirectFileWriter::Write(const void* bytes, size_t count) { in Write()
|
D | fake_extent_writer.h | 43 bool Write(const void* bytes, size_t count) override { in Write()
|
D | bzip_extent_writer.cc | 40 bool BzipExtentWriter::Write(const void* bytes, size_t count) { in Write()
|
D | extent_writer.h | 108 bool Write(const void* bytes, size_t count) override { in Write()
|
D | xz_extent_writer.cc | 65 bool XzExtentWriter::Write(const void* bytes, size_t count) { in Write()
|
/system/extras/memory_replay/ |
D | LineBuffer.cpp | 44 ssize_t bytes = TEMP_FAILURE_RETRY(read(fd_, buffer_ + bytes_, buffer_len_ - bytes_ - 1)); in GetLine() local
|
/system/core/libmemunreachable/ |
D | LineBuffer.cpp | 47 ssize_t bytes = TEMP_FAILURE_RETRY(read(fd_, buffer_ + bytes_, buffer_len_ - bytes_ - 1)); in GetLine() local
|
/system/netd/server/ |
D | BandwidthController.cpp | 743 int BandwidthController::getInterfaceSharedQuota(int64_t *bytes) { in getInterfaceSharedQuota() 747 int BandwidthController::getInterfaceQuota(const char *costName, int64_t *bytes) { in getInterfaceQuota() 801 int BandwidthController::updateQuota(const char *quotaName, int64_t bytes) { in updateQuota() 822 int BandwidthController::runIptablesAlertCmd(IptOp op, const char *alertName, int64_t bytes) { in runIptablesAlertCmd() 854 int BandwidthController::runIptablesAlertFwdCmd(IptOp op, const char *alertName, int64_t bytes) { in runIptablesAlertFwdCmd() 882 int BandwidthController::setGlobalAlert(int64_t bytes) { in setGlobalAlert() 965 int BandwidthController::setSharedAlert(int64_t bytes) { in setSharedAlert() 981 int BandwidthController::setInterfaceAlert(const char *iface, int64_t bytes) { in setInterfaceAlert() 1027 int BandwidthController::setCostlyAlert(const char *costName, int64_t bytes, int64_t *alertBytes) { in setCostlyAlert() 1106 int64_t packets, bytes; in parseForwardChainStats() local
|
/system/bt/btif/src/ |
D | btif_uid.c | 78 void uid_set_add_tx(uid_set_t* set, int32_t app_uid, uint64_t bytes) { in uid_set_add_tx() 89 void uid_set_add_rx(uid_set_t* set, int32_t app_uid, uint64_t bytes) { in uid_set_add_rx()
|
/system/core/libbacktrace/ |
D | BacktracePtrace.cpp | 65 size_t BacktracePtrace::Read(uintptr_t addr, uint8_t* buffer, size_t bytes) { in Read()
|
/system/tpm/trunks/ |
D | trunks_ftdi_spi.cc | 84 size_t bytes, unsigned addr) { in StartTransaction() 123 bool TrunksFtdiSpi::FtdiWriteReg(unsigned reg_number, size_t bytes, in FtdiWriteReg() 134 bool TrunksFtdiSpi::FtdiReadReg(unsigned reg_number, size_t bytes, in FtdiReadReg()
|
/system/core/libutils/ |
D | JenkinsHash.cpp | 37 uint32_t JenkinsHashMixBytes(uint32_t hash, const uint8_t* bytes, size_t size) { in JenkinsHashMixBytes()
|
/system/core/libziparchive/ |
D | zip_archive_stream_entry.cc | 86 size_t bytes = (length_ > data_.size()) ? data_.size() : length_; in Read() local 206 size_t bytes = (compressed_length_ > in_.size()) ? in_.size() : compressed_length_; in Read() local
|
/system/extras/memtrack/ |
D | memtrack.cpp | 70 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/ |
D | humanize_number.c | 47 humanize_number(char *buf, size_t len, int64_t bytes, in humanize_number()
|
/system/core/debuggerd/ |
D | elf_utils.cpp | 77 for (size_t bytes = 0; bytes < nhdr.n_descsz; bytes++) { in get_build_id() local
|
/system/update_engine/common/ |
D | multi_range_http_fetcher.cc | 89 const void* bytes, in ReceivedBytes()
|
/system/tpm/tpm_manager/server/ |
D | tpm_status_impl.cc | 58 std::vector<BYTE> bytes(capability_data.begin(), capability_data.end()); in GetDictionaryAttackInfo() local
|
/system/bt/service/common/bluetooth/binder/ |
D | parcel_helpers.cpp | 90 UUID::UUID128Bit bytes = uuid.GetFullBigEndian(); in WriteUUIDToParcel() local 118 UUID::UUID128Bit bytes; in CreateUUIDFromParcel() local
|