Home
last modified time | relevance | path

Searched defs:Impl (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/av/media/codec2/hidl/1.0/utils/
DInputSurfaceConnection.cpp72 struct InputSurfaceConnection::Impl : public ComponentWrapper { struct in android::hardware::media::c2::V1_0::utils::InputSurfaceConnection
74 Impl(const sp<GraphicBufferSource>& source, in Impl() argument
81 Impl(const sp<GraphicBufferSource>& source, in Impl() argument
110 virtual ~Impl() { in ~Impl()
115 bool init() { in init()
186 virtual status_t submitBuffer( in submitBuffer()
236 virtual status_t submitEos(int32_t bufferId) override { in submitEos()
254 virtual void dispatchDataSpaceChanged( in dispatchDataSpaceChanged()
266 struct ConfigurableIntf : public ConfigurableC2Intf {
289 c2_status_t queryFromSink( in queryFromSink()
[all …]
DClientBlockHelper.cpp150 class OutputBufferQueue::Impl { class in android::hardware::media::c2::V1_0::utils::OutputBufferQueue
162 Impl(): mGeneration(0), mBqId(0) {} in Impl() function in android::hardware::media::c2::V1_0::utils::OutputBufferQueue::Impl
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceUtils.cpp324 struct C2FieldSupportedValuesHelper<T>::Impl { struct in C2FieldSupportedValuesHelper
325 Impl(const C2FieldSupportedValues &values) in Impl() argument
334 typedef typename _C2FieldValueHelper<T>::ValueType ValueType;
335 C2FieldSupportedValues::type_t _mType;
336 C2SupportedRange<ValueType> _mRange;
337 C2SupportedValueSet<ValueType> _mValues;
338 C2SupportedValueSet<ValueType> _mFlags;
380 struct C2ParamFieldValuesBuilder<T>::Impl { struct in C2ParamFieldValuesBuilder
381 Impl(const C2ParamField &field) in Impl() argument
392 operator C2ParamFieldValues() const { in operator C2ParamFieldValues()
[all …]
DC2Debug.cpp236 struct C2FieldSupportedValuesHelper<T>::Impl { struct in C2FieldSupportedValuesHelper
240 typedef typename _C2FieldValueHelper<T>::ValueType ValueType;
241 C2FieldSupportedValues::type_t _mType;
242 C2SupportedRange<ValueType> _mRange;
243 C2SupportedValueSet<ValueType> _mValues;
244 C2SupportedFlags<ValueType> _mFlags;
DC2InterfaceHelper.cpp68 class C2InterfaceHelper::ParamHelper::Impl { class in C2InterfaceHelper::ParamHelper
70 Impl(ParamRef param, C2StringLiteral name, C2StructDescriptor &&strukt) in Impl() function in C2InterfaceHelper::ParamHelper::Impl
/frameworks/av/media/codec2/sfplugin/utils/
DCodec2BufferUtils.cpp477 struct MemoryBlockPool::Impl : MemoryBlockPoolImpl { struct in android::MemoryBlockPool
480 struct MemoryBlock::Impl { struct in android::MemoryBlock
481 Impl(std::list<MemoryBlockPoolBlock>::const_iterator block, in Impl() argument
486 ~Impl() { in ~Impl()
490 const uint8_t *data() const { in data()
494 size_t size() const { in size()
499 std::list<MemoryBlockPoolBlock>::const_iterator mBlock;
500 std::shared_ptr<MemoryBlockPoolImpl> mPool;
/frameworks/av/media/libstagefright/xmlparser/
DMediaCodecsXmlParser.cpp155 struct MediaCodecsXmlParser::Impl { struct in android::MediaCodecsXmlParser
157 struct Result {
176 struct Data {
183 enum Section {
198 struct State {
322 struct Parser {
368 Data mData;
369 State mState;
372 mutable std::string mCommonPrefix;
373 mutable RoleMap mRoleMap;
[all …]
/frameworks/av/media/bufferpool/1.0/
DBufferPoolClient.h89 class Impl; variable
DBufferPoolClient.cpp36 class BufferPoolClient::Impl class in android::hardware::media::bufferpool::V1_0::implementation::BufferPoolClient
247 BufferPoolClient::Impl::Impl(const sp<Accessor> &accessor) in Impl() function in android::hardware::media::bufferpool::V1_0::implementation::BufferPoolClient::Impl
261 BufferPoolClient::Impl::Impl(const sp<IAccessor> &accessor) in Impl() function in android::hardware::media::bufferpool::V1_0::implementation::BufferPoolClient::Impl
DClientManager.cpp91 class ClientManager::Impl { class in android::hardware::media::bufferpool::V1_0::implementation::ClientManager
159 ClientManager::Impl::Impl() {} in Impl() function in android::hardware::media::bufferpool::V1_0::implementation::ClientManager::Impl
/frameworks/av/media/bufferpool/2.0/
DBufferPoolClient.h97 class Impl; variable
DBufferPoolClient.cpp36 class BufferPoolClient::Impl class in android::hardware::media::bufferpool::V2_0::implementation::BufferPoolClient
262 BufferPoolClient::Impl::Impl(const sp<Accessor> &accessor, const sp<IObserver> &observer) in Impl() function in android::hardware::media::bufferpool::V2_0::implementation::BufferPoolClient::Impl
283 BufferPoolClient::Impl::Impl(const sp<IAccessor> &accessor, const sp<IObserver> &observer) in Impl() function in android::hardware::media::bufferpool::V2_0::implementation::BufferPoolClient::Impl
DClientManager.cpp93 class ClientManager::Impl { class in android::hardware::media::bufferpool::V2_0::implementation::ClientManager
165 ClientManager::Impl::Impl() in Impl() function in android::hardware::media::bufferpool::V2_0::implementation::ClientManager::Impl
/frameworks/av/media/codec2/core/include/media/stagefright/codec2/1.0/
DInputSurfaceConnection.h51 class Impl; variable
/frameworks/base/tools/sdkparcelables/src/com/android/sdkparcelables/
DParcelableDetector.kt34 private class Impl(val ancestors: Map<String, Ancestors>) { class
/frameworks/av/media/bufferpool/1.0/include/bufferpool/
DClientManager.h166 class Impl; member
/frameworks/av/media/bufferpool/2.0/include/bufferpool/
DClientManager.h182 class Impl; member
/frameworks/av/media/codec2/vndk/include/
DC2BqBufferPriv.h74 class Impl; variable
DC2BufferPriv.h121 class Impl; variable
/frameworks/av/media/codec2/vndk/
DC2Buffer.cpp194 class C2Block1D::Impl : public _C2Block1DImpl { class in C2Block1D
218 class C2ReadView::Impl : public _C2MappedBlock1DImpl { class in C2ReadView
248 class C2WriteView::Impl : public _C2MappedBlock1DImpl { class in C2WriteView
639 class C2PooledBlockPool::Impl { class in C2PooledBlockPool
641 Impl(const std::shared_ptr<C2Allocator> &allocator) in Impl() function in C2PooledBlockPool::Impl
960 class C2Block2D::Impl : public _C2MappingBlock2DImpl { class in C2Block2D
985 class C2GraphicView::Impl : public _C2MappedBlock2DImpl { class in C2GraphicView
1127 class C2BufferData::Impl { class in C2BufferData
1129 explicit Impl(const std::vector<C2ConstLinearBlock> &blocks) in Impl() function in C2BufferData::Impl
1134 explicit Impl(const std::vector<C2ConstGraphicBlock> &blocks) in Impl() function in C2BufferData::Impl
[all …]
DC2AllocatorIon.cpp150 class C2AllocationIon::Impl { class in android::C2AllocationIon
166Impl(int ionFd, size_t capacity, int bufferFd, ion_user_handle_t buffer, C2Allocator::id_t id, int… in Impl() function in android::C2AllocationIon::Impl
DC2AllocatorGralloc.cpp869 class C2AllocatorGralloc::Impl { class in android::C2AllocatorGralloc
913 C2AllocatorGralloc::Impl::Impl(id_t id, bool bufferQueue) in Impl() function in android::C2AllocatorGralloc::Impl
/frameworks/base/core/java/android/provider/
DDownloads.java42 public static final class Impl implements BaseColumns { class in Downloads
43 private Impl() {} in Impl() method in Downloads.Impl
/frameworks/base/services/core/java/com/android/server/connectivity/
DIpConnectivityMetrics.java265 public final class Impl extends IIpConnectivityMetrics.Stub { class in IpConnectivityMetrics
/frameworks/av/media/codec2/vndk/platform/
DC2BqBuffer.cpp330 class C2BufferQueueBlockPool::Impl class in C2BufferQueueBlockPool
485 Impl(const std::shared_ptr<C2Allocator> &allocator) in Impl() function in C2BufferQueueBlockPool::Impl

12