Home
last modified time | relevance | path

Searched refs:period (Results 1 – 25 of 83) sorted by relevance

1234

/device/google/contexthub/firmware/os/core/
Dtimer.c44 uint64_t period; /* 0 for oneshot */ member
134 if (tim->period) { in timFireAsNeededAndUpdateAlarms()
135 tim->expires += tim->period; in timFireAsNeededAndUpdateAlarms()
193 t->period = oneShot ? 0 : length; in timTimerSetEx()
/device/generic/goldfish-opengl/system/hwc3/
DVsyncThread.cpp110 update.period = Nanoseconds(newVsyncPeriod); in scheduleVsyncUpdate()
127 mVsyncPeriod = mPendingUpdate->period; in updateVsyncPeriodLocked()
DVsyncThread.h78 std::chrono::nanoseconds period; member
/device/google/contexthub/firmware/os/platform/stm32/
Drtc.c110 #define RTC_VALID_DELAY_FOR_PERIOD(delay, period) \ argument
111 (delay < (period * (RTC_WKUP_DOWNCOUNT_MAX + 1)))
/device/google/coral-kernel/sm8150/kernel-headers/linux/mfd/adnc/
Diaxxx-module.h76 int period; member
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/mfd/adnc/
Diaxxx-module.h81 int period; member
/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/qemu/keymaps/
Dsv252 period 0x34
Dsl280 period 0x34
Dfr-ca253 period 0x34
Dar277 period 0x34 shift
Dth187 period 0x28 shift
Dbepo118 period 0x14
/device/google/cuttlefish_vmm/qemu/aarch64-linux-gnu/usr/share/qemu/keymaps/
Dsv252 period 0x34
Dsl280 period 0x34
Dru238 period 0x35
Dth187 period 0x28 shift
/device/google/coral/
DWCNSS_qcom_cfg.ini175 # This ini is used to configure the number of Tx/Rx packets during the period of
181 # within last gTDLSTxStatsPeriod period is considered as idle condition.
/device/google/sunfish/
DWCNSS_qcom_cfg.ini175 # This ini is used to configure the number of Tx/Rx packets during the period of
181 # within last gTDLSTxStatsPeriod period is considered as idle condition.
/device/google/redbull/
DWCNSS_qcom_cfg.ini182 # This ini is used to configure the number of Tx/Rx packets during the period of
188 # within last gTDLSTxStatsPeriod period is considered as idle condition.
/device/google/contexthub/sensorhal/
Dhubconnection.cpp1997 uint64_t period = rateLevelToDeviceSamplingPeriodNs(handle, maxRateLevel); in mergeDirectReportRequest() local
1998 if (period != INT64_MAX) { in mergeDirectReportRequest()
2000 rate = period_ns_to_frequency_q10(period); in mergeDirectReportRequest()
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c4252 int period[] = {-1, -1, -1}; local
4259 period[i - ACC] = SENSOR_HZ((float)WATERMARK_MAX_SENSOR_RATE) / T(sensors[i]).rate;
4265 period[i-ACC], latency[i-ACC]);
4270 size_t watermark = calcFifoSize(period, latency, factor, NUM_CONT_SENSOR) / 4;
/device/linaro/hikey/self-extractors_hikey960/hisilicon/
DLICENSE90 their unauthorized disclosure and use. The period of confidentiality shall be indefinite. YOU agree…
/device/linaro/poplar/proprietary/hisilicon/
DLICENSE41 …le degree of care, to prevent their unauthorized disclosure and use. The period of confidentiality…
/device/google/trout/tools/tracing/proto/
Dperfetto_trace.proto67 // optional. Minimum sampling period supported by the producer in
71 // optional. Maximum sampling period supported by the producer in
816 // same as 1/period.
817 // Details: the actual sampling will still be based on a period, but the
823 // Per-cpu sampling will occur every |period| counts of |event|.
825 // fixed period.
826 uint64 period = 1; field
856 // filter will be counted (and therefore contribute to the sampling period).
936 // Optional period for clearing state cached by the unwinder. This is a heavy
1642 // Optional. If non-zero tunes the write period. A min value of 100ms is
[all …]
/device/linaro/poplar/wifi/wifi_hal/
Dgscan.cpp502 result = request.put_u32(GSCAN_ATTRIBUTE_BUCKET_PERIOD, mParams->buckets[i].period); in createSetupRequest()

1234