Home
last modified time | relevance | path

Searched refs:new_byte (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/bt/gd/packet/
H A Dfragmenting_inserter.cc34 uint8_t new_byte = static_cast<uint8_t>(new_value); in insert_bits() local
35 on_byte(new_byte); in insert_bits()
36 curr_packet_->AddOctets1(new_byte); in insert_bits()
/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/
H A Dbitstream_io.cpp630 Int new_byte = (num_bit_left >> 3); in BitstreamFlushBits() local
631 Int new_bit = num_bit_left - (new_byte << 3); /* between 0-7 */ in BitstreamFlushBits()
640 bitstream1->byteCount = new_byte; in BitstreamFlushBits()
645 M4VENC_MEMCPY(ptrDst, ptrSrc, new_byte + 1); in BitstreamFlushBits()
650 for (i = 0; i < new_byte; i++) in BitstreamFlushBits()
664 ptrSrc = bitstream1->bitstreamBuffer + new_byte; in BitstreamFlushBits()
/aosp12/art/runtime/gc/accounting/
H A Dcard_table-inl.h200 const uint8_t new_byte = new_bytes[i]; in ModifyCardsAtomic() local
201 if (expected_byte != new_byte) { in ModifyCardsAtomic()
202 modified(reinterpret_cast<uint8_t*>(word_cur) + i, expected_byte, new_byte); in ModifyCardsAtomic()
/aosp12/system/nfc/src/nfc/include/
H A Drw_api.h321 uint8_t new_byte);
334 uint8_t new_byte);
/aosp12/system/nfc/src/nfc/tags/
H A Drw_t1t.cc841 tNFC_STATUS RW_T1tWriteErase(uint8_t block, uint8_t byte, uint8_t new_byte) { in RW_T1tWriteErase() argument
868 status = rw_t1t_send_static_cmd(T1T_CMD_WRITE_E, addr, new_byte); in RW_T1tWriteErase()
889 tNFC_STATUS RW_T1tWriteNoErase(uint8_t block, uint8_t byte, uint8_t new_byte) { in RW_T1tWriteNoErase() argument
916 status = rw_t1t_send_static_cmd(T1T_CMD_WRITE_NE, addr, new_byte); in RW_T1tWriteNoErase()