Home
last modified time | relevance | path

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

/frameworks/av/media/bufferpool/1.0/
DAccessorImpl.h189 bool handleOwnBuffer(ConnectionId connectionId, BufferId bufferId);
DAccessorImpl.cpp200 mBufferPool.handleOwnBuffer(connectionId, *bufferId); in allocate()
264 bool Accessor::Impl::BufferPool::handleOwnBuffer( in handleOwnBuffer() function in android::hardware::media::bufferpool::V1_0::implementation::Accessor::Impl::BufferPool
361 handleOwnBuffer(message.connectionId, message.bufferId); in handleTransferResult()
/frameworks/av/media/bufferpool/2.0/
DAccessorImpl.h270 bool handleOwnBuffer(ConnectionId connectionId, BufferId bufferId);
DAccessorImpl.cpp229 mBufferPool.handleOwnBuffer(connectionId, *bufferId); in allocate()
440 bool Accessor::Impl::BufferPool::handleOwnBuffer( in handleOwnBuffer() function in android::hardware::media::bufferpool::V2_0::implementation::Accessor::Impl::BufferPool
544 handleOwnBuffer(message.connectionId, message.bufferId); in handleTransferResult()