Searched defs:sector (Results 1 – 13 of 13) sorted by relevance
/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/ |
H A D | snapuserd_dm_user.cpp | 306 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 D | snapuserd_core.h | 264 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 D | dm_snapshot_internals.h | 35 void WriteSector(uint64_t sector) { WriteChunk(sector / chunk_sectors_); } in WriteSector()
|
/aosp14/frameworks/base/core/java/android/nfc/tech/ |
H A D | MifareClassic.java | 369 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 D | snapuserd_worker.cpp | 194 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 D | snapuserd.h | 189 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 D | snapuserd_kernel.h | 85 __u64 sector; member
|
/aosp14/system/core/fs_mgr/liblp/ |
H A D | images.cpp | 227 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 D | builder.cpp | 986 bool MetadataBuilder::AlignSector(const LpMetadataBlockDevice& block_device, uint64_t sector, in AlignSector()
|
/aosp14/system/core/fs_mgr/ |
H A D | fs_mgr_dm_linear.cpp | 95 uint64_t sector = 0; in CreateDmTableInternal() local
|
/aosp14/system/core/libdiskconfig/include/diskconfig/ |
H A D | diskconfig.h | 58 uint8_t sector; member
|
/aosp14/system/core/fs_mgr/tools/ |
H A D | dmuserd.cpp | 71 __u64 sector; member
|
/aosp14/system/core/fs_mgr/libdm/ |
H A D | dm_test.cpp | 126 char sector[512]; in TEST_F() local
|