Home
last modified time | relevance | path

Searched refs:t (Results 1 – 25 of 74) sorted by relevance

123

/device/htc/flounder/sensor_hub/libsensors/
DSensorBase.cpp110 struct timespec t; in getTimestamp() local
111 t.tv_sec = t.tv_nsec = 0; in getTimestamp()
112 clock_gettime(CLOCK_BOOTTIME, &t); in getTimestamp()
113 return int64_t(t.tv_sec)*NS_PER_SEC + t.tv_nsec; in getTimestamp()
DSensorBase.h43 static int64_t timevalToNano(timeval const& t) { in timevalToNano() argument
44 return t.tv_sec*NS_PER_SEC + t.tv_usec*NS_PER_US; in timevalToNano()
/device/samsung/manta/libsensors/
DSensorBase.cpp91 struct timespec t; in getTimestamp() local
92 t.tv_sec = t.tv_nsec = 0; in getTimestamp()
93 clock_gettime(CLOCK_MONOTONIC, &t); in getTimestamp()
94 return int64_t(t.tv_sec)*1000000000LL + t.tv_nsec; in getTimestamp()
/device/asus/flo/camera/hdr/include/
Dmorpho_rect_int.h26 #define morpho_RectInt_setRect(rect,l,t,r,b) do { \ argument
28 (rect)->sy=(t);\
/device/lge/hammerhead/camera/hdr/include/
Dmorpho_rect_int.h26 #define morpho_RectInt_setRect(rect,l,t,r,b) do { \ argument
28 (rect)->sy=(t);\
/device/lge/mako/camera/hdr/include/
Dmorpho_rect_int.h26 #define morpho_RectInt_setRect(rect,l,t,r,b) do { \ argument
28 (rect)->sy=(t);\
/device/asus/fugu/self-extractors/
DPART25 echo ERROR: Couldn\'t display license file 1>&2
17 echo You didn\'t accept the license. Extraction aborted.
/device/htc/flounder/self-extractors/
DPART25 echo ERROR: Couldn\'t display license file 1>&2
17 echo You didn\'t accept the license. Extraction aborted.
/device/asus/grouper/self-extractors/
DPART25 echo ERROR: Couldn\'t display license file 1>&2
17 echo You didn\'t accept the license. Extraction aborted.
DPART35 echo ERROR: Couldn\'t extract files. 1>&2
/device/lge/mako/self-extractors/
DPART25 echo ERROR: Couldn\'t display license file 1>&2
17 echo You didn\'t accept the license. Extraction aborted.
DPART35 echo ERROR: Couldn\'t extract files. 1>&2
/device/asus/deb/self-extractors/
DPART25 echo ERROR: Couldn\'t display license file 1>&2
17 echo You didn\'t accept the license. Extraction aborted.
DPART35 echo ERROR: Couldn\'t extract files. 1>&2
/device/samsung/manta/self-extractors/
DPART25 echo ERROR: Couldn\'t display license file 1>&2
17 echo You didn\'t accept the license. Extraction aborted.
/device/lge/hammerhead/self-extractors/
DPART25 echo ERROR: Couldn\'t display license file 1>&2
17 echo You didn\'t accept the license. Extraction aborted.
DPART35 echo ERROR: Couldn\'t extract files. 1>&2
/device/asus/flo/self-extractors/
DPART25 echo ERROR: Couldn\'t display license file 1>&2
17 echo You didn\'t accept the license. Extraction aborted.
/device/moto/shamu/self-extractors/
DPART25 echo ERROR: Couldn\'t display license file 1>&2
17 echo You didn\'t accept the license. Extraction aborted.
/device/asus/tilapia/self-extractors/
DPART25 echo ERROR: Couldn\'t display license file 1>&2
17 echo You didn\'t accept the license. Extraction aborted.
/device/asus/fugu/power/
Dpower.c135 static inline uint64_t timespec_to_us(struct timespec *t) in timespec_to_us() argument
137 return t->tv_sec * 1000000 + t->tv_nsec / 1000; in timespec_to_us()
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/
DBaseActivity.java75 protected void handleTemperatureMessage(TemperatureMsg t) { in handleTemperatureMessage() argument
77 mInputController.setTemperature(t.getTemperature()); in handleTemperatureMessage()
/device/asus/grouper/sepolicy/
Dsensors_config.te25 # Checked as a side effect on the chmod (don't allow)
31 # Tries to delete /data/calibration (don't allow)
/device/samsung/manta/liblights/
Dlights.c164 static bool time_after(struct timespec *t) in time_after() argument
169 return now.tv_sec > t->tv_sec || (now.tv_sec == t->tv_sec && now.tv_nsec > t->tv_nsec); in time_after()
/device/asus/fugu/sepolicy/
Dnetd.te1 # we don't allow modules

123