/system/core/libunwindstack/ |
D | ArmExidx.cpp | 176 inline bool ArmExidx::GetByte(uint8_t* byte) { in GetByte() 186 inline bool ArmExidx::DecodePrefix_10_00(uint8_t byte) { in DecodePrefix_10_00() 259 inline bool ArmExidx::DecodePrefix_10_01(uint8_t byte) { in DecodePrefix_10_01() 290 inline bool ArmExidx::DecodePrefix_10_10(uint8_t byte) { in DecodePrefix_10_10() 366 uint8_t byte; in DecodePrefix_10_11_0001() local 446 uint8_t byte; in DecodePrefix_10_11_0010() local 475 uint8_t byte; in DecodePrefix_10_11_0011() local 511 inline bool ArmExidx::DecodePrefix_10_11_1nnn(uint8_t byte) { in DecodePrefix_10_11_1nnn() 536 inline bool ArmExidx::DecodePrefix_10(uint8_t byte) { in DecodePrefix_10() 566 inline bool ArmExidx::DecodePrefix_11_000(uint8_t byte) { in DecodePrefix_11_000() [all …]
|
D | DwarfMemory.cpp | 50 uint8_t byte; in ReadULEB128() local 65 uint8_t byte; in ReadSLEB128() local
|
/system/bt/gd/packet/ |
D | bit_inserter.cc | 30 void BitInserter::insert_bits(uint8_t byte, size_t num_bits) { in insert_bits() 43 void BitInserter::insert_byte(uint8_t byte) { in insert_byte()
|
D | byte_inserter.cc | 40 void ByteInserter::on_byte(uint8_t byte) { in on_byte() 46 void ByteInserter::insert_byte(uint8_t byte) { in insert_byte()
|
D | byte_observer.cc | 25 void ByteObserver::OnByte(uint8_t byte) { in OnByte()
|
D | fragmenting_inserter.cc | 29 void FragmentingInserter::insert_bits(uint8_t byte, size_t num_bits) { in insert_bits()
|
D | bit_inserter_unittest.cc | 53 …it.RegisterObserver(ByteObserver([©](uint8_t byte) { copy.push_back(byte); }, [checksum]() { r… in TEST()
|
/system/netd/libnetdutils/ |
D | Slice.cpp | 26 const std::string toHex(uint8_t byte) { in toHex() 43 uint8_t byte = 0; in toHex() local
|
/system/bt/gd/packet/parser/test/ |
D | simple_sum.h | 32 void AddByte(uint8_t byte) { in AddByte()
|
D | variable.cc | 37 for (auto byte : data) { in Serialize() local
|
/system/core/trusty/utils/rpmb_dev/ |
D | rpmb.h | 25 uint8_t byte[32]; member
|
D | rpmb_protocol.h | 36 uint8_t byte[16]; member 40 uint8_t byte[2]; member 44 uint8_t byte[4]; member
|
/system/libziparchive/ |
D | entry_name_utils-inl.h | 33 const uint8_t byte = entry_name[i]; in IsValidEntryName() local
|
/system/bt/gd/l2cap/ |
D | fcs.cc | 51 void Fcs::AddByte(uint8_t byte) { in AddByte()
|
/system/nvram/messages/ |
D | io.cpp | 41 uint8_t byte = (value & 0x7f) | (((value >> 7) == 0) ? 0x00 : 0x80); in EncodeVarint() local 60 uint8_t byte = 0; in DecodeVarint() local 105 bool InputStreamBuffer::ReadByte(uint8_t* byte) { in ReadByte() 192 bool OutputStreamBuffer::WriteByte(uint8_t byte) { in WriteByte()
|
/system/bt/packet/avrcp/ |
D | get_folder_items.cc | 178 for (const uint8_t& byte : item.name_) { in PushMediaPlayerItem() local 195 for (const uint8_t& byte : item.name_) { in PushFolderItem() local 212 for (const uint8_t& byte : item.name_) { in PushMediaElementItem() local 226 for (const uint8_t& byte : attr_val) { in PushMediaElementItem() local
|
D | pass_through_packet.cc | 40 uint8_t byte = opperation_id_ & 0b01111111; in Serialize() local
|
/system/chre/apps/chqts/src/general_test/ |
D | cell_info_gsm.cc | 43 for (uint8_t byte : identity.reserved) { in validateIdentity() local
|
D | wwan_cell_info_test.cc | 101 for (uint8_t byte : cells[i].reserved2) { in validateCellInfo() local
|
/system/media/audio_utils/spdif/ |
D | FrameScanner.cpp | 51 bool FrameScanner::scan(uint8_t byte) in scan()
|
D | BitFieldParser.cpp | 44 uint8_t byte = mData[byteCursor]; in readBits() local
|
/system/bt/packet/tests/base/ |
D | packet_test_common.h | 84 for (uint8_t byte : data_) { in Serialize() local
|
/system/bt/packet/tests/fuzzers/ |
D | avrcp_packet_fuzzer.cc | 49 for (uint8_t byte : data_) { in Serialize() local
|
/system/nfc/src/nfc/tags/ |
D | rw_t1t.cc | 812 tNFC_STATUS RW_T1tRead(uint8_t block, uint8_t byte) { in RW_T1tRead() 841 tNFC_STATUS RW_T1tWriteErase(uint8_t block, uint8_t byte, uint8_t new_byte) { in RW_T1tWriteErase() 889 tNFC_STATUS RW_T1tWriteNoErase(uint8_t block, uint8_t byte, uint8_t new_byte) { in RW_T1tWriteNoErase()
|
/system/nvram/messages/tests/ |
D | io_test.cpp | 83 uint8_t byte = 0; in TEST() local 98 uint8_t byte = 0; in TEST() local 116 uint8_t byte = 0; in TEST() local
|