OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
249
VT_STOPPED_POWER
= 16,
282
return GetField<float>(
VT_STOPPED_POWER
, 0.0f);
313
VerifyField<float>(verifier,
VT_STOPPED_POWER
) &&
345
fbb_.AddElement<float>(HubInfoResponse::
VT_STOPPED_POWER
, stopped_power, 0.0f);
/system/chre/host/common/include/chre_host/
host_messages_generated.h
387
VT_STOPPED_POWER
= 16,
438
return GetField<float>(
VT_STOPPED_POWER
, 0.0f);
441
return SetField(
VT_STOPPED_POWER
, _stopped_power);
487
VerifyField<float>(verifier,
VT_STOPPED_POWER
) &&
522
fbb_.AddElement<float>(HubInfoResponse::
VT_STOPPED_POWER
, stopped_power, 0.0f);
[
all
...]
Completed in 250 milliseconds