Home
last modified time | relevance | path

Searched refs:AllocateBuffersLocked (Results 1 – 4 of 4) sorted by relevance

/hardware/google/camera/common/hal/utils/
Dzsl_buffer_manager.h141 status_t AllocateBuffersLocked(uint32_t buffer_number);
Dinternal_stream_manager.h142 status_t AllocateBuffersLocked(const HalStream& hal_stream,
Dzsl_buffer_manager.cc71 status_t res = AllocateBuffersLocked(num_buffers); in AllocateBuffers()
81 status_t ZslBufferManager::AllocateBuffersLocked(uint32_t buffer_number) { in AllocateBuffersLocked() function in android::google_camera_hal::ZslBufferManager
132 status_t res = AllocateBuffersLocked(/*buffer_number=*/1); in GetEmptyBuffer()
Dinternal_stream_manager.cc148 return AllocateBuffersLocked(hal_stream, additional_num_buffers, in AllocateBuffers()
152 status_t InternalStreamManager::AllocateBuffersLocked( in AllocateBuffersLocked() function in android::google_camera_hal::InternalStreamManager
295 status_t res = AllocateBuffersLocked(hal_stream, total_additional_num_buffers, in AllocateSharedBuffers()