Searched refs:getMilliseconds (Results 1 – 13 of 13) sorted by relevance
/system/chre/platform/slpi/see/ |
D | island_vote_client.cc | 119 duration = Milliseconds(SystemTime::getMonotonicTime()).getMilliseconds() in checkBigImageDuration() 120 - mRefCountStart.getMilliseconds(); in checkBigImageDuration() 126 if (duration > kSeeMaxBigImageDuration.getMilliseconds()) { in checkBigImageDuration()
|
D | see_helper.cc | 1598 timer_sleep(retryDelay.getMilliseconds(), T_MSEC, in findSuidSync() 1616 static_cast<uint32_t>(trialCount * retryDelay.getMilliseconds()), in findSuidSync() 1774 Milliseconds(timeoutResp).getMilliseconds()); in sendSeeReqSync() 1847 Milliseconds(timeoutInd).getMilliseconds()); in waitForInd() 1937 client, timeout.getMilliseconds(), in waitForService()
|
/system/chre/util/tests/ |
D | time_test.cc | 52 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/ |
D | platform_gnss.cc | 74 static_cast<uint32_t>(minInterval.getMilliseconds()), in controlLocationSession() 75 static_cast<uint32_t>(minTimeToNextFix.getMilliseconds())); in controlLocationSession() 109 static_cast<uint32_t>(minInterval.getMilliseconds())); in controlMeasurementSession()
|
/system/chre/platform/slpi/smgr/ |
D | platform_sensor_util.cc | 36 if (millis.getMilliseconds() > kInversionPoint) { in intervalToSmgrSamplingRate() 40 std::min(millis.getMilliseconds(), kMaxInterval)); in intervalToSmgrSamplingRate()
|
D | smr_helper.cc | 160 msg_id, Milliseconds(timeout).getMilliseconds()); in sendReqSyncUntyped()
|
/system/chre/util/include/chre/util/ |
D | time.h | 68 constexpr uint64_t getMilliseconds() const; 114 constexpr uint64_t getMilliseconds() const; 164 constexpr uint64_t getMilliseconds() const;
|
D | time_impl.h | 35 constexpr uint64_t Seconds::getMilliseconds() const { in getMilliseconds() function 69 constexpr uint64_t Milliseconds::getMilliseconds() const { in getMilliseconds() function 96 constexpr uint64_t Microseconds::getMilliseconds() const { in getMilliseconds() function
|
/system/chre/platform/linux/ |
D | platform_audio.cc | 132 Milliseconds(source->minBufferDuration).getMilliseconds(), in addAudioSource() 133 Milliseconds(source->maxBufferDuration).getMilliseconds()); in addAudioSource()
|
/system/chre/core/ |
D | gnss_manager.cc | 118 mName, mCurrentInterval.getMilliseconds()); in logStateToBuffer() 124 request.minInterval.getMilliseconds(), in logStateToBuffer() 133 transition.minInterval.getMilliseconds(), in logStateToBuffer()
|
D | audio_request_manager.cc | 119 Milliseconds(Nanoseconds(source.minBufferDuration)).getMilliseconds(), in logStateToBuffer() 120 Milliseconds(Nanoseconds(source.maxBufferDuration)).getMilliseconds(), in logStateToBuffer() 129 .getMilliseconds()); in logStateToBuffer()
|
/system/chre/apps/audio_world/ |
D | audio_world.cc | 112 fftStr, adjustedTimestamp.getMilliseconds(), event->sampleCount); in handleAudioDataEvent()
|
/system/chre/apps/gnss_world/ |
D | gnss_world.cc | 73 kLocationMinTimeToNextFix.getMilliseconds(), in makeLocationRequest()
|