Home
last modified time | relevance | path

Searched defs:size (Results 1 – 25 of 485) sorted by relevance

12345678910>>...20

/hardware/google/gfxstream/host/gl/
DBufferGl.cpp20 BufferGl::BufferGl(uint64_t size, HandleType handle, ContextHelper* helper) in BufferGl()
24 std::unique_ptr<BufferGl> BufferGl::create(uint64_t size, HandleType handle, ContextHelper* helper)… in create()
42 void BufferGl::read(uint64_t offset, uint64_t size, void* bytes) { in read()
68 void BufferGl::subUpdate(uint64_t offset, uint64_t size, const void* bytes) { in subUpdate()
94 const auto size = static_cast<uint64_t>(stream->getBe64()); in onLoad() local
/hardware/google/gfxstream/host/
DBuffer.cpp29 Buffer::Buffer(HandleType handle, uint64_t size) : mHandle(handle), mSize(size) {} in Buffer()
33 uint64_t size, HandleType handle) { in create()
72 const auto size = static_cast<uint64_t>(stream->getBe64()); in onLoad() local
104 void Buffer::readToBytes(uint64_t offset, uint64_t size, void* outBytes) { in readToBytes()
122 bool Buffer::updateFromBytes(uint64_t offset, uint64_t size, const void* bytes) { in updateFromBytes()
DVirtioGpuRingBlob.cpp27 uint64_t size, in RingBlob()
52 std::unique_ptr<RingBlob> RingBlob::CreateWithShmem(uint32_t id, uint64_t size) { in CreateWithShmem()
66 std::unique_ptr<RingBlob> RingBlob::CreateWithHostMemory(uint32_t id, uint64_t size, uint64_t align… in CreateWithHostMemory()
/hardware/google/gfxstream/guest/android-emu/aemu/base/
Daddress_space.h44 uint64_t size : 63; member
56 int size; member
73 static void* address_space_malloc0(size_t size) { in address_space_malloc0()
83 static void* address_space_realloc(void* ptr, size_t size) { in address_space_realloc()
149 uint64_t size) in address_space_allocator_split_block()
210 int size = allocator->size; in address_space_allocator_release_block() local
253 uint64_t size) in address_space_allocator_allocate()
285 int size = allocator->size; in address_space_allocator_deallocate() local
307 uint64_t size, in address_space_allocator_init()
375 int size; in address_space_allocator_run() local
/hardware/libhardware/modules/sensors/dynamic_sensor/
DRingBuffer.cpp24 RingBuffer::RingBuffer(size_t size) in RingBuffer()
36 ssize_t RingBuffer::write(const sensors_event_t *ev, size_t size) { in write()
68 ssize_t RingBuffer::read(sensors_event_t *ev, size_t size) { in read()
/hardware/google/aemu/base/include/aemu/base/
Daddress_space.h44 uint64_t size : 63; member
57 int size; member
78 static void* address_space_realloc(void* ptr, size_t size) { in address_space_realloc()
176 uint64_t size) in address_space_allocator_split_block()
239 uint64_t size, in address_space_allocator_split_block_at_offset()
329 int size = allocator->size; in address_space_allocator_release_block() local
372 uint64_t size) in address_space_allocator_allocate()
402 uint64_t size, in address_space_allocator_allocate_fixed()
438 int size = allocator->size; in address_space_allocator_deallocate() local
460 uint64_t size, in address_space_allocator_init()
[all …]
/hardware/google/gfxstream/host/vulkan/
DBufferVk.cpp23 std::unique_ptr<BufferVk> BufferVk::create(VkEmulation& vkEmulation, uint32_t handle, uint64_t size, in create()
42 void BufferVk::readToBytes(uint64_t offset, uint64_t size, void* outBytes) { in readToBytes()
46 bool BufferVk::updateFromBytes(uint64_t offset, uint64_t size, const void* bytes) { in updateFromBytes()
DVulkanStream.cpp131 ssize_t VulkanStream::read(void* buffer, size_t size) { in read()
142 ssize_t VulkanStream::bufferedWrite(const void* buffer, size_t size) { in bufferedWrite()
151 ssize_t VulkanStream::write(const void* buffer, size_t size) { return bufferedWrite(buffer, size); } in write()
196 ssize_t VulkanMemReadingStream::read(void* buffer, size_t size) { in read()
202 ssize_t VulkanMemReadingStream::write(const void* buffer, size_t size) { in write()
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DStreamIoUtil.h42 charvectorbuf(CharT *begin, size_t size) { in charvectorbuf()
56 charvectorbuf(const CharT *begin, size_t size) { in charvectorbuf()
126 void init(const CharT *base, size_t size) { in init()
131 void init(CharT *base, size_t size) { in init()
/hardware/google/aemu/host-common/
Daddress_space_host_memory_allocator.cpp60 const uint64_t size) { in allocate_impl()
102 const uint64_t size = i->second.second; in unallocate() local
126 const uint64_t size = kv.second.second; in save() local
142 uint64_t size = stream->getBe64(); in load() local
160 size_t size = kv.second.second; in clear() local
/hardware/google/gfxstream/guest/qemupipe/
Dqemu_pipe_common.cpp17 int qemu_pipe_read_fully(QEMU_PIPE_HANDLE pipe, void* buffer, int size) { in qemu_pipe_read_fully()
31 int qemu_pipe_write_fully(QEMU_PIPE_HANDLE pipe, const void* buffer, int size) { in qemu_pipe_write_fully()
/hardware/google/gfxstream/host/gl/glsnapshot/
DGLSnapshot.cpp28 void GLSnapshotState::getGlobalStateEnum(GLenum name, int size) { in getGlobalStateEnum()
35 void GLSnapshotState::getGlobalStateByte(GLenum name, int size) { in getGlobalStateByte()
42 void GLSnapshotState::getGlobalStateInt(GLenum name, int size) { in getGlobalStateInt()
49 void GLSnapshotState::getGlobalStateFloat(GLenum name, int size) { in getGlobalStateFloat()
56 void GLSnapshotState::getGlobalStateInt64(GLenum name, int size) { in getGlobalStateInt64()
/hardware/google/pixel/perfstatsd/include/
Dperfstats_buffer.h65 size_t size() { return mBufferSize; } in size() function
68 void setSize(size_t size) { mBufferSize = size; } in setSize()
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/include/GLcommon/
DRangeManip.h25 Range(int start,int size):m_start(start),m_end(start+size),m_size(size){}; in Range()
27 void setRange(int start,int size){m_start = start; m_end = start+size; m_size = size;}; in setRange()
DGLSnapshotSerializers.h21 size_t size = (size_t)stream->getBe32(); in loadContainer() local
31 size_t size = static_cast<size_t>(stream->getBe32()); in loadNameMap() local
/hardware/interfaces/keymaster/4.0/support/fuzzer/
Dkeymaster4_utils_fuzzer.cpp70 size_t size = mFdp->ConsumeIntegralInRange<size_t>(0, sizeof(hw_auth_token_t)); in invokeKeyMasterUtils() local
87 void KeyMaster4UtilsFuzzer::process(const uint8_t* data, size_t size) { in process()
92 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { in LLVMFuzzerTestOneInput()
/hardware/google/aemu/base/
DContiguousRangeMapper_unittest.cpp34 [&numTotalRanges](uintptr_t start, uintptr_t size) { in TEST()
73 [&numTotalRanges](uintptr_t start, uintptr_t size) { in TEST()
106 [&numTotalRanges](uintptr_t start, uintptr_t size) { in TEST()
DStdioStream.cpp44 ssize_t StdioStream::read(void* buffer, size_t size) { in read()
54 ssize_t StdioStream::write(const void* buffer, size_t size) { in write()
DFileUtils.cpp45 off_t size = lseek(fd, 0, SEEK_END); in readFileIntoString() local
91 bool setFileSize(int fd, int64_t size) { in setFileSize()
/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXalloca.h83 # define ALLOCATE_LOCAL(size) alloca((int)(size)) argument
101 # define ALLOCATE_LOCAL(size) alloca((int)(size)) argument
/hardware/libhardware/include_all/hardware/
Dgps_internal.h35 size_t size; member
58 size_t size; member
71 size_t size; member
86 size_t size; member
/hardware/libhardware/include/hardware/
Dgps_internal.h35 size_t size; member
58 size_t size; member
71 size_t size; member
86 size_t size; member
/hardware/interfaces/thermal/1.0/default/
DThermal.cpp59 ssize_t size = mModule->getTemperatures(mModule, nullptr, 0); in getTemperatures() local
115 ssize_t size = mModule->getCpuUsages(mModule, nullptr); in getCpuUsages() local
153 ssize_t size = mModule->getCoolingDevices(mModule, nullptr, 0); in getCoolingDevices() local
/hardware/google/gfxstream/guest/android-emu/aemu/base/files/
DMemStream.cpp32 ssize_t MemStream::read(void* buffer, size_t size) { in read()
39 ssize_t MemStream::write(const void* buffer, size_t size) { in write()
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DRangeManip.cpp23 int size = min_end - max_start; in rangeIntersection() local
35 int size = max_end - min_start; in rangeUnion() local
64 int RangeList::size() const{ in size() function in RangeList

12345678910>>...20