Searched refs:new_byte (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/bt/gd/packet/ |
H A D | fragmenting_inserter.cc | 34 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 D | bitstream_io.cpp | 630 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 D | card_table-inl.h | 200 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 D | rw_api.h | 321 uint8_t new_byte); 334 uint8_t new_byte);
|
/aosp12/system/nfc/src/nfc/tags/ |
H A D | rw_t1t.cc | 841 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()
|