Searched refs:period (Results 1 – 25 of 83) sorted by relevance
1234
/device/google/contexthub/firmware/os/core/ |
D | timer.c | 44 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/ |
D | VsyncThread.cpp | 110 update.period = Nanoseconds(newVsyncPeriod); in scheduleVsyncUpdate() 127 mVsyncPeriod = mPendingUpdate->period; in updateVsyncPeriodLocked()
|
D | VsyncThread.h | 78 std::chrono::nanoseconds period; member
|
/device/google/contexthub/firmware/os/platform/stm32/ |
D | rtc.c | 110 #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/ |
D | iaxxx-module.h | 76 int period; member
|
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/mfd/adnc/ |
D | iaxxx-module.h | 81 int period; member
|
/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/qemu/keymaps/ |
D | sv | 252 period 0x34
|
D | sl | 280 period 0x34
|
D | fr-ca | 253 period 0x34
|
D | ar | 277 period 0x34 shift
|
D | th | 187 period 0x28 shift
|
D | bepo | 118 period 0x14
|
/device/google/cuttlefish_vmm/qemu/aarch64-linux-gnu/usr/share/qemu/keymaps/ |
D | sv | 252 period 0x34
|
D | sl | 280 period 0x34
|
D | ru | 238 period 0x35
|
D | th | 187 period 0x28 shift
|
/device/google/coral/ |
D | WCNSS_qcom_cfg.ini | 175 # 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/ |
D | WCNSS_qcom_cfg.ini | 175 # 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/ |
D | WCNSS_qcom_cfg.ini | 182 # 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/ |
D | hubconnection.cpp | 1997 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/ |
D | bosch_bmi160.c | 4252 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/ |
D | LICENSE | 90 their unauthorized disclosure and use. The period of confidentiality shall be indefinite. YOU agree…
|
/device/linaro/poplar/proprietary/hisilicon/ |
D | LICENSE | 41 …le degree of care, to prevent their unauthorized disclosure and use. The period of confidentiality…
|
/device/google/trout/tools/tracing/proto/ |
D | perfetto_trace.proto | 67 // 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/ |
D | gscan.cpp | 502 result = request.put_u32(GSCAN_ATTRIBUTE_BUCKET_PERIOD, mParams->buckets[i].period); in createSetupRequest()
|
1234