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

  /hardware/google/av/codec2/vndk/bufferpool/
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> {
141 struct BufferPoolClient::Impl::BlockPoolDataDtor {
142 BlockPoolDataDtor(const std::shared_ptr<BufferPoolClient::Impl> &impl)
154 const std::weak_ptr<BufferPoolClient::Impl> mImpl;
157 struct BufferPoolClient::Impl::ClientBuffer {
208 const std::shared_ptr<BufferPoolClient::Impl> &impl,
241 BufferPoolClient::Impl::Impl(const sp<Accessor> &accessor
    [all...]
ClientManager.cpp 25 #include "BufferPoolClient.h"
138 std::list<std::pair<const wp<IAccessor>, const std::weak_ptr<BufferPoolClient>>>
152 std::map<ConnectionId, const std::shared_ptr<BufferPoolClient>>
170 const std::shared_ptr<BufferPoolClient> client = it->second.lock();
187 const std::shared_ptr<BufferPoolClient> client =
188 std::make_shared<BufferPoolClient>(accessor);
197 const std::weak_ptr<BufferPoolClient> wclient = client;
269 std::shared_ptr<BufferPoolClient> client =
270 std::make_shared<BufferPoolClient>(accessor);
280 const std::weak_ptr<BufferPoolClient> wclient = client
    [all...]

Completed in 204 milliseconds