Home
last modified time | relevance | path

Searched refs:handleOwnBuffer (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/media/bufferpool/aidl/default/
DBufferPool.h227 bool handleOwnBuffer(ConnectionId connectionId, BufferId bufferId);
DBufferPool.cpp179 bool BufferPool::handleOwnBuffer( in handleOwnBuffer() function in aidl::android::hardware::media::bufferpool2::implementation::BufferPool
283 handleOwnBuffer(message.connectionId, message.bufferId); in handleTransferResult()
DAccessor.cpp223 mBufferPool.handleOwnBuffer(connectionId, *bufferId); in allocate()