Home
last modified time | relevance | path

Searched refs:mMappedMemory (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DUtils.cpp57 mMappedMemory = mapMemory(mHidlMemory); in initialize()
58 ASSERT_NE(mMappedMemory, nullptr); in initialize()
59 mPtr = static_cast<uint8_t*>(static_cast<void*>(mMappedMemory->getPointer())); in initialize()
/hardware/interfaces/neuralnetworks/aidl/vts/functional/
DUtils.h94 nn::Mapping mMappedMemory; variable
DUtils.cpp127 mMappedMemory = nn::map(sharedMemory).value(); in initialize()
128 mPtr = static_cast<uint8_t*>(std::get<void*>(mMappedMemory.pointer)); in initialize()
/hardware/interfaces/neuralnetworks/1.0/vts/functional/include/1.0/
DUtils.h61 sp<hidl::memory::V1_0::IMemory> mMappedMemory; variable