HomeSort by relevance Sort by last modified time
    Searched defs:mPeriod (Results 1 - 16 of 16) sorted by null

  /frameworks/av/media/libstagefright/include/media/stagefright/
VideoFrameScheduler.h 65 nsecs_t mPeriod;
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/performance/
ThroughputFilter.java 34 private int mPeriod = 5;
87 if ((curTime - mLastTime) >= (mPeriod * 1000)) {
92 mPeriod,
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ThroughputFilter.java 27 private int mPeriod = 3;
51 port.bindToFieldNamed("mPeriod");
79 if ((curTime - mLastTime) >= (mPeriod * 1000)) {
  /frameworks/native/services/surfaceflinger/
DispSync.h 143 // mPeriod is the computed period of the modeled vsync events in
145 nsecs_t mPeriod;
DispSync.cpp 65 mPeriod(0),
76 mPeriod = period;
79 ALOGV("[%s] updateModel: mPeriod = %" PRId64 ", mPhase = %" PRId64
81 mName, ns2us(mPeriod), ns2us(mPhase), ns2us(mReferenceTime));
114 if (mPeriod == 0) {
188 listener.mLastEventTime = systemTime() - mPeriod / 2 + mPhase - mWakeupLatency;
276 nsecs_t onePeriodAgo = now - mPeriod;
314 // has since been updated), the division by mPeriod will truncate
317 // set baseTime to -mPeriod so that numPeriods will be -1.
322 baseTime = -mPeriod;
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/uidata/
PeriodicCallbackModel.java 186 private final Period mPeriod;
191 mPeriod = period;
197 LOGGER.i("Executing periodic callback for %s because the period ended", mPeriod);
203 LOGGER.i("Executing periodic callback for %s because the time changed", mPeriod);
210 final long delay = getDelay(System.currentTimeMillis(), mPeriod, mOffset);
  /packages/apps/TV/src/com/android/tv/util/
AsyncDbTask.java 369 protected final Range<Long> mPeriod;
388 mPeriod = period;
397 return mPeriod;
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipWakeupTimer.java 96 e.mPeriod = e.mMaxPeriod / minPeriod * minPeriod;
118 event.mTriggerTime = now + event.mPeriod;
123 int minPeriod = firstEvent.mPeriod;
125 event.mPeriod = event.mMaxPeriod / minPeriod * minPeriod;
132 long triggerTime = now + event.mPeriod;
135 event.mLastTriggerTime -= event.mPeriod;
195 firstEvent.mPeriod = firstEvent.mMaxPeriod;
197 + firstEvent.mPeriod;
263 event.mTriggerTime += event.mPeriod;
288 int mPeriod;
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleConnectionPriorityClientService.java 112 private long mPeriod;
133 mPeriod = DEFAULT_PERIOD;
233 if ((currentData.getTime() - mStartDate.getTime()) >= mPeriod) {
  /packages/apps/Car/Radio/src/com/android/car/radio/
ManualTunerController.java 59 private final String mPeriod;
143 mPeriod = context.getString(R.string.manual_tuner_period);
314 if (character.equals(mPeriod)) {
354 if (number.contains(mPeriod)) {
398 int indexOfPeriod = number.indexOf(mPeriod);
400 if (character.equals(mPeriod)) {
488 if (number.contains(mPeriod)) {
501 if (number.contains(mPeriod)) {
502 return number.replace(mPeriod, "")
516 mCurrentChannel.append(mPeriod);
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 886 milliseconds