Home
last modified time | relevance | path

Searched refs:min_time_to_next_fix_millis (Results 1 – 4 of 4) sorted by relevance

/system/chre/apps/power_test/common/include/generated/
Dchre_power_test_generated.h486 uint32_t min_time_to_next_fix_millis() const { in min_time_to_next_fix_millis() function
508 void add_min_time_to_next_fix_millis(uint32_t min_time_to_next_fix_millis) { in add_min_time_to_next_fix_millis()
509 …ent<uint32_t>(GnssLocationMessage::VT_MIN_TIME_TO_NEXT_FIX_MILLIS, min_time_to_next_fix_millis, 0); in add_min_time_to_next_fix_millis()
527 uint32_t min_time_to_next_fix_millis = 0) {
529 builder_.add_min_time_to_next_fix_millis(min_time_to_next_fix_millis);
/system/chre/apps/power_test/common/idl/
Dchre_power_test_generated.h543 uint32_t min_time_to_next_fix_millis; member
547 min_time_to_next_fix_millis(0) { in GnssLocationMessageT()
573 uint32_t min_time_to_next_fix_millis() const { in min_time_to_next_fix_millis() function
601 void add_min_time_to_next_fix_millis(uint32_t min_time_to_next_fix_millis) { in add_min_time_to_next_fix_millis()
602 …ent<uint32_t>(GnssLocationMessage::VT_MIN_TIME_TO_NEXT_FIX_MILLIS, min_time_to_next_fix_millis, 0); in add_min_time_to_next_fix_millis()
620 uint32_t min_time_to_next_fix_millis = 0) {
622 builder_.add_min_time_to_next_fix_millis(min_time_to_next_fix_millis);
1168 { auto _e = min_time_to_next_fix_millis(); _o->min_time_to_next_fix_millis = _e; } in UnPackTo()
1181 auto _min_time_to_next_fix_millis = _o->min_time_to_next_fix_millis; in CreateGnssLocationMessage()
Dchre_power_test.fbs90 min_time_to_next_fix_millis:uint;
/system/chre/apps/power_test/common/
Drequest_manager.cc330 msg->min_time_to_next_fix_millis()); in handleMessageFromHost()