Home
last modified time | relevance | path

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

/system/chre/pal/include/chre/pal/
Dversion.h89 #define CHRE_PAL_CREATE_MODULE_VERSION(apiVersion, patchVersion) \ argument
90 ((uint32_t)(CHRE_PAL_GET_API_VERSION(apiVersion) | \
97 #define CHRE_PAL_VERSIONS_ARE_COMPATIBLE(apiVersion, requestedApiVersion) \ argument
98 (CHRE_PAL_GET_API_MAJOR_VERSION(apiVersion) == \
/system/chre/host/common/test/
Dchre_test_client.cc207 uint32_t apiVersion, uint32_t appFlags, in sendNanoappLoad() argument
212 1 /* transactionId */, appId, appVersion, appFlags, apiVersion, binary, in sendNanoappLoad()
251 uint32_t apiVersion, bool tcmApp) { in sendLoadNanoappRequest() argument
260 sendNanoappLoad(client, appId, appVersion, apiVersion, appFlags, buffer); in sendLoadNanoappRequest()
347 uint32_t apiVersion = kDefaultApiVersion; in main() local
360 std::istringstream(apiVerStr) >> std::setbase(0) >> apiVersion; in main()
365 sendLoadNanoappRequest(client, path.c_str(), id, appVersion, apiVersion, in main()
/system/media/audio/include/system/
Daudio_effect.h55 uint32_t apiVersion; // Version of the effect control API implemented member
/system/chre/host/common/test/power_test/
Dchre_power_test_client.cc348 uint32_t apiVersion, bool tcmApp) { in sendLoadNanoappRequest() argument
373 1 /* transactionId */, appId, appVersion, appFlags, apiVersion, buffer, in sendLoadNanoappRequest()
391 uint32_t apiVersion, bool tcmApp) { in loadNanoapp() argument
392 if (!sendLoadNanoappRequest(client, filename, appId, appVersion, apiVersion, in loadNanoapp()