/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/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/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/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/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()
|
D | ion_test_fixture.cpp | 192 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/ |
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/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/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/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/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/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/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/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/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()
|
/hardware/interfaces/automotive/can/1.0/default/libnl++/ |
D | MessageMutator.cpp | 45 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/ |
D | address_space.h | 40 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/ |
D | gr_ion_alloc.cpp | 110 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/ |
D | overlay3DPipe.h | 187 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/ |
D | overlay3DPipe.h | 187 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/ |
D | TempResidencyReporter.cpp | 43 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/ |
D | gr_ion_alloc.cpp | 106 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()
|