/frameworks/base/core/java/android/app/ |
D | DownloadManager.java | 82 public final static String COLUMN_ID = Downloads.Impl._ID; 88 public final static String COLUMN_TITLE = Downloads.Impl.COLUMN_TITLE; 94 public final static String COLUMN_DESCRIPTION = Downloads.Impl.COLUMN_DESCRIPTION; 99 public final static String COLUMN_URI = Downloads.Impl.COLUMN_URI; 140 public final static String COLUMN_STATUS = Downloads.Impl.COLUMN_STATUS; 143 public final static String COLUMN_FILE_NAME_HINT = Downloads.Impl.COLUMN_FILE_NAME_HINT; 180 public static final String COLUMN_MEDIAPROVIDER_URI = Downloads.Impl.COLUMN_MEDIAPROVIDER_URI; 183 public static final String COLUMN_DESTINATION = Downloads.Impl.COLUMN_DESTINATION; 187 public static final String COLUMN_MEDIASTORE_URI = Downloads.Impl.COLUMN_MEDIASTORE_URI; 192 public final static String COLUMN_ALLOW_WRITE = Downloads.Impl.COLUMN_ALLOW_WRITE; [all …]
|
/frameworks/av/media/module/bufferpool/2.0/ |
D | AccessorImpl.cpp | 153 Accessor::Impl::ConnectionIdGenerator::ConnectionIdGenerator() { in ConnectionIdGenerator() 158 ConnectionId Accessor::Impl::ConnectionIdGenerator::getConnectionId() { in getConnectionId() 172 Accessor::Impl::Impl( in Impl() function in android::hardware::media::bufferpool::V2_0::implementation::Accessor::Impl 176 Accessor::Impl::~Impl() { in ~Impl() 179 ResultStatus Accessor::Impl::connect( in connect() 213 ResultStatus Accessor::Impl::close(ConnectionId connectionId) { in close() 227 ResultStatus Accessor::Impl::allocate( in allocate() 254 ResultStatus Accessor::Impl::fetch( in fetch() 280 void Accessor::Impl::cleanUp(bool clearCache) { in cleanUp() 287 void Accessor::Impl::flush() { in flush() [all …]
|
D | AccessorImpl.h | 38 class Accessor::Impl 39 : public std::enable_shared_from_this<Accessor::Impl> { 41 Impl(const std::shared_ptr<BufferPoolAllocator> &allocator); 43 ~Impl(); 135 const std::weak_ptr<Accessor::Impl> mImpl; 137 const std::shared_ptr<Accessor::Impl> &impl) in Pending() 171 const std::shared_ptr<Accessor::Impl> &impl); 257 const std::shared_ptr<Accessor::Impl> &impl); 387 void flush(const std::shared_ptr<Accessor::Impl> &impl); 389 friend class Accessor::Impl; [all …]
|
D | BufferPoolClient.cpp | 38 class BufferPoolClient::Impl class in android::hardware::media::bufferpool::V2_0::implementation::BufferPoolClient 39 : public std::enable_shared_from_this<BufferPoolClient::Impl> { 41 explicit Impl(const sp<Accessor> &accessor, const sp<IObserver> &observer); 43 explicit Impl(const sp<IAccessor> &accessor, const sp<IObserver> &observer); 166 struct BufferPoolClient::Impl::BlockPoolDataDtor { 167 BlockPoolDataDtor(const std::shared_ptr<BufferPoolClient::Impl> &impl) in BlockPoolDataDtor() 179 const std::weak_ptr<BufferPoolClient::Impl> mImpl; 182 struct BufferPoolClient::Impl::ClientBuffer { 235 const std::shared_ptr<BufferPoolClient::Impl> &impl, in createCache() 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 [all …]
|
D | ClientManager.cpp | 93 class ClientManager::Impl { class in android::hardware::media::bufferpool::V2_0::implementation::ClientManager 95 Impl(); 165 ClientManager::Impl::Impl() in Impl() function in android::hardware::media::bufferpool::V2_0::implementation::ClientManager::Impl 168 ResultStatus ClientManager::Impl::registerSender( in registerSender() 227 ResultStatus ClientManager::Impl::registerSender( in registerSender() 270 ResultStatus ClientManager::Impl::create( in create() 303 ResultStatus ClientManager::Impl::close(ConnectionId connectionId) { in close() 329 ResultStatus ClientManager::Impl::flush(ConnectionId connectionId) { in flush() 342 ResultStatus ClientManager::Impl::allocate( in allocate() 371 ResultStatus ClientManager::Impl::receive( in receive() [all …]
|
/frameworks/av/media/codec2/vndk/util/ |
D | C2InterfaceUtils.cpp | 326 struct C2FieldSupportedValuesHelper<T>::Impl { struct in C2FieldSupportedValuesHelper 327 Impl(const C2FieldSupportedValues &values) in Impl() argument 348 bool C2FieldSupportedValuesHelper<T>::Impl::supports(T value) const { in supports() 359 : _mImpl(std::make_unique<C2FieldSupportedValuesHelper<T>::Impl>(values)) { } in C2FieldSupportedValuesHelper() 382 struct C2ParamFieldValuesBuilder<T>::Impl { struct in C2ParamFieldValuesBuilder 383 Impl(const C2ParamField &field) in Impl() function 573 : _mImpl(std::make_unique<C2ParamFieldValuesBuilder<T>::Impl>(field)) { } in C2ParamFieldValuesBuilder() 613 : _mImpl(std::make_unique<C2ParamFieldValuesBuilder<T>::Impl>(*other._mImpl.get())) { } in C2ParamFieldValuesBuilder() 618 _mImpl = std::make_unique<C2ParamFieldValuesBuilder<T>::Impl>(*other._mImpl.get()); in operator =() 713 inline static std::shared_ptr<Info::Impl> GetImpl(const Info &info) { in GetImpl() [all …]
|
/frameworks/av/media/module/bufferpool/1.0/ |
D | BufferPoolClient.cpp | 36 class BufferPoolClient::Impl class in android::hardware::media::bufferpool::V1_0::implementation::BufferPoolClient 37 : public std::enable_shared_from_this<BufferPoolClient::Impl> { 39 explicit Impl(const sp<Accessor> &accessor); 41 explicit Impl(const sp<IAccessor> &accessor); 147 struct BufferPoolClient::Impl::BlockPoolDataDtor { 148 BlockPoolDataDtor(const std::shared_ptr<BufferPoolClient::Impl> &impl) in BlockPoolDataDtor() 160 const std::weak_ptr<BufferPoolClient::Impl> mImpl; 163 struct BufferPoolClient::Impl::ClientBuffer { 214 const std::shared_ptr<BufferPoolClient::Impl> &impl, in createCache() 247 BufferPoolClient::Impl::Impl(const sp<Accessor> &accessor) in Impl() function in android::hardware::media::bufferpool::V1_0::implementation::BufferPoolClient::Impl [all …]
|
D | AccessorImpl.cpp | 131 uint32_t Accessor::Impl::sSeqId = time(nullptr); 133 Accessor::Impl::Impl( in Impl() function in android::hardware::media::bufferpool::V1_0::implementation::Accessor::Impl 137 Accessor::Impl::~Impl() { in ~Impl() 140 ResultStatus Accessor::Impl::connect( in connect() 169 ResultStatus Accessor::Impl::close(ConnectionId connectionId) { in close() 180 ResultStatus Accessor::Impl::allocate( in allocate() 206 ResultStatus Accessor::Impl::fetch( in fetch() 231 void Accessor::Impl::cleanUp(bool clearCache) { in cleanUp() 238 Accessor::Impl::Impl::BufferPool::BufferPool() in BufferPool() 251 Accessor::Impl::Impl::BufferPool::~BufferPool() { in ~BufferPool() [all …]
|
D | ClientManager.cpp | 91 class ClientManager::Impl { class in android::hardware::media::bufferpool::V1_0::implementation::ClientManager 93 Impl(); 159 ClientManager::Impl::Impl() {} in Impl() function in android::hardware::media::bufferpool::V1_0::implementation::ClientManager::Impl 161 ResultStatus ClientManager::Impl::registerSender( in registerSender() 219 ResultStatus ClientManager::Impl::registerSender( in registerSender() 262 ResultStatus ClientManager::Impl::create( in create() 293 ResultStatus ClientManager::Impl::close(ConnectionId connectionId) { in close() 315 ResultStatus ClientManager::Impl::allocate( in allocate() 330 ResultStatus ClientManager::Impl::receive( in receive() 346 ResultStatus ClientManager::Impl::postSend( in postSend() [all …]
|
D | AccessorImpl.h | 36 class Accessor::Impl { 38 Impl(const std::shared_ptr<BufferPoolAllocator> &allocator); 40 ~Impl(); 289 friend class Accessor::Impl;
|
/frameworks/av/media/codec2/vndk/ |
D | C2Fence.cpp | 35 class C2Fence::Impl { class in C2Fence 75 virtual ~Impl() = default; 77 Impl() = default; 148 class _C2FenceFactory::SurfaceFenceImpl: public C2Fence::Impl { 203 C2Fence::C2Fence(std::shared_ptr<Impl> impl) : mImpl(impl) {} in C2Fence() 209 C2Fence::Impl *p in CreateSurfaceFence() 212 return C2Fence(std::shared_ptr<C2Fence::Impl>(p)); in CreateSurfaceFence() 269 class _C2FenceFactory::SyncFenceImpl : public C2Fence::Impl { 468 if ((fence.mImpl) && (fence.mImpl->type() == C2Fence::Impl::SYNC_FENCE)) { in ExtractFdsFromCodec2SyncFence() 475 std::shared_ptr<C2Fence::Impl> p; in CreateSyncFence() [all …]
|
D | C2AllocatorIon.cpp | 112 class Impl; 114 Impl *mImpl; 120 class C2AllocationIon::Impl { class in android::C2AllocationIon 136 …Impl(int ionFd, size_t capacity, int bufferFd, ion_user_handle_t buffer, C2Allocator::id_t id, int… in Impl() function in android::C2AllocationIon::Impl 165 static Impl *Import(int ionFd, size_t capacity, int bufferFd, C2Allocator::id_t id); 179 …static Impl *Alloc(int ionFd, size_t size, size_t align, unsigned heapMask, unsigned flags, C2Allo… 245 virtual ~Impl() { in ~Impl() 330 class C2AllocationIon::ImplV2 : public C2AllocationIon::Impl { 345 : Impl(ionFd, capacity, bufferFd, -1 /*buffer*/, id, err) { in ImplV2() 373 C2AllocationIon::Impl *C2AllocationIon::Impl::Import(int ionFd, size_t capacity, int bufferFd, in Import() [all …]
|
D | C2Buffer.cpp | 230 class C2Block1D::Impl : public _C2Block1DImpl { class in C2Block1D 242 C2Block1D::C2Block1D(std::shared_ptr<Impl> impl, const _C2LinearRangeAspect &range) in C2Block1D() 254 class C2ReadView::Impl : public _C2MappedBlock1DImpl { class in C2ReadView 258 C2ReadView::C2ReadView(std::shared_ptr<Impl> impl, uint32_t offset, uint32_t size) in C2ReadView() 264 : _C2LinearCapacityAspect(0u), mImpl(std::make_shared<Impl>(error)), mOffset(0u) { in C2ReadView() 284 class C2WriteView::Impl : public _C2MappedBlock1DImpl { class in C2WriteView 288 C2WriteView::C2WriteView(std::shared_ptr<Impl> impl) in C2WriteView() 295 : _C2EditableLinearRangeAspect(nullptr), mImpl(std::make_shared<Impl>(error)) {} in C2WriteView() 306 C2ConstLinearBlock::C2ConstLinearBlock(std::shared_ptr<Impl> impl, const _C2LinearRangeAspect &rang… in C2ConstLinearBlock() 316 std::shared_ptr<ReadViewBuddy::Impl> rvi = std::shared_ptr<ReadViewBuddy::Impl>( in map() [all …]
|
/frameworks/native/include/ftl/details/ |
D | future.h | 56 using Impl = std::future<T>; 64 return std::get<Impl>(self()).share(); 73 return std::get<Impl>(self()).get(); 82 return std::get<Impl>(self()).wait_for(timeout_duration); 92 using Impl = std::shared_future<T>; 100 return std::get<Impl>(self()).get(); 109 return std::get<Impl>(self()).wait_for(timeout_duration);
|
/frameworks/native/include/ftl/ |
D | small_vector.h | 297 using Impl = std::vector<T>; variable 317 using Impl::Impl; 330 SmallVector(SmallVector<U, M> other) : Impl(convert(std::move(other))) {} in SmallVector() 338 void swap(SmallVector& other) { Impl::swap(other); } in swap() 340 using Impl::empty; 341 using Impl::max_size; 342 using Impl::size; 344 using Impl::reserve; 347 iterator begin() { return Impl::data(); } in begin() 348 iterator end() { return Impl::data() + size(); } in end() [all …]
|
/frameworks/av/media/codec2/sfplugin/utils/ |
D | Codec2BufferUtils.h | 170 struct Impl; 171 MemoryBlock(std::shared_ptr<Impl> impl); 175 std::shared_ptr<Impl> mImpl; 193 struct Impl; 194 std::shared_ptr<Impl> mImpl;
|
/frameworks/base/tools/hoststubgen/hoststubgen/test-tiny-framework/tiny-framework/src/com/android/hoststubgen/test/tinyframework/ |
D | TinyFrameworkCallerCheck.java | 34 return Impl.getOneKeep(); in getOne_withCheck() 43 return Impl.getOneStub(); in getOne_noCheck() 46 private static class Impl { class in TinyFrameworkCallerCheck
|
/frameworks/av/media/libstagefright/xmlparser/ |
D | MediaCodecsXmlParser.cpp | 161 struct MediaCodecsXmlParser::Impl { struct in android::MediaCodecsXmlParser 386 Impl() in Impl() function 416 : mImpl(new Impl()) { in MediaCodecsXmlParser() 429 status_t MediaCodecsXmlParser::Impl::parseXmlFilesInSearchDirs( in parseXmlFilesInSearchDirs() 446 status_t MediaCodecsXmlParser::Impl::parseXmlPath(const std::string &path) { in parseXmlPath() 470 MediaCodecsXmlParser::Impl::State::State(MediaCodecsXmlParser::Impl::Data *data) in State() 475 MediaCodecsXmlParser::Impl::Section 476 MediaCodecsXmlParser::Impl::State::lastNonIncludeSection() const { in lastNonIncludeSection() 485 void MediaCodecsXmlParser::Impl::Parser::updateStatus(status_t status) { in updateStatus() 489 void MediaCodecsXmlParser::Impl::Parser::logAnyErrors(const Result &status) const { in logAnyErrors() [all …]
|
/frameworks/av/media/codec2/hal/hidl/1.0/utils/ |
D | InputSurfaceConnection.cpp | 72 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() argument 269 sp<Impl> mConnection; 270 ConfigurableIntf(const sp<Impl>& connection) in ConfigurableIntf() 451 : mImpl{new Impl(source, comp)}, in InputSurfaceConnection() 453 std::make_unique<Impl::ConfigurableIntf>(mImpl))} { 461 : mImpl{new Impl(source, sink)}, in InputSurfaceConnection() 463 std::make_unique<Impl::ConfigurableIntf>(mImpl))} { [all …]
|
/frameworks/av/media/codec2/core/include/ |
D | C2Buffer.h | 130 class Impl; 131 std::shared_ptr<Impl> mImpl; 132 C2Fence(std::shared_ptr<Impl> impl); 193 class Impl; 194 std::shared_ptr<Impl> mImpl; 1140 class Impl; 1142 C2Block1D(std::shared_ptr<Impl> impl, const _C2LinearRangeAspect &range); 1145 std::shared_ptr<Impl> mImpl; 1183 class Impl; 1184 C2ReadView(std::shared_ptr<Impl> impl, uint32_t offset, uint32_t size); [all …]
|
/frameworks/av/media/codec2/vndk/include/ |
D | C2AllocatorGralloc.h | 125 class Impl; 126 Impl *mImpl; 172 class Impl; 173 Impl *mImpl;
|
/frameworks/av/media/codec2/vndk/include/util/ |
D | C2InterfaceUtils.h | 636 struct Impl; 637 std::unique_ptr<Impl> _mImpl; 800 struct Impl; 801 std::unique_ptr<Impl> _mImpl; 1038 struct Impl; 1039 Info(std::shared_ptr<Impl>); 1042 std::shared_ptr<Impl> _mImpl; 1067 struct Impl; 1068 Iterator(std::shared_ptr<Impl>); 1071 std::shared_ptr<Impl> mImpl; [all …]
|
/frameworks/av/media/codec2/core/include/media/stagefright/codec2/1.0/ |
D | InputSurfaceConnection.h | 51 class Impl; variable 54 sp<Impl> mImpl;
|
/frameworks/base/tools/sdkparcelables/src/com/android/sdkparcelables/ |
D | ParcelableDetector.kt | 26 val impl = Impl(ancestors) in ancestorsToParcelables() 34 private class Impl(val ancestors: Map<String, Ancestors>) { class in com.android.sdkparcelables.ParcelableDetector
|
/frameworks/base/core/java/android/provider/ |
D | Downloads.java | 43 public static final class Impl implements BaseColumns { class in Downloads 44 private Impl() {} in Impl() method in Downloads.Impl 866 private static final String QUERY_WHERE_CLAUSE = Impl.COLUMN_NOTIFICATION_PACKAGE + "=? AND " 867 + Impl.COLUMN_NOTIFICATION_CLASS + "=?"; 874 context.getContentResolver().delete(Impl.CONTENT_URI, QUERY_WHERE_CLAUSE, in removeAllDownloadsByPackage()
|