Home
last modified time | relevance | path

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

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