HomeSort by relevance Sort by last modified time
    Searched defs:BufferPoolClient (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/bufferpool/1.0/
BufferPoolClient.h 44 class BufferPoolClient {
50 explicit BufferPoolClient(const sp<Accessor> &accessor);
58 explicit BufferPoolClient(const sp<IAccessor> &accessor);
61 ~BufferPoolClient();
BufferPoolClient.cpp 17 #define LOG_TAG "BufferPoolClient"
22 #include "BufferPoolClient.h"
36 class BufferPoolClient::Impl
37 : public std::enable_shared_from_this<BufferPoolClient::Impl> {
147 struct BufferPoolClient::Impl::BlockPoolDataDtor {
148 BlockPoolDataDtor(const std::shared_ptr<BufferPoolClient::Impl> &impl)
160 const std::weak_ptr<BufferPoolClient::Impl> mImpl;
163 struct BufferPoolClient::Impl::ClientBuffer {
214 const std::shared_ptr<BufferPoolClient::Impl> &impl,
247 BufferPoolClient::Impl::Impl(const sp<Accessor> &accessor
    [all...]
  /frameworks/av/media/bufferpool/2.0/
BufferPoolClient.h 46 class BufferPoolClient {
52 explicit BufferPoolClient(const sp<Accessor> &accessor,
61 explicit BufferPoolClient(const sp<IAccessor> &accessor,
65 ~BufferPoolClient();
BufferPoolClient.cpp 17 #define LOG_TAG "BufferPoolClient"
22 #include "BufferPoolClient.h"
36 class BufferPoolClient::Impl
37 : public std::enable_shared_from_this<BufferPoolClient::Impl> {
160 struct BufferPoolClient::Impl::BlockPoolDataDtor {
161 BlockPoolDataDtor(const std::shared_ptr<BufferPoolClient::Impl> &impl)
173 const std::weak_ptr<BufferPoolClient::Impl> mImpl;
176 struct BufferPoolClient::Impl::ClientBuffer {
229 const std::shared_ptr<BufferPoolClient::Impl> &impl,
262 BufferPoolClient::Impl::Impl(const sp<Accessor> &accessor, const sp<IObserver> &observer
    [all...]

Completed in 66 milliseconds