Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/
H A Dsnapuserd_dm_user.cpp306 bool Worker::ReadDataFromBaseDevice(sector_t sector, size_t read_size) { in ReadDataFromBaseDevice()
325 bool Worker::ReadAlignedSector(sector_t sector, size_t sz, bool header_response) { in ReadAlignedSector()
404 sector_t sector, size_t size, in ReadUnalignedSector()
438 bool Worker::ReadUnalignedSector(sector_t sector, size_t size) { in ReadUnalignedSector()
H A Dsnapuserd_core.h264 chunk_t SectorToChunk(sector_t sector) { return sector >> CHUNK_SHIFT; } in SectorToChunk()
391 chunk_t SectorToChunk(sector_t sector) { return sector >> CHUNK_SHIFT; } in SectorToChunk()
/aosp14/system/core/fs_mgr/libsnapshot/
H A Ddm_snapshot_internals.h35 void WriteSector(uint64_t sector) { WriteChunk(sector / chunk_sectors_); } in WriteSector()
/aosp14/frameworks/base/core/java/android/nfc/tech/
H A DMifareClassic.java369 private boolean authenticate(int sector, byte[] key, boolean keyA) throws IOException { in authenticate()
630 private static void validateSector(int sector) { in validateSector()
/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/dm-snapshot-merge/
H A Dsnapuserd_worker.cpp194 sector_t sector, size_t size, in ReadUnalignedSector()
238 int WorkerThread::ReadData(sector_t sector, size_t size) { in ReadData()
713 sector_t sector = header->sector; in DmuserReadRequest() local
H A Dsnapuserd.h189 chunk_t SectorToChunk(sector_t sector) { return sector >> CHUNK_SHIFT; } in SectorToChunk()
281 chunk_t SectorToChunk(sector_t sector) { return sector >> CHUNK_SHIFT; } in SectorToChunk()
/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/include/snapuserd/
H A Dsnapuserd_kernel.h85 __u64 sector; member
/aosp14/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()
/aosp14/system/core/fs_mgr/
H A Dfs_mgr_dm_linear.cpp95 uint64_t sector = 0; in CreateDmTableInternal() local
/aosp14/system/core/libdiskconfig/include/diskconfig/
H A Ddiskconfig.h58 uint8_t sector; member
/aosp14/system/core/fs_mgr/tools/
H A Ddmuserd.cpp71 __u64 sector; member
/aosp14/system/core/fs_mgr/libdm/
H A Ddm_test.cpp126 char sector[512]; in TEST_F() local