Home
last modified time | relevance | path

Searched refs:updateRange (Results 1 – 4 of 4) 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
DAshmemMemory.h46 Return<void> updateRange(uint64_t start, uint64_t length) override;
/system/libhidl/transport/allocator/1.0/vts/functional/
DVtsHidlAllocatorV1_0TargetTest.cpp114 EXPECT_OK(memory->updateRange(i, kSize)); in TEST_P()
120 EXPECT_OK(memory->updateRange(i, kSize)); in TEST_P()
/system/libhidl/transport/memory/1.0/
DIMemory.hal34 updateRange(uint64_t start, uint64_t length);