/hardware/google/pixel/misc_writer/ |
D | misc_writer.cpp | 31 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
|
D | misc_writer_test.cpp | 51 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/google/gfxstream/guest/mesa/src/util/ |
D | vma.c | 33 uint64_t offset; member 108 uint64_t offset, uint64_t size) in util_vma_hole_alloc() 185 uint64_t offset = (hole->size - size) + hole->offset; in util_vma_heap_alloc() local 216 uint64_t offset = hole->offset; in util_vma_heap_alloc() local 250 uint64_t offset, uint64_t size) in util_vma_heap_alloc_addr() 288 uint64_t offset, uint64_t size) in util_vma_heap_free()
|
D | u_vector.c | 60 uint32_t offset, size, split, src_tail, dst_tail; in u_vector_add() local 104 uint32_t offset; in u_vector_remove() local
|
D | os_memory_fd.c | 54 size_t offset; member 110 size_t alloc_size, offset; in os_malloc_aligned_fd() local 177 size_t offset = ((size_t*)ptr)[-1]; in os_free_fd() local
|
/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | IndexRangeCache.cpp | 23 size_t offset, in addRange() 35 size_t offset, in findRange() 56 void IndexRangeCache::invalidateRange(size_t offset, size_t size) { in invalidateRange()
|
D | glUtils.h | 119 template <class T> void shiftIndices(T *indices, int count, int offset) { in shiftIndices() 128 template <class T> void shiftIndices(const T *src, T *dst, int count, int offset) in shiftIndices() 138 (T *indices, int count, int offset, in shiftIndicesExcept() 153 (const T *src, T *dst, int count, int offset, in shiftIndicesExcept()
|
/hardware/qcom/display/msm8960/libgralloc/ |
D | ionalloc.cpp | 127 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/ |
D | HostAddressSpace.cpp | 186 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/interfaces/staging/security/see/storage/aidl/android/hardware/security/see/storage/ |
D | IFile.aidl | 38 byte[] read(long size, long offset); in read() 53 long write(long offset, in byte[] buffer); in write()
|
/hardware/google/aemu/host-common/ |
D | HostAddressSpace_unittest.cpp | 84 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/google/gfxstream/host/vulkan/ |
D | BufferVk.cpp | 40 void BufferVk::readToBytes(uint64_t offset, uint64_t size, void* outBytes) { in readToBytes() 44 bool BufferVk::updateFromBytes(uint64_t offset, uint64_t size, const void* bytes) { in updateFromBytes()
|
/hardware/google/gfxstream/guest/platform/fuchsia/ |
D | FuchsiaVirtGpuBlob.cpp | 48 int FuchsiaVirtGpuResource::transferFromHost(uint32_t offset, uint32_t size) { in transferFromHost() 53 int FuchsiaVirtGpuResource::transferToHost(uint32_t offset, uint32_t size) { in transferToHost()
|
/hardware/google/graphics/common/libion/test/ |
D | ion_test_fixture.h | 119 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()
|
/hardware/qcom/display/msm8084/libgralloc/ |
D | ionalloc.cpp | 123 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/msm8909w_3100/libgralloc/ |
D | ionalloc.cpp | 123 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/ |
D | ionalloc.cpp | 134 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/msm8996/libgralloc/ |
D | ionalloc.cpp | 128 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/msm8226/libgralloc/ |
D | ionalloc.cpp | 123 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/msm8909/libgralloc/ |
D | ionalloc.cpp | 123 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/interfaces/bluetooth/hci/ |
D | hci_packetizer.cc | 41 size_t offset = packet_length_offset_for_type[static_cast<uint8_t>(type)]; in HciGetPacketLengthForType() local 54 size_t* offset) { in OnDataReady()
|
/hardware/qcom/display/msm8909/gralloc/ |
D | gr_ion_alloc.cpp | 105 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/ |
D | gr_ion_alloc.cpp | 105 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/ |
D | gr_ion_alloc.cpp | 105 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/ |
D | gr_ion_alloc.cpp | 119 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()
|