Searched defs:time (Results 1 - 6 of 6) sorted by relevance

/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
H A Dperf_obj.h46 TIME_STRUCT time, tempTime; /* last and current timestamp */ member in struct:PERF_Private
/hardware/akm/AK8975_FS/libsensors/
H A DAkmSensor.cpp212 int64_t time = timevalToNano(event->time); local
216 mPendingEvents[j].timestamp = time;
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
H A DExynos_OSAL_ETC.c30 #include <sys/time.h>
163 unsigned long sec, usec, time; local
173 time = sec * 1000000 + (usec);
175 return time;
/hardware/ti/wlan/mac80211/ti-utils/
H A Dcalibrator.h106 bool frame, time; member in struct:print_event_args
/hardware/invensense/60xx/mlsdk/mllite/
H A Dml.c382 * @brief This registers a function to be called for each time the DMP
385 * every time the FIFO data is processed.
1385 * @brief inv_set_no_motion_time is used to set the time required for
1395 * @param time A time in seconds.
1399 inv_error_t inv_set_no_motion_time(float time) argument
1407 tmp = (long)(time * 200);
1429 * @pre inv_get_version can be called at any time.
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h375 int32 active_time; /* -1 use default, dwell time per channel for
378 int32 passive_time; /* -1 use default, dwell time per channel
381 int32 home_time; /* -1 use default, dwell time for the home channel
544 int32 active_time; /* -1 use default, dwell time per channel for
547 int32 passive_time; /* -1 use default, dwell time per channel
550 int32 home_time; /* -1 use default, dwell time for the home channel
672 #define CCA_FLAG_IGNORE_DURATION 0x04 /* Ignore dwell time for each channel */
781 uint32 tsf_h; /* TSF high 32-bits of Measurement start time */
800 uint32 tsf_h; /* TSF high 32-bits of Measurement start time */
1104 uint32 idle; /* time sinc
4504 uint32 time; member in struct:log_record
4749 uint32 time; member in struct:assert_record
[all...]

Completed in 258 milliseconds