Home
last modified time | relevance | path

Searched defs:WriteByte (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/core/fs_mgr/libsnapshot/
H A Ddm_snapshot_internals.h33 void WriteByte(uint64_t address) { WriteSector(address / sector_bytes_); } in WriteByte() function
/aosp12/system/nvram/messages/
H A Dio.cpp192 bool OutputStreamBuffer::WriteByte(uint8_t byte) { in WriteByte() function in nvram::OutputStreamBuffer
/aosp12/hardware/google/graphics/common/libhwjpeg/
H A DIFDWriter.h128 void WriteByte(uint16_t tag, uint32_t count, const uint8_t value[]) { in WriteByte() function