Home
last modified time | relevance | path

Searched defs:sector (Results 1 – 20 of 20) sorted by relevance

/aosp12/bionic/libc/kernel/uapi/linux/
H A Dblkzoned.h54 __u64 sector; member
60 __u64 sector; member
H A Dvirtio_blk.h82 __virtio64 sector; member
86 __le64 sector; member
H A Ddm-user.h61 __u64 sector; member
H A Dblktrace_api.h96 __u64 sector; member
H A Ddm-ioctl.h64 __u64 sector; member
H A Dhdreg.h42 unsigned sector : 1; member
/aosp12/system/core/fs_mgr/libsnapshot/
H A Ddm_snapshot_internals.h34 void WriteSector(uint64_t sector) { WriteChunk(sector / chunk_sectors_); } in WriteSector()
H A Dsnapuserd_worker.cpp230 sector_t sector, size_t size, in ReadUnalignedSector()
274 int WorkerThread::ReadData(sector_t sector, size_t size) { in ReadData()
749 sector_t sector = header->sector; in DmuserReadRequest() local
H A Dsnapuserd.h205 chunk_t SectorToChunk(sector_t sector) { return sector >> CHUNK_SHIFT; } in SectorToChunk()
295 chunk_t SectorToChunk(sector_t sector) { return sector >> CHUNK_SHIFT; } in SectorToChunk()
/aosp12/frameworks/base/core/java/android/nfc/tech/
H A DMifareClassic.java369 private boolean authenticate(int sector, byte[] key, boolean keyA) throws IOException { in authenticate()
628 private static void validateSector(int sector) { in validateSector()
/aosp12/system/nfc/src/nfc/tags/
H A Drw_t2t.cc651 tNFC_STATUS rw_t2t_sector_change(uint8_t sector) { in rw_t2t_sector_change()
1005 tNFC_STATUS RW_T2tSectorSelect(uint8_t sector) { in RW_T2tSectorSelect()
/aosp12/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dsnapuserd_kernel.h87 __u64 sector; member
/aosp12/system/core/fs_mgr/liblp/
H A Dimages.cpp227 bool ImageBuilder::AddData(sparse_file* file, const std::string& blob, uint64_t sector) { in AddData()
241 bool ImageBuilder::SectorToBlock(uint64_t sector, uint32_t* block) { in SectorToBlock()
H A Dbuilder.cpp986 bool MetadataBuilder::AlignSector(const LpMetadataBlockDevice& block_device, uint64_t sector, in AlignSector()
/aosp12/system/core/fs_mgr/
H A Dfs_mgr_dm_linear.cpp95 uint64_t sector = 0; in CreateDmTableInternal() local
/aosp12/system/core/libdiskconfig/include/diskconfig/
H A Ddiskconfig.h58 uint8_t sector; member
/aosp12/system/core/fs_mgr/tools/
H A Ddmuserd.cpp70 __u64 sector; member
/aosp12/system/core/fs_mgr/libdm/
H A Ddm_test.cpp100 char sector[512]; in TEST() local
/aosp12/system/vold/
H A DCheckpoint.cpp590 sector_t sector, uint32_t size, uint32_t block_size) { in relocatedRead()
/aosp12/system/nfc/src/nfc/include/
H A Drw_int.h392 uint8_t sector; /* Sector number that is selected */ member