Searched refs:Mapped (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/codec2/vndk/ |
D | C2Buffer.cpp | 833 struct Mapped { struct in _C2MappingBlock2DImpl 837 Mapped(const std::shared_ptr<_C2Block2DImpl> &impl, bool writable, C2Fence *fence __unused) in Mapped() function 877 explicit Mapped(c2_status_t error) in Mapped() function 886 ~Mapped() { in ~Mapped() argument 919 std::shared_ptr<Mapped> map(bool writable, C2Fence *fence) { in map() 921 std::shared_ptr<Mapped> existing = mMapped.lock(); in map() 923 existing = std::shared_ptr<Mapped>(new Mapped(shared_from_this(), writable, fence)); in map() 928 existing = std::shared_ptr<Mapped>(new Mapped(C2_CANNOT_DO)); in map() 938 std::weak_ptr<Mapped> mMapped; 945 std::shared_ptr<_C2MappingBlock2DImpl::Mapped> mapping) in _C2MappedBlock2DImpl() [all …]
|
/frameworks/base/services/core/java/com/android/server/ |
D | EventLogTags.logtags | 106 …,(Buffers|1|2),(Cached|1|2),(Active|1|2),(Inactive|1|2),(AnonPages|1|2),(Mapped|1|2),(Slab|1|2),(S…
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 3805 VkDeviceMemory memory /// Mapped memory object
|