Home
last modified time | relevance | path

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

/external/nos/host/generic/libnos/include/nos/
DAppClient.h40 : _client(client), _appId(appId) {} in AppClient()
51 return _client.CallApp(_appId, arg, request, response); in Call()
57 uint32_t _appId; variable
/external/nos/host/android/citadel/citadeld/
Dmain.cpp199 Status callApp(const int32_t _appId, const int32_t _arg, in callApp() argument
205 if (_appId < 0 || _appId > kMaxAppId) { in callApp()
206 LOG(ERROR) << "App ID " << _appId << " is outside the app ID range"; in callApp()
215 const uint8_t appId = static_cast<uint32_t>(_appId); in callApp()