Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/aidl/vts/functional/
DUtils.h85 static std::unique_ptr<TestAshmem> create(uint32_t size, bool aidlReadonly = false);
90 TestAshmem(uint32_t size, bool aidlReadonly) { initialize(size, aidlReadonly); } in TestAshmem() argument
93 void initialize(uint32_t size, bool aidlReadonly);
DUtils.cpp102 std::unique_ptr<TestAshmem> TestAshmem::create(uint32_t size, bool aidlReadonly) { in create() argument
103 auto ashmem = std::make_unique<TestAshmem>(size, aidlReadonly); in create()
123 void TestAshmem::initialize(uint32_t size, bool aidlReadonly) { in initialize() argument
130 if (aidlReadonly) { in initialize()