Home
last modified time | relevance | path

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

/external/nos/host/android/citadel/citadeld/
Dmain.cpp205 if (_appId < 0 || _appId > kMaxAppId) { in callApp()
270 static constexpr auto kMaxAppId = std::numeric_limits<uint8_t>::max(); member in __anon5d108d510111::CitadelProxy
274 std::mutex _appLocks[kMaxAppId + 1];