Home
last modified time | relevance | path

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

/device/google/contexthub/contexthubhal/
Dsystem_comms.cpp108 int suggestedSize = mAppInfo.size() ? mAppInfo.size() : 20; in setup()
110 mAppInfo.clear(); in setup()
111 mAppInfo.reserve(suggestedSize); in setup()
166 mAppInfo.push_back(appInfo); in handleRx()
170 static_cast<const void *>(mAppInfo.data()), in handleRx()
171 mAppInfo.size() * sizeof(mAppInfo[0])); in handleRx()
183 buf.writeU32(mAppInfo.size()); in requestNext()
Dsystem_comms.h247 std::vector<hub_app_info> mAppInfo; variable