Home
last modified time | relevance | path

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

/system/chre/chre_api/legacy/v1_0/chre/
Dversion.h121 uint64_t chreGetPlatformId(void);
/system/chre/platform/shared/
Dchre_api_version.cc38 DLL_EXPORT uint64_t chreGetPlatformId(void) { in chreGetPlatformId() function
Dnanoapp_loader.cc203 ADD_EXPORTED_C_SYMBOL(chreGetPlatformId),
/system/chre/chre_api/legacy/v1_1/chre/
Dversion.h168 uint64_t chreGetPlatformId(void);
/system/chre/chre_api/legacy/v1_2/chre/
Dversion.h178 uint64_t chreGetPlatformId(void);
/system/chre/chre_api/legacy/v1_3/chre/
Dversion.h190 uint64_t chreGetPlatformId(void);
/system/chre/chre_api/legacy/v1_4/chre/
Dversion.h202 uint64_t chreGetPlatformId(void);
/system/chre/chre_api/include/chre_api/chre/
Dversion.h214 uint64_t chreGetPlatformId(void);
/system/chre/apps/timer_world/
Dtimer_world.cc35 LOGI("App started on platform ID %" PRIx64, chreGetPlatformId()); in nanoappStart()
/system/chre/apps/test/chqts/src/general_test/
Dversion_consistency_test.cc65 uint64_t platformId = chreGetPlatformId(); in setUp()
/system/chre/apps/power_test/common/
Dpower_test.cc69 LOGI("App started on platform ID %" PRIx64, chreGetPlatformId()); in nanoappStart()
/system/chre/platform/android/
Dhost_link.cc104 response.platform_id = chreGetPlatformId(); in handleHubInfoRequest()
/system/chre/apps/sensor_world/
Dsensor_world.cc308 LOGI("App started on platform ID %" PRIx64, chreGetPlatformId()); in nanoappStart()
/system/chre/platform/slpi/
Dhost_link.cc320 kPeakPower, CHRE_MESSAGE_TO_HOST_MAX_SIZE, chreGetPlatformId(), in generateHubInfoResponse()
/system/chre/platform/shared/idl/
Dhost_messages.fbs67 /// @see chreGetPlatformId()