Home
last modified time | relevance | path

Searched refs:mClockId (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/utils/
Dprofiler.h32 : mClockId(clockId), mStartTime(getTimeInMicroSec()), mStartTimes(), mTimes(), in Profiler()
59 const clockid_t mClockId; variable
67 clock_gettime(mClockId, &time); in getTimeInMicroSec()
/packages/apps/ThemePicker/robolectric_tests/src/com/android/customization/model/clock/
DBaseClockManagerTest.java90 private String mClockId; field in BaseClockManagerTest.TestClockManager
97 return mClockId; in getClockId()
102 mClockId = option.getId(); in handleApply()