/hardware/interfaces/media/bufferpool/aidl/default/ |
D | BufferPoolClient.cpp | 40 class BufferPoolClient::Impl class in aidl::android::hardware::media::bufferpool2::implementation::BufferPoolClient 41 : public std::enable_shared_from_this<BufferPoolClient::Impl> { 43 explicit Impl(const std::shared_ptr<Accessor> &accessor, 46 explicit Impl(const std::shared_ptr<IAccessor> &accessor, 170 struct BufferPoolClient::Impl::BlockPoolDataDtor { 171 BlockPoolDataDtor(const std::shared_ptr<BufferPoolClient::Impl> &impl) in BlockPoolDataDtor() 183 const std::weak_ptr<BufferPoolClient::Impl> mImpl; 186 struct BufferPoolClient::Impl::ClientBuffer { 239 const std::shared_ptr<BufferPoolClient::Impl> &impl, in createCache() 272 BufferPoolClient::Impl::Impl(const std::shared_ptr<Accessor> &accessor, in Impl() function in aidl::android::hardware::media::bufferpool2::implementation::BufferPoolClient::Impl [all …]
|
D | ClientManager.cpp | 44 class ClientManager::Impl { class in aidl::android::hardware::media::bufferpool2::implementation::ClientManager 46 Impl(); 115 ClientManager::Impl::Impl() in Impl() function in aidl::android::hardware::media::bufferpool2::implementation::ClientManager::Impl 118 BufferPoolStatus ClientManager::Impl::registerSender( in registerSender() 180 BufferPoolStatus ClientManager::Impl::registerSender( in registerSender() 218 BufferPoolStatus ClientManager::Impl::create( in create() 251 BufferPoolStatus ClientManager::Impl::close(ConnectionId connectionId) { in close() 277 BufferPoolStatus ClientManager::Impl::flush(ConnectionId connectionId) { in flush() 290 BufferPoolStatus ClientManager::Impl::allocate( in allocate() 319 BufferPoolStatus ClientManager::Impl::receive( in receive() [all …]
|
D | BufferPoolClient.h | 87 class Impl; variable 88 std::shared_ptr<Impl> mImpl;
|
/hardware/google/aemu/host-common/testing/ |
D | HostAddressSpace.h | 70 class Impl; 71 static Impl* getImpl(); 74 std::unique_ptr<Impl> mImpl;
|
D | HostAddressSpace.cpp | 42 class HostAddressSpaceDevice::Impl { class in android::HostAddressSpaceDevice 44 Impl() : mControlOps(get_address_space_device_control_ops()), in Impl() function in android::HostAddressSpaceDevice::Impl 392 mImpl(new HostAddressSpaceDevice::Impl()) { } in HostAddressSpaceDevice() 458 HostAddressSpaceDevice::Impl* HostAddressSpaceDevice::getImpl() { in getImpl()
|
/hardware/google/aemu/base/include/aemu/base/ |
D | GLObjectCounter.h | 37 class Impl; 38 std::unique_ptr<Impl> mImpl;
|
D | Pool.h | 57 class Impl; 58 Impl* mImpl = nullptr;
|
D | CpuUsage.h | 61 class Impl; 62 std::unique_ptr<Impl> mImpl;
|
D | SubAllocator.h | 90 class Impl; 91 Impl* mImpl = nullptr;
|
/hardware/google/gfxstream/guest/android-emu/aemu/base/ |
D | Pool.h | 57 class Impl; 58 Impl* mImpl = nullptr;
|
D | AndroidSubAllocator.cpp | 28 class SubAllocator::Impl { class in gfxstream::guest::SubAllocator 30 Impl( in Impl() function in gfxstream::guest::SubAllocator::Impl 46 ~Impl() { in ~Impl() 198 new SubAllocator::Impl(buffer, totalSize, pageSize)) { } in SubAllocator()
|
D | AndroidSubAllocator.h | 89 class Impl; 90 Impl* mImpl = nullptr;
|
D | Pool.cpp | 262 class Pool::Impl { class in gfxstream::guest::Pool 264 Impl(size_t minSize, in Impl() function in gfxstream::guest::Pool::Impl 301 ~Impl() { in ~Impl() 384 mImpl(new Pool::Impl(minSize, in Pool()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | VkEncoder.cpp.inl | 5 class VkEncoder::Impl { class in VkEncoder 7 Impl(gfxstream::guest::IOStream* stream) : m_stream(stream), m_logEncodes(false) { function in VkEncoder::Impl 18 ~Impl() { m_stream.decStreamRef(); } 65 : mImpl(new VkEncoder::Impl(stream)), mHealthMonitor(healthMonitor) {}
|
/hardware/google/gfxstream/guest/android-emu/aemu/base/threads/ |
D | AndroidWorkPool.h | 44 class Impl; 45 std::unique_ptr<Impl> mImpl;
|
D | AndroidWorkPool.cpp | 332 class WorkPool::Impl { class in gfxstream::guest::WorkPool 334 Impl(int numInitialThreads) : mThreads(numInitialThreads) { in Impl() function in gfxstream::guest::WorkPool::Impl 340 ~Impl() = default; 451 WorkPool::WorkPool(int numInitialThreads) : mImpl(new WorkPool::Impl(numInitialThreads)) { } in WorkPool()
|
/hardware/google/aemu/base/include/aemu/base/threads/ |
D | Async.h | 47 class Impl; 48 std::unique_ptr<Impl> mImpl;
|
/hardware/google/aemu/base/include/aemu/base/memory/ |
D | MemoryTracker.h | 62 class Impl; 63 std::unique_ptr<Impl> mImpl;
|
/hardware/interfaces/audio/core/all-versions/vts/functional/ |
D | StreamWorker.h | 25 template <typename Impl> 87 bool success = static_cast<Impl*>(this)->workerInit(); in workerThread() 97 if (state != WorkerState::PAUSED ? static_cast<Impl*>(this)->workerCycle() in workerThread()
|
/hardware/google/aemu/base/ |
D | SubAllocator.cpp | 26 class SubAllocator::Impl { class in android::base::SubAllocator 28 Impl( in Impl() function in android::base::SubAllocator::Impl 44 ~Impl() { in ~Impl() 210 new SubAllocator::Impl(buffer, totalSize, pageSize)) { } in SubAllocator()
|
D | GLObjectCounter.cpp | 41 class GLObjectCounter::Impl { class in android::base::GLObjectCounter 98 GLObjectCounter::GLObjectCounter() : mImpl(new GLObjectCounter::Impl()) {} in GLObjectCounter()
|
D | MemoryTracker.cpp | 47 class MemoryTracker::Impl { class in android::base::MemoryTracker 50 Impl() in Impl() function in android::base::MemoryTracker::Impl 237 MemoryTracker::MemoryTracker() : mImpl(new MemoryTracker::Impl()) {} in MemoryTracker()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoder.h | 64 class Impl; 65 std::unique_ptr<Impl> mImpl;
|
/hardware/interfaces/media/bufferpool/aidl/default/include/bufferpool2/ |
D | ClientManager.h | 178 class Impl; member 179 const std::unique_ptr<Impl> mImpl;
|
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/ |
D | confirmationui_utils.h | 177 template <typename Impl> 182 return Impl::hmac256(key, {data...}); in hmac256()
|