Searched refs:AshmemMemory (Results 1 – 4 of 4) sorted by relevance
27 AshmemMemory::AshmemMemory(const hidl_memory& memory, void* data) in AshmemMemory() function in android::hidl::memory::V1_0::implementation::AshmemMemory32 AshmemMemory::~AshmemMemory() in ~AshmemMemory()39 Return<void> AshmemMemory::update() { in update()44 Return<void> AshmemMemory::updateRange(uint64_t /* start */, uint64_t /* length */) { in updateRange()49 Return<void> AshmemMemory::read() { in read()54 Return<void> AshmemMemory::readRange(uint64_t /* start */, uint64_t /* length */) { in readRange()59 Return<void> AshmemMemory::commit() { in commit()64 Return<void*> AshmemMemory::getPointer() { in getPointer()68 Return<uint64_t> AshmemMemory::getSize() { in getSize()
39 struct AshmemMemory : public IMemory { struct41 AshmemMemory(const hidl_memory& memory, void* mappedMemory);42 ~AshmemMemory();
56 return new AshmemMemory(mem, data); in mapMemory()
36 "AshmemMemory.cpp",