Home
last modified time | relevance | path

Searched defs:Impl (Results 1 – 25 of 32) 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() function
110 virtual ~Impl() { in ~Impl()
115 bool init() { in init()
186 virtual status_t submitBuffer( in submitBuffer()
238 virtual status_t submitEos(int32_t bufferId) override { in submitEos()
256 virtual void dispatchDataSpaceChanged( in dispatchDataSpaceChanged()
268 struct ConfigurableIntf : public ConfigurableC2Intf {
291 c2_status_t queryFromSink( in queryFromSink()
[all …]
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceUtils.cpp326 struct C2FieldSupportedValuesHelper<T>::Impl { struct in C2FieldSupportedValuesHelper
327 Impl(const C2FieldSupportedValues &values) in Impl() function
336 typedef typename _C2FieldValueHelper<T>::ValueType ValueType;
337 C2FieldSupportedValues::type_t _mType;
338 C2SupportedRange<ValueType> _mRange;
339 C2SupportedValueSet<ValueType> _mValues;
340 C2SupportedValueSet<ValueType> _mFlags;
382 struct C2ParamFieldValuesBuilder<T>::Impl { struct in C2ParamFieldValuesBuilder
383 Impl(const C2ParamField &field) in Impl() function
394 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;
/frameworks/av/media/libstagefright/xmlparser/
DMediaCodecsXmlParser.cpp158 struct MediaCodecsXmlParser::Impl { struct in android::MediaCodecsXmlParser
160 struct Result {
179 struct Data {
186 enum Section {
201 struct State {
325 struct Parser {
373 Data mData;
374 State mState;
377 mutable std::string mCommonPrefix;
378 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.cpp38 class BufferPoolClient::Impl class in android::hardware::media::bufferpool::V2_0::implementation::BufferPoolClient
268 BufferPoolClient::Impl::Impl(const sp<Accessor> &accessor, const sp<IObserver> &observer) in Impl() function in android::hardware::media::bufferpool::V2_0::implementation::BufferPoolClient::Impl
289 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/sfplugin/utils/
DCodec2BufferUtils.cpp696 struct MemoryBlockPool::Impl : MemoryBlockPoolImpl { struct in android::MemoryBlockPool
699 struct MemoryBlock::Impl { struct in android::MemoryBlock
700 Impl(std::list<MemoryBlockPoolBlock>::const_iterator block, in Impl() function
705 ~Impl() { in ~Impl()
709 const uint8_t *data() const { in data()
713 size_t size() const { in size()
718 std::list<MemoryBlockPoolBlock>::const_iterator mBlock;
719 std::shared_ptr<MemoryBlockPoolImpl> mPool;
/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 in com.android.sdkparcelables.ParcelableDetector
/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/
DC2BufferPriv.h121 class Impl; variable
DC2BqBufferPriv.h110 class Impl; variable
/frameworks/av/media/codec2/vndk/
DC2Buffer.cpp198 class C2Block1D::Impl : public _C2Block1DImpl { class in C2Block1D
222 class C2ReadView::Impl : public _C2MappedBlock1DImpl { class in C2ReadView
252 class C2WriteView::Impl : public _C2MappedBlock1DImpl { class in C2WriteView
665 class C2PooledBlockPool::Impl { class in C2PooledBlockPool
667 Impl(const std::shared_ptr<C2Allocator> &allocator) in Impl() function in C2PooledBlockPool::Impl
986 class C2Block2D::Impl : public _C2MappingBlock2DImpl { class in C2Block2D
1011 class C2GraphicView::Impl : public _C2MappedBlock2DImpl { class in C2GraphicView
1153 class C2BufferData::Impl { class in C2BufferData
1155 explicit Impl(const std::vector<C2ConstLinearBlock> &blocks) in Impl() function in C2BufferData::Impl
1160 explicit Impl(const std::vector<C2ConstGraphicBlock> &blocks) in Impl() function in C2BufferData::Impl
[all …]
DC2Fence.cpp28 class C2Fence::Impl { class in C2Fence
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DTaskStackChangeListeners.java121 private class Impl extends TaskStackListener implements Handler.Callback { class in TaskStackChangeListeners
154 private Impl(Looper looper) { in Impl() method in TaskStackChangeListeners.Impl
158 private Impl(Handler handler) { in Impl() method in TaskStackChangeListeners.Impl
/frameworks/base/core/java/android/inputmethodservice/
DNavigationBarController.java122 private static final class Impl implements Callback, Window.DecorCallback { class in NavigationBarController
157 Impl(@NonNull InputMethodService inputMethodService) { in Impl() method in NavigationBarController.Impl
/frameworks/base/core/java/android/provider/
DDownloads.java43 public static final class Impl implements BaseColumns { class in Downloads
44 private Impl() {} in Impl() method in Downloads.Impl
/frameworks/base/core/java/com/android/internal/infra/
DServiceConnector.java245 class Impl<I extends IInterface> extends ArrayDeque<Job<I, ?>> class
292 public Impl(@NonNull Context context, @NonNull Intent intent, int bindingFlags, in Impl() method in ServiceConnector.Impl
/frameworks/av/media/codec2/sfplugin/tests/
DCCodecConfig_test.cpp117 class Impl : public C2InterfaceHelper { class in android::CCodecConfigTest::Configurable
119 Impl(const std::shared_ptr<C2ReflectorHelper> &reflector, in Impl() function in android::CCodecConfigTest::Configurable::Impl
/frameworks/native/include/ftl/
Dsmall_vector.h301 using Impl = std::vector<T>; variable

12