HomeSort by relevance Sort by last modified time
    Searched refs:chreGetPlatformId (Results 1 - 13 of 13) sorted by null

  /system/chre/chre_api/legacy/v1_0/chre/
version.h 100 * @see chreGetPlatformId()
121 uint64_t chreGetPlatformId(void);
  /system/chre/platform/shared/
chre_api_version.cc 30 DLL_EXPORT uint64_t chreGetPlatformId(void) {
  /system/chre/chre_api/include/chre_api/chre/
version.h 157 * @see chreGetPlatformId()
181 uint64_t chreGetPlatformId(void);
  /system/chre/chre_api/legacy/v1_1/chre/
version.h 144 * @see chreGetPlatformId()
168 uint64_t chreGetPlatformId(void);
  /system/chre/apps/chqts/src/general_test/
version_sanity_test.cc 66 uint64_t platformId = chreGetPlatformId();
  /system/chre/apps/timer_world/
timer_world.cc 34 LOGI("App started on platform ID %" PRIx64, chreGetPlatformId());
  /device/google/contexthub/firmware/app/chre/common/
chre10_app_syscalls.c 132 uint64_t chreGetPlatformId(void)
chre11_app_syscalls.c 135 uint64_t chreGetPlatformId(void)
chre_app_syscalls.c 135 uint64_t chreGetPlatformId(void)
  /system/chre/apps/ash_world/
ash_world.cc 108 LOGI("App started on platform ID %" PRIx64, chreGetPlatformId());
  /system/chre/platform/android/
host_link.cc 109 response.platform_id = chreGetPlatformId();
  /system/chre/apps/sensor_world/
sensor_world.cc 251 LOGI("App started on platform ID %" PRIx64, chreGetPlatformId());
  /system/chre/platform/slpi/
host_link.cc 355 kPeakPower, CHRE_MESSAGE_TO_HOST_MAX_SIZE, chreGetPlatformId(),

Completed in 287 milliseconds