Home
last modified time | relevance | path

Searched refs:getMilliseconds (Results 1 – 15 of 15) sorted by relevance

/system/chre/platform/slpi/see/
Disland_vote_client.cc119 duration = Milliseconds(SystemTime::getMonotonicTime()).getMilliseconds() - in checkBigImageDuration()
120 mRefCountStart.getMilliseconds(); in checkBigImageDuration()
126 if (duration > kSeeMaxBigImageDuration.getMilliseconds()) { in checkBigImageDuration()
Dsee_helper.cc1667 timer_sleep(retryDelay.getMilliseconds(), T_MSEC, in findSuidSync()
1684 static_cast<uint32_t>(trialCount * retryDelay.getMilliseconds()), in findSuidSync()
1849 Milliseconds(timeoutResp).getMilliseconds()); in sendSeeReqSync()
1922 Milliseconds(timeoutInd).getMilliseconds()); in waitForInd()
2010 client, timeout.getMilliseconds(), SeeHelper::seeIndCb, in waitForService()
/system/chre/util/tests/
Dtime_test.cc52 EXPECT_EQ(t.getMilliseconds(), 5 * kOneSecondInMilliseconds); in TEST()
57 EXPECT_EQ(t.getMilliseconds(), UINT64_MAX); in TEST()
63 EXPECT_EQ(t.getMilliseconds(), 0); in TEST()
68 EXPECT_EQ(t.getMilliseconds(), 5); in TEST()
74 EXPECT_EQ(tMilli.getMilliseconds(), 5); in TEST()
127 EXPECT_EQ(t.getMilliseconds(), 5); in TEST()
/system/chre/platform/shared/
Dplatform_gnss.cc74 enable, static_cast<uint32_t>(minInterval.getMilliseconds()), in controlLocationSession()
75 static_cast<uint32_t>(minTimeToNextFix.getMilliseconds())); in controlLocationSession()
115 enable, static_cast<uint32_t>(minInterval.getMilliseconds())); in controlMeasurementSession()
Ddram_vote_client.cc90 duration.getMilliseconds()); in checkDramDuration()
/system/chre/util/include/chre/util/
Dtime.h69 constexpr uint64_t getMilliseconds() const;
115 constexpr uint64_t getMilliseconds() const;
165 constexpr uint64_t getMilliseconds() const;
Dtime_impl.h35 constexpr uint64_t Seconds::getMilliseconds() const { in getMilliseconds() function
71 constexpr uint64_t Milliseconds::getMilliseconds() const { in getMilliseconds() function
99 constexpr uint64_t Microseconds::getMilliseconds() const { in getMilliseconds() function
/system/chre/core/
Devent.cc28 return static_cast<uint16_t>(now.getMilliseconds()); in getTimeMillis()
Daudio_request_manager.cc124 Milliseconds(Nanoseconds(source.minBufferDuration)).getMilliseconds(), in logStateToBuffer()
125 Milliseconds(Nanoseconds(source.maxBufferDuration)).getMilliseconds(), in logStateToBuffer()
126 source.format, Milliseconds(timeSinceLastAudioEvent).getMilliseconds()); in logStateToBuffer()
134 .getMilliseconds()); in logStateToBuffer()
Dgnss_manager.cc337 mCurrentInterval.getMilliseconds()); in logStateToBuffer()
341 request.minInterval.getMilliseconds(), in logStateToBuffer()
350 transition.minInterval.getMilliseconds(), in logStateToBuffer()
365 debugDump.print(" int(ms)=%" PRIu64 "\n", log.interval.getMilliseconds()); in logStateToBuffer()
Dwifi_request_manager.cc283 log.scanType, log.maxScanAgeMs.getMilliseconds()); in logStateToBuffer()
/system/chre/platform/linux/
Dplatform_audio.cc131 Milliseconds(source->minBufferDuration).getMilliseconds(), in addAudioSource()
132 Milliseconds(source->maxBufferDuration).getMilliseconds()); in addAudioSource()
/system/chre/apps/audio_world/
Daudio_world.cc118 fftStr, adjustedTimestamp.getMilliseconds(), event->sampleCount); in handleAudioDataEvent()
/system/chre/host/common/test/power_test/
Dchre_power_test_client.cc503 inline uint32_t getMilliseconds(std::vector<string> &args, size_t index) { in getMilliseconds() function
668 uint32_t intervalMilliseconds = getMilliseconds(args, 2); in createGnssMessage()
669 uint32_t toNextFixMilliseconds = getMilliseconds(args, 3); in createGnssMessage()
721 uint32_t intervalMilliseconds = getMilliseconds(args, 2); in createGnssMeasMessage()
/system/chre/apps/gnss_world/
Dgnss_world.cc67 interval * 1000, kLocationMinTimeToNextFix.getMilliseconds(), in makeLocationRequest()