Home
last modified time | relevance | path

Searched refs:chreGetPlatformId (Results 1 – 12 of 12) 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
/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/include/chre_api/chre/
Dversion.h190 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/chqts/src/general_test/
Dversion_sanity_test.cc66 uint64_t platformId = chreGetPlatformId(); in setUp()
/system/chre/apps/ash_world/
Dash_world.cc108 LOGI("App started on platform ID %" PRIx64, chreGetPlatformId()); in nanoappStart()
/system/chre/platform/android/
Dhost_link.cc109 response.platform_id = chreGetPlatformId(); in handleHubInfoRequest()
/system/chre/apps/sensor_world/
Dsensor_world.cc251 LOGI("App started on platform ID %" PRIx64, chreGetPlatformId()); in nanoappStart()
/system/chre/platform/slpi/
Dhost_link.cc355 kPeakPower, CHRE_MESSAGE_TO_HOST_MAX_SIZE, chreGetPlatformId(), in generateHubInfoResponse()
/system/chre/platform/shared/idl/
Dhost_messages.fbs56 /// @see chreGetPlatformId()