Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DValidation.cpp754 constexpr int kAllowedBits = PROT_READ | PROT_WRITE; in validateMemory() local
755 NN_VALIDATE_EQ(memory.prot & ~kAllowedBits, 0); in validateMemory()