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

/hardware/ril/mock-ril/src/python/
H A Dtcs.py28 import time namespace
/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/ril/mock-ril/src/cpp/
H A Dworker.h108 int64_t time; member in struct:WorkerQueue::Record
116 return lhs->time > rhs->time;
/hardware/ti/wlan/mac80211/ti-utils/
H A Dcalibrator.h106 bool frame, time; member in struct:print_event_args
/hardware/qcom/gps/loc_api/libloc_api/
H A Dloc_eng.cpp72 static int loc_eng_inject_time(GpsUtcTime time, int64_t timeReference, int uncertainty);
491 This is used by Java native function to do time injection.
503 static int loc_eng_inject_time (GpsUtcTime time, int64_t timeReference, int uncertainty) argument
514 time_info_ptr->time_utc = time;
1032 // This implemenation is based on the fact that modem now at any time has only one data connection for AGPS at any given time
/hardware/invensense/mlsdk/mllite/
H A Dml.c371 * @brief This registers a function to be called for each time the DMP
374 * every time the FIFO data is processed.
1374 * @brief inv_set_no_motion_time is used to set the time required for
1384 * @param time A time in seconds.
1388 inv_error_t inv_set_no_motion_time(float time) argument
1396 tmp = (long)(time * 200);
1418 * @pre inv_get_version can be called at any time.
/hardware/msm7k/libcamera/
H A DQualcommCameraHardware.cpp31 #include <sys/time.h>
32 #include <time.h>
50 struct timeval time; local
51 gettimeofday(&time, NULL);
52 ALOGV("time: %lld us.", time.tv_sec * 1000000LL + time.tv_usec);
1387 if (!pt.timestamp) pt.timestamp = time(NULL);
1728 // Due to the fact that we allow only one thread at a time to call
1730 // only one thread at a time ma
[all...]
/hardware/broadcom/wlan/bcm4329/dhdutil/include/
H A Dwlioctl.h2160 uint32 time; member in struct:log_record
2319 uint32 time; member in struct:assert_record
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h2160 uint32 time; member in struct:log_record
2319 uint32 time; member in struct:assert_record

Completed in 191 milliseconds