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

  /system/chre/platform/shared/include/chre/platform/shared/
host_messages_generated.h 254 VT_CHRE_PLATFORM_VERSION = 26
300 return GetField<uint32_t>(VT_CHRE_PLATFORM_VERSION, 0);
318 VerifyField<uint32_t>(verifier, VT_CHRE_PLATFORM_VERSION) &&
360 fbb_.AddElement<uint32_t>(HubInfoResponse::VT_CHRE_PLATFORM_VERSION, chre_platform_version, 0);
  /system/chre/host/common/include/chre_host/
host_messages_generated.h 392 VT_CHRE_PLATFORM_VERSION = 26
471 return GetField<uint32_t>(VT_CHRE_PLATFORM_VERSION, 0);
474 return SetField(VT_CHRE_PLATFORM_VERSION, _chre_platform_version);
492 VerifyField<uint32_t>(verifier, VT_CHRE_PLATFORM_VERSION) &&
537 fbb_.AddElement<uint32_t>(HubInfoResponse::VT_CHRE_PLATFORM_VERSION, chre_platform_version, 0);
    [all...]

Completed in 45 milliseconds