Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 330) sorted by relevance

12345678910>>...14

/hardware/google/pixel/misc_writer/
Dmisc_writer.cpp31 bool MiscWriter::OffsetAndSizeInVendorSpace(size_t offset, size_t size) { in OffsetAndSizeInVendorSpace()
36 bool MiscWriter::WriteMiscPartitionVendorSpace(const void* data, size_t size, size_t offset, in WriteMiscPartitionVendorSpace()
51 size_t offset = 0; in PerformAction() local
Dmisc_writer_test.cpp51 void MiscWriterTest::CheckMiscPartitionVendorSpaceContent(size_t offset, in CheckMiscPartitionVendorSpaceContent()
81 size_t offset = 12360; in TEST_F() local
116 size_t offset = MiscWriter::kMaxRamSizeOffsetInVendorSpace; in TEST_F() local
/hardware/qcom/display/msm8960/libgralloc/
Dionalloc.cpp127 int IonAlloc::free_buffer(void* base, size_t size, int offset, int fd) in free_buffer()
143 int IonAlloc::map_buffer(void **pBase, size_t size, int offset, int fd) in map_buffer()
167 int IonAlloc::unmap_buffer(void *base, size_t size, int offset) in unmap_buffer()
179 int IonAlloc::clean_buffer(void *base, size_t size, int offset, int fd, int op) in clean_buffer()
/hardware/google/aemu/host-common/testing/
DHostAddressSpace.cpp186 static uint64_t offsetToPhysAddr(uint64_t offset) { in offsetToPhysAddr()
254 int allocSharedHostRegion(uint64_t page_aligned_size, uint64_t* offset) { in allocSharedHostRegion()
263 int allocSharedHostRegionLocked(uint64_t page_aligned_size, uint64_t* offset) { in allocSharedHostRegionLocked()
278 int allocSharedHostRegionFixedLocked(uint64_t page_aligned_size, uint64_t offset) { in allocSharedHostRegionFixedLocked()
290 int freeSharedHostRegion(uint64_t offset) { in freeSharedHostRegion()
295 int freeSharedHostRegionLocked(uint64_t offset) { in freeSharedHostRegionLocked()
340 uint64_t offset, in blockContainsOffset()
347 uint64_t offsetIntoBlock( in offsetIntoBlock()
362 const MemoryMap& memoryMap, uint64_t offset, uint64_t size) const { in enclosingSharedRegionExists()
462 int HostAddressSpaceDevice::allocSharedHostRegion(uint64_t page_aligned_size, uint64_t* offset) { in allocSharedHostRegion()
[all …]
/hardware/google/aemu/host-common/
DHostAddressSpace_unittest.cpp84 uint64_t offset; in TEST_F() local
114 uint64_t offset; in TEST_F() local
140 uint64_t offset; in TEST_F() local
170 uint64_t offset; in TEST_F() local
206 uint64_t offset; in TEST_F() local
/hardware/interfaces/bluetooth/hci/
Dhci_packetizer.cc41 size_t offset = packet_length_offset_for_type[static_cast<uint8_t>(type)]; in HciGetPacketLengthForType() local
54 size_t offset) { in OnDataReady()
/hardware/google/graphics/common/libion/test/
Dion_test_fixture.h119 void ionTestWriteDma(int fd, void *ptr, size_t size, off_t offset) { in ionTestWriteDma()
122 void ionTestReadDma(int fd, void *ptr, size_t size, off_t offset) { in ionTestReadDma()
125 void ionTestWriteKernel(int fd, void *ptr, size_t size, off_t offset) { in ionTestWriteKernel()
128 void ionTestReadKernel(int fd, void *ptr, size_t size, off_t offset) { in ionTestReadKernel()
Dion_test_fixture.cpp192 void *ptr, size_t size, off_t offset) in ionTestMapping()
240 void IonClientDeviceTest::fill(void *ptr, size_t size, off_t offset) in fill()
255 bool IonClientDeviceTest::check(void *ptr, size_t size, off_t offset) in check()
/hardware/qcom/display/msm8909w_3100/libgralloc/
Dionalloc.cpp123 int IonAlloc::free_buffer(void* base, unsigned int size, unsigned int offset, in free_buffer()
141 int IonAlloc::map_buffer(void **pBase, unsigned int size, unsigned int offset, in map_buffer()
181 int IonAlloc::clean_buffer(void *base, unsigned int size, unsigned int offset, in clean_buffer()
/hardware/qcom/display/msm8994/libgralloc/
Dionalloc.cpp134 int IonAlloc::free_buffer(void* base, unsigned int size, unsigned int offset, in free_buffer()
152 int IonAlloc::map_buffer(void **pBase, unsigned int size, unsigned int offset, in map_buffer()
192 int IonAlloc::clean_buffer(void *base, unsigned int size, unsigned int offset, in clean_buffer()
/hardware/qcom/display/msm8909/libgralloc/
Dionalloc.cpp123 int IonAlloc::free_buffer(void* base, unsigned int size, unsigned int offset, in free_buffer()
141 int IonAlloc::map_buffer(void **pBase, unsigned int size, unsigned int offset, in map_buffer()
181 int IonAlloc::clean_buffer(void *base, unsigned int size, unsigned int offset, in clean_buffer()
/hardware/qcom/display/msm8226/libgralloc/
Dionalloc.cpp123 int IonAlloc::free_buffer(void* base, unsigned int size, unsigned int offset, in free_buffer()
140 int IonAlloc::map_buffer(void **pBase, unsigned int size, unsigned int offset, in map_buffer()
178 int IonAlloc::clean_buffer(void *base, unsigned int size, unsigned int offset, in clean_buffer()
/hardware/qcom/display/msm8996/libgralloc/
Dionalloc.cpp128 int IonAlloc::free_buffer(void* base, unsigned int size, unsigned int offset, in free_buffer()
146 int IonAlloc::map_buffer(void **pBase, unsigned int size, unsigned int offset, in map_buffer()
186 int IonAlloc::clean_buffer(void *base, unsigned int size, unsigned int offset, in clean_buffer()
/hardware/qcom/display/msm8084/libgralloc/
Dionalloc.cpp123 int IonAlloc::free_buffer(void* base, size_t size, size_t offset, int fd) in free_buffer()
139 int IonAlloc::map_buffer(void **pBase, size_t size, size_t offset, int fd) in map_buffer()
175 int IonAlloc::clean_buffer(void *base, size_t size, size_t offset, int fd, int op) in clean_buffer()
/hardware/qcom/display/msm8909/gralloc/
Dgr_ion_alloc.cpp105 int IonAlloc::FreeBuffer(void *base, unsigned int size, unsigned int offset, int fd, in FreeBuffer()
125 int IonAlloc::MapBuffer(void **base, unsigned int size, unsigned int offset, int fd) { in MapBuffer()
169 int IonAlloc::CleanBuffer(void *base, unsigned int size, unsigned int offset, int handle, int op) { in CleanBuffer()
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_ion_alloc.cpp105 int IonAlloc::FreeBuffer(void *base, unsigned int size, unsigned int offset, int fd, in FreeBuffer()
125 int IonAlloc::MapBuffer(void **base, unsigned int size, unsigned int offset, int fd) { in MapBuffer()
169 int IonAlloc::CleanBuffer(void *base, unsigned int size, unsigned int offset, int handle, int op) { in CleanBuffer()
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_ion_alloc.cpp105 int IonAlloc::FreeBuffer(void *base, unsigned int size, unsigned int offset, int fd, in FreeBuffer()
125 int IonAlloc::MapBuffer(void **base, unsigned int size, unsigned int offset, int fd) { in MapBuffer()
169 int IonAlloc::CleanBuffer(void *base, unsigned int size, unsigned int offset, int handle, int op) { in CleanBuffer()
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_ion_alloc.cpp119 int IonAlloc::FreeBuffer(void *base, unsigned int size, unsigned int offset, int fd, in FreeBuffer()
139 int IonAlloc::MapBuffer(void **base, unsigned int size, unsigned int offset, int fd) { in MapBuffer()
183 int IonAlloc::CleanBuffer(void *base, unsigned int size, unsigned int offset, int handle, int op) { in CleanBuffer()
/hardware/interfaces/automotive/can/1.0/default/libnl++/
DMessageMutator.cpp45 const auto offset = constBuffer().getOffset(attrData); in write() local
56 const auto offset = constBuffer().getOffset(buf); in fragment() local
/hardware/google/aemu/base/include/aemu/base/
Daddress_space.h40 uint64_t offset; member
126 uint64_t offset) in address_space_allocator_find_available_block_at_offset()
238 uint64_t offset) in address_space_allocator_split_block_at_offset()
399 uint64_t offset) in address_space_allocator_allocate_fixed()
431 uint64_t offset) in address_space_allocator_deallocate()
/hardware/qcom/sm8150/display/gralloc/
Dgr_ion_alloc.cpp110 int IonAlloc::FreeBuffer(void *base, unsigned int size, unsigned int offset, int fd, in FreeBuffer()
220 int IonAlloc::FreeBuffer(void *base, unsigned int size, unsigned int offset, int fd, in FreeBuffer()
252 int IonAlloc::CleanBuffer(void *base, unsigned int size, unsigned int offset, int handle, int op, in CleanBuffer()
323 int IonAlloc::MapBuffer(void **base, unsigned int size, unsigned int offset, int fd) { in MapBuffer()
/hardware/qcom/display/msm8960/liboverlay/pipes/
Doverlay3DPipe.h187 inline bool M3DExtPipe<CHAN>::queueBuffer(int fd, uint32_t offset) { in queueBuffer()
256 inline bool M3DPrimaryPipe<CHAN>::queueBuffer(int fd, uint32_t offset) { in queueBuffer()
314 inline bool S3DExtPipe<CHAN>::queueBuffer(int fd, uint32_t offset) { in queueBuffer()
389 inline bool S3DPrimaryPipe<CHAN>::queueBuffer(int fd, uint32_t offset) { in queueBuffer()
/hardware/qcom/display/msm8084/liboverlay/pipes/
Doverlay3DPipe.h187 inline bool M3DExtPipe<CHAN>::queueBuffer(int fd, uint32_t offset) { in queueBuffer()
256 inline bool M3DPrimaryPipe<CHAN>::queueBuffer(int fd, uint32_t offset) { in queueBuffer()
314 inline bool S3DExtPipe<CHAN>::queueBuffer(int fd, uint32_t offset) { in queueBuffer()
389 inline bool S3DPrimaryPipe<CHAN>::queueBuffer(int fd, uint32_t offset) { in queueBuffer()
/hardware/google/pixel/pixelstats/
DTempResidencyReporter.cpp43 bool updateOffsetAndCheckBound(int *offset, const int &bytes_read, const int &data_len) { in updateOffsetAndCheckBound()
56 int offset = 0; in parse_file_contents() local
/hardware/qcom/sm7250/display/gralloc/
Dgr_ion_alloc.cpp106 int IonAlloc::FreeBuffer(void *base, unsigned int size, unsigned int offset, int fd, in FreeBuffer()
157 int IonAlloc::MapBuffer(void **base, unsigned int size, unsigned int offset, int fd) { in MapBuffer()

12345678910>>...14