Searched refs:maybeRequestInSharedOut (Results 1 – 2 of 2) sorted by relevance
224 std::optional<nn::Request>* maybeRequestInSharedOut, RequestRelocation* relocationOut) { in convertRequestFromPointerToShared() argument226 CHECK(maybeRequestInSharedOut != nullptr); in convertRequestFromPointerToShared()288 *maybeRequestInSharedOut = requestInShared; in convertRequestFromPointerToShared()290 return **maybeRequestInSharedOut; in convertRequestFromPointerToShared()
126 std::optional<nn::Request>* maybeRequestInSharedOut, RequestRelocation* relocationOut);