/system/bt/vendor_libs/test_vendor_lib/packets/link_layer/ |
D | inquiry_response_view.h | 47 size_t offset = 2 * sizeof(uint8_t); in GetClassOfDevice() local 52 size_t offset = 2 * sizeof(uint8_t) + 3; in GetClockOffset() local 57 size_t offset = 2 * sizeof(uint8_t) + 3 + sizeof(uint16_t); in GetRssi() local 62 size_t offset = 2 * sizeof(uint8_t) + 3 + sizeof(uint16_t) + sizeof(uint8_t); in GetExtendedData() local
|
D | link_layer_packet_view.cc | 37 size_t offset = Link::kSizeBytes + Link::kTypeBytes; in GetSourceAddress() local 42 size_t offset = Link::kSizeBytes + Link::kTypeBytes + Address::kLength; in GetDestinationAddress() local
|
/system/core/property_service/libpropertyinfoserializer/ |
D | trie_node_arena.h | 29 ArenaObjectPointer(std::string& arena_data, uint32_t offset) in ArenaObjectPointer() 48 uint32_t offset; in AllocateObject() local 55 uint32_t offset; in AllocateUint32Array() local 60 uint32_t* uint32_array(uint32_t offset) { in uint32_array() 65 uint32_t offset; in AllocateAndWriteString() local 76 void* AllocateData(size_t size, uint32_t* offset) { in AllocateData()
|
/system/core/libunwindstack/include/unwindstack/ |
D | DwarfMemory.h | 52 void set_pc_offset(uint64_t offset) { pc_offset_ = offset; } in set_pc_offset() 55 void set_data_offset(uint64_t offset) { data_offset_ = offset; } in set_data_offset() 58 void set_func_offset(uint64_t offset) { func_offset_ = offset; } in set_func_offset() 61 void set_text_offset(uint64_t offset) { text_offset_ = offset; } in set_text_offset()
|
/system/extras/libfec/ |
D | fec_open.cpp | 41 static int find_offset(uint64_t file_size, int roots, uint64_t *offset, in find_offset() 87 static int find_verity_offset(fec_handle *f, uint64_t *offset) in find_verity_offset() 97 static int parse_ecc_header(fec_handle *f, uint64_t offset) in parse_ecc_header() 196 static int parse_ecc(fec_handle *f, uint64_t offset) in parse_ecc() 218 static int get_squashfs_size(fec_handle *f, uint64_t *offset) in get_squashfs_size() 246 static int get_ext4_size(fec_handle *f, uint64_t *offset) in get_ext4_size() 273 static int get_fs_size(fec_handle *f, uint64_t *offset) in get_fs_size() 307 uint64_t offset = f->data_size - VERITY_METADATA_SIZE; in load_verity() local 349 uint64_t offset = f->data_size - FEC_BLOCKSIZE; in load_ecc() local
|
D | fec_read.cpp | 50 ptrdiff_t offset = &hex[m * 3] - hex; in dump() local 69 static inline bool is_erasure(fec_handle *f, uint64_t offset, in is_erasure() 87 static inline bool is_zero(fec_handle *f, uint64_t offset) in is_zero() 107 static int __ecc_read(fec_handle *f, void *rs, uint8_t *dest, uint64_t offset, in __ecc_read() 235 uint64_t offset, size_t *errors) in ecc_read() 286 uint64_t offset, size_t *errors) in verity_read() 404 int fec_seek(struct fec_handle *f, int64_t offset, int whence) in fec_seek() 459 static inline size_t get_max_count(uint64_t offset, size_t count, uint64_t max) in get_max_count() 472 bool raw_pread(fec_handle *f, void *buf, size_t count, uint64_t offset) in raw_pread() 496 bool raw_pwrite(fec_handle *f, const void *buf, size_t count, uint64_t offset) in raw_pwrite() [all …]
|
/system/bt/gd/packet/ |
D | iterator.cc | 25 Iterator<little_endian>::Iterator(std::forward_list<View> data, size_t offset) { in Iterator() 35 Iterator<little_endian> Iterator<little_endian>::operator+(int offset) { in operator +() 42 Iterator<little_endian>& Iterator<little_endian>::operator+=(int offset) { in operator +=() 61 Iterator<little_endian> Iterator<little_endian>::operator-(int offset) { in operator -() 73 Iterator<little_endian>& Iterator<little_endian>::operator-=(int offset) { in operator -=()
|
D | bit_inserter.cc | 25 Iterator<little_endian>::Iterator(std::forward_list<View> data, size_t offset) { in Iterator() 35 Iterator<little_endian> Iterator<little_endian>::operator+(int offset) { in operator +() 42 Iterator<little_endian>& Iterator<little_endian>::operator+=(int offset) { in operator +=() 61 Iterator<little_endian> Iterator<little_endian>::operator-(int offset) { in operator -() 73 Iterator<little_endian>& Iterator<little_endian>::operator-=(int offset) { in operator -=()
|
/system/bt/vendor_libs/test_vendor_lib/packets/ |
D | iterator.cc | 25 Iterator<little_endian>::Iterator(std::forward_list<View> data, size_t offset) { in Iterator() 35 Iterator<little_endian> Iterator<little_endian>::operator+(int offset) { in operator +() 42 Iterator<little_endian>& Iterator<little_endian>::operator+=(int offset) { in operator +=() 61 Iterator<little_endian> Iterator<little_endian>::operator-(int offset) { in operator -() 73 Iterator<little_endian>& Iterator<little_endian>::operator-=(int offset) { in operator -=()
|
/system/core/libunwindstack/tests/ |
D | SymbolsTest.cpp | 65 uint64_t offset = 0x1000; in TYPED_TEST_P() local 92 uint64_t offset = 0x1000; in TYPED_TEST_P() local 125 uint64_t offset = 0x1000; in TYPED_TEST_P() local 184 uint64_t offset = 0x1000; in TYPED_TEST_P() local 226 uint64_t offset = 0x1000; in TYPED_TEST_P() local 259 uint64_t offset = 0x1000; in TYPED_TEST_P() local 346 uint64_t offset; in TYPED_TEST_P() local
|
D | ElfFake.h | 46 uint64_t offset; member 79 void FakeSetGlobalVariable(const std::string& global, uint64_t offset) { in FakeSetGlobalVariable() 114 void FakeSetEhFrameOffset(uint64_t offset) { eh_frame_offset_ = offset; } in FakeSetEhFrameOffset() 116 void FakeSetDebugFrameOffset(uint64_t offset) { debug_frame_offset_ = offset; } in FakeSetDebugFrameOffset() 125 void FakeSetEhFrameOffset(uint64_t offset) { eh_frame_offset_ = offset; } in FakeSetEhFrameOffset() 127 void FakeSetDebugFrameOffset(uint64_t offset) { debug_frame_offset_ = offset; } in FakeSetDebugFrameOffset() 136 void FakeSetStartOffset(uint64_t offset) { start_offset_ = offset; } in FakeSetStartOffset()
|
D | ElfFake.cpp | 35 bool ElfInterfaceFake::GetFunctionName(uint64_t, std::string* name, uint64_t* offset) { in GetFunctionName() argument 46 bool ElfInterfaceFake::GetGlobalVariable(const std::string& global, uint64_t* offset) { in GetGlobalVariable()
|
D | ElfTest.cpp | 243 [&](uint64_t offset, const void* ptr, size_t size) { in TEST_F() 257 [&](uint64_t offset, const void* ptr, size_t size) { in TEST_F() 323 void MockSetDynamicOffset(uint64_t offset) { dynamic_offset_ = offset; } in MockSetDynamicOffset() 350 uint64_t offset; in TEST_F() local 361 uint64_t offset; in TEST_F() local 376 uint64_t offset; in TEST_F() local 392 uint64_t offset; in TEST_F() local 411 uint64_t offset; in TEST_F() local 429 uint64_t offset; in TEST_F() local 448 uint64_t offset; in TEST_F() local [all …]
|
/system/update_engine/common/ |
D | multi_range_http_fetcher.h | 60 void AddRange(off_t offset, size_t size) { in AddRange() 65 void AddRange(off_t offset) { ranges_.push_back(Range(offset)); } in AddRange() 125 Range(off_t offset, size_t length) : offset_(offset), length_(length) {} in Range() 126 explicit Range(off_t offset) : offset_(offset), length_(0) {} in Range() 128 inline off_t offset() const { return offset_; } in offset() function
|
/system/extras/ioshark/ |
D | ioshark_bench_mmap.c | 47 off_t offset; member 59 size_t total_len, off_t offset) in setup_mmap_io_state() 80 off_t *offset) in mmap_getnext_off_len() 106 mmap_do_io(void *db_node, int prot, off_t offset, size_t len, in mmap_do_io() 170 off_t offset = file_op->mmap_offset; in ioshark_handle_mmap() local
|
/system/extras/simpleperf/ |
D | read_dex_file.cpp | 34 for (uint64_t offset : dex_file_offsets) { in ReadSymbols() local 62 dex_file_offsets, symbols, [&](uint64_t offset) -> std::unique_ptr<art_api::dex::DexFile> { in ReadSymbolsFromDexFileInMemory() 87 dex_file_offsets, symbols, [&](uint64_t offset) -> std::unique_ptr<art_api::dex::DexFile> { in ReadSymbolsFromDexFile()
|
/system/bt/packet/base/ |
D | iterator.cc | 35 Iterator Iterator::operator+(size_t offset) { in operator +() 41 Iterator& Iterator::operator+=(size_t offset) { in operator +=() 65 Iterator Iterator::operator-(size_t offset) { in operator -() 73 Iterator& Iterator::operator-=(size_t offset) { in operator -=()
|
/system/core/debuggerd/libdebuggerd/test/ |
D | UnwinderMock.h | 28 void MockAddMap(uint64_t start, uint64_t end, uint64_t offset, uint64_t flags, std::string name, in MockAddMap() 33 void MockSetBuildID(uint64_t offset, const std::string& build_id) { in MockSetBuildID()
|
/system/core/libutils/include/utils/ |
D | Compat.h | 28 static inline off64_t lseek64(int fd, off64_t offset, int whence) { in lseek64() 32 static inline ssize_t pread64(int fd, void* buf, size_t nbytes, off64_t offset) { in pread64() 36 static inline ssize_t pwrite64(int fd, const void* buf, size_t nbytes, off64_t offset) { in pwrite64()
|
/system/bt/service/common/android/bluetooth/ |
D | IBluetoothGattServerCallback.aidl | 27 int request_id, int offset, boolean is_long, int handle); in OnCharacteristicReadRequest() 30 int request_id, int offset, boolean is_long, int handle); in OnDescriptorReadRequest() 33 int request_id, int offset, boolean is_prepare_write, boolean need_response, in OnCharacteristicWriteRequest() 37 int request_id, int offset, boolean is_prepare_write, boolean need_response, in OnDescriptorWriteRequest()
|
/system/core/libunwindstack/ |
D | ElfInterface.cpp | 184 uint64_t offset = ehdr.e_phoff; in GetLoadBias() local 199 uint64_t offset = ehdr.e_phoff; in ReadProgramHeaders() local 248 uint64_t offset = 0; in ReadBuildID() local 294 uint64_t offset = ehdr.e_shoff; in ReadSectionHeaders() local 393 uint64_t offset = dynamic_offset_; in GetSonameWithTemplate() local 395 for (uint64_t offset = dynamic_offset_; offset < max_offset; offset += sizeof(DynType)) { in GetSonameWithTemplate() local 546 uint64_t offset = ehdr.e_shoff; in GetBuildIDInfo() local 593 uint64_t offset = 0; in ReadBuildIDFromMemory() local
|
/system/core/libpixelflinger/codeflinger/ |
D | ARMAssemblerInterface.cpp | 55 uint32_t offset = abs(immed8); in __immed8_pre() local 70 int Rn, uint32_t offset) in ADDR_LDR() 75 int Rn, uint32_t offset) in ADDR_STR()
|
/system/core/base/include/android-base/ |
D | mapped_file.h | 66 MappedFile(char* base, size_t size, size_t offset, HANDLE handle) in MappedFile() 70 MappedFile(char* base, size_t size, size_t offset) : base_(base), size_(size), offset_(offset) {} in MappedFile()
|
/system/core/libasyncio/ |
D | AsyncIO.cpp | 43 void io_prep(iocb* iocb, int fd, const void* buf, uint64_t count, int64_t offset, bool read) { in io_prep() 53 void io_prep_pread(struct iocb* iocb, int fd, void* buf, size_t count, long long offset) { in io_prep_pread() 57 void io_prep_pwrite(struct iocb* iocb, int fd, void* buf, size_t count, long long offset) { in io_prep_pwrite()
|
/system/update_engine/payload_generator/ |
D | boot_img_filesystem.cc | 61 uint64_t offset, in GetFile() 90 uint64_t offset = hdr_.page_size; in GetFiles() local
|