Home
last modified time | relevance | path

Searched defs:updateRange (Results 1 – 2 of 2) sorted by relevance

/system/libhidl/transport/memory/1.0/default/
DAshmemMemory.cpp44 Return<void> AshmemMemory::updateRange(uint64_t /* start */, uint64_t /* length */) { in updateRange() function in android::hidl::memory::V1_0::implementation::AshmemMemory
/system/libhidl/libhidlmemory/
DAshmemMemory.h44 Return<void> updateRange(uint64_t /*start*/, uint64_t /*length*/) override { return Void(); } in updateRange() function