Searched defs:updateRange (Results 1 – 2 of 2) sorted by relevance
| /system/libhidl/transport/memory/1.0/default/ | ||
| D | AshmemMemory.cpp | 44 Return<void> AshmemMemory::updateRange(uint64_t /* start */, uint64_t /* length */) { in updateRange() function in android::hidl::memory::V1_0::implementation::AshmemMemory |
| /system/libhidl/libhidlmemory/ | ||
| D | AshmemMemory.h | 44 Return<void> updateRange(uint64_t /*start*/, uint64_t /*length*/) override { return Void(); } in updateRange() function |