Searched refs:getMilliseconds (Results 1 – 15 of 15) 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 | 1667 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/ |
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 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()
|
D | dram_vote_client.cc | 90 duration.getMilliseconds()); in checkDramDuration()
|
/system/chre/util/include/chre/util/ |
D | time.h | 69 constexpr uint64_t getMilliseconds() const; 115 constexpr uint64_t getMilliseconds() const; 165 constexpr uint64_t getMilliseconds() const;
|
D | time_impl.h | 35 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/ |
D | event.cc | 28 return static_cast<uint16_t>(now.getMilliseconds()); in getTimeMillis()
|
D | audio_request_manager.cc | 124 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()
|
D | gnss_manager.cc | 337 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()
|
D | wifi_request_manager.cc | 283 log.scanType, log.maxScanAgeMs.getMilliseconds()); in logStateToBuffer()
|
/system/chre/platform/linux/ |
D | platform_audio.cc | 131 Milliseconds(source->minBufferDuration).getMilliseconds(), in addAudioSource() 132 Milliseconds(source->maxBufferDuration).getMilliseconds()); in addAudioSource()
|
/system/chre/apps/audio_world/ |
D | audio_world.cc | 118 fftStr, adjustedTimestamp.getMilliseconds(), event->sampleCount); in handleAudioDataEvent()
|
/system/chre/host/common/test/power_test/ |
D | chre_power_test_client.cc | 503 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/ |
D | gnss_world.cc | 67 interval * 1000, kLocationMinTimeToNextFix.getMilliseconds(), in makeLocationRequest()
|