Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/aidl/vts/functional/
DUtils.cpp102 std::unique_ptr<TestAshmem> TestAshmem::create(uint32_t size, bool aidlReadonly) { in create()
123 void TestAshmem::initialize(uint32_t size, bool aidlReadonly) { in initialize()
DUtils.h90 TestAshmem(uint32_t size, bool aidlReadonly) { initialize(size, aidlReadonly); } in TestAshmem()