Searched defs:buffer_allocator (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/system/memory/libdmabufheap/ |
D | BufferAllocatorWrapper.cpp | 28 void FreeDmabufHeapBufferAllocator(BufferAllocator* buffer_allocator) { in FreeDmabufHeapBufferAllocator() 32 int DmabufHeapAlloc(BufferAllocator* buffer_allocator, const char* heap_name, size_t len, in DmabufHeapAlloc() 39 int DmabufSetName(BufferAllocator* buffer_allocator, unsigned int dmabuf_fd, in DmabufSetName() 46 int DmabufHeapAllocSystem(BufferAllocator* buffer_allocator, bool cpu_access, size_t len, in DmabufHeapAllocSystem() 52 int MapDmabufHeapNameToIonHeap(BufferAllocator* buffer_allocator, const char* heap_name, in MapDmabufHeapNameToIonHeap() 62 int DmabufHeapCpuSyncStart(BufferAllocator* buffer_allocator, unsigned int dmabuf_fd, in DmabufHeapCpuSyncStart() 71 int DmabufHeapCpuSyncEnd(BufferAllocator* buffer_allocator, unsigned int dmabuf_fd, in DmabufHeapCpuSyncEnd()
|
/aosp_15_r20/hardware/google/camera/common/hal/utils/ |
D | internal_stream_manager.cc | 44 IHalBufferAllocator* buffer_allocator, int partial_result_count) { in Create() 58 void InternalStreamManager::Initialize(IHalBufferAllocator* buffer_allocator, in Initialize()
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/buffer/ |
D | allocator.rs | 456 let buffer_allocator = SubbufferAllocator::new(memory_allocator, Default::default()); in reserve() localVariable 468 let buffer_allocator = SubbufferAllocator::new(memory_allocator, Default::default()); in capacity_increase() localVariable
|
/aosp_15_r20/external/executorch/examples/mediatek/executor_runner/llama_runner/ |
H A D | ModelChunk.cpp | 439 auto& buffer_allocator = GET_NEURON_ALLOCATOR; in AllocateIoBuffers() local 479 auto& buffer_allocator = GET_NEURON_ALLOCATOR; in ReleaseIoBuffers() local
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/io/ |
H A D | event_loop_socket_factory.cc | 21 QuicEventLoop* event_loop, quiche::QuicheBufferAllocator* buffer_allocator) in EventLoopSocketFactory()
|
H A D | event_loop_connecting_client_socket.cc | 28 QuicEventLoop* event_loop, quiche::QuicheBufferAllocator* buffer_allocator, in EventLoopConnectingClientSocket()
|
/aosp_15_r20/packages/modules/Bluetooth/system/hci/src/ |
D | packet_fragmenter.cc | 76 static const allocator_t* buffer_allocator; variable
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
H A D | gemm_algorithm_picker.cc | 253 se::RedzoneAllocator buffer_allocator = in DoGemmAutotune() local
|
/aosp_15_r20/hardware/interfaces/tv/tuner/1.0/default/ |
H A D | Filter.cpp | 628 auto buffer_allocator = std::make_unique<BufferAllocator>(); in createAvIonFd() local
|
/aosp_15_r20/hardware/interfaces/tv/tuner/1.1/default/ |
H A D | Filter.cpp | 834 auto buffer_allocator = std::make_unique<BufferAllocator>(); in createAvIonFd() local
|
/aosp_15_r20/hardware/interfaces/tv/tuner/aidl/default/ |
H A D | Filter.cpp | 1092 auto buffer_allocator = std::make_unique<BufferAllocator>(); in createAvIonFd() local
|