Home
last modified time | relevance | path

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

/frameworks/av/media/module/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/module/bufferpool/2.0/
DAccessorImpl.h283 bool handleOwnBuffer(ConnectionId connectionId, BufferId bufferId);
DAccessorImpl.cpp247 mBufferPool.handleOwnBuffer(connectionId, *bufferId); in allocate()
458 bool Accessor::Impl::BufferPool::handleOwnBuffer( in handleOwnBuffer() function in android::hardware::media::bufferpool::V2_0::implementation::Accessor::Impl::BufferPool
562 handleOwnBuffer(message.connectionId, message.bufferId); in handleTransferResult()