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

  /system/chre/platform/shared/include/chre/platform/shared/
host_messages_generated.h 329 VT_STOPPED_POWER = 16,
362 return GetField<float>(VT_STOPPED_POWER, 0.0f);
393 VerifyField<float>(verifier, VT_STOPPED_POWER) &&
425 fbb_.AddElement<float>(HubInfoResponse::VT_STOPPED_POWER, stopped_power, 0.0f);
    [all...]
  /system/chre/host/common/include/chre_host/
host_messages_generated.h 517 VT_STOPPED_POWER = 16,
568 return GetField<float>(VT_STOPPED_POWER, 0.0f);
571 return SetField(VT_STOPPED_POWER, _stopped_power);
617 VerifyField<float>(verifier, VT_STOPPED_POWER) &&
652 fbb_.AddElement<float>(HubInfoResponse::VT_STOPPED_POWER, stopped_power, 0.0f);
    [all...]

Completed in 48 milliseconds