/device/htc/flounder/sensor_hub/libsensors/ |
D | SensorBase.cpp | 110 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()
|
D | SensorBase.h | 43 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/ |
D | SensorBase.cpp | 91 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/ |
D | morpho_rect_int.h | 26 #define morpho_RectInt_setRect(rect,l,t,r,b) do { \ argument 28 (rect)->sy=(t);\
|
/device/lge/hammerhead/camera/hdr/include/ |
D | morpho_rect_int.h | 26 #define morpho_RectInt_setRect(rect,l,t,r,b) do { \ argument 28 (rect)->sy=(t);\
|
/device/lge/mako/camera/hdr/include/ |
D | morpho_rect_int.h | 26 #define morpho_RectInt_setRect(rect,l,t,r,b) do { \ argument 28 (rect)->sy=(t);\
|
/device/asus/fugu/self-extractors/ |
D | PART2 | 5 echo ERROR: Couldn\'t display license file 1>&2 17 echo You didn\'t accept the license. Extraction aborted.
|
/device/htc/flounder/self-extractors/ |
D | PART2 | 5 echo ERROR: Couldn\'t display license file 1>&2 17 echo You didn\'t accept the license. Extraction aborted.
|
/device/asus/grouper/self-extractors/ |
D | PART2 | 5 echo ERROR: Couldn\'t display license file 1>&2 17 echo You didn\'t accept the license. Extraction aborted.
|
D | PART3 | 5 echo ERROR: Couldn\'t extract files. 1>&2
|
/device/lge/mako/self-extractors/ |
D | PART2 | 5 echo ERROR: Couldn\'t display license file 1>&2 17 echo You didn\'t accept the license. Extraction aborted.
|
D | PART3 | 5 echo ERROR: Couldn\'t extract files. 1>&2
|
/device/asus/deb/self-extractors/ |
D | PART2 | 5 echo ERROR: Couldn\'t display license file 1>&2 17 echo You didn\'t accept the license. Extraction aborted.
|
D | PART3 | 5 echo ERROR: Couldn\'t extract files. 1>&2
|
/device/samsung/manta/self-extractors/ |
D | PART2 | 5 echo ERROR: Couldn\'t display license file 1>&2 17 echo You didn\'t accept the license. Extraction aborted.
|
/device/lge/hammerhead/self-extractors/ |
D | PART2 | 5 echo ERROR: Couldn\'t display license file 1>&2 17 echo You didn\'t accept the license. Extraction aborted.
|
D | PART3 | 5 echo ERROR: Couldn\'t extract files. 1>&2
|
/device/asus/flo/self-extractors/ |
D | PART2 | 5 echo ERROR: Couldn\'t display license file 1>&2 17 echo You didn\'t accept the license. Extraction aborted.
|
/device/moto/shamu/self-extractors/ |
D | PART2 | 5 echo ERROR: Couldn\'t display license file 1>&2 17 echo You didn\'t accept the license. Extraction aborted.
|
/device/asus/tilapia/self-extractors/ |
D | PART2 | 5 echo ERROR: Couldn\'t display license file 1>&2 17 echo You didn\'t accept the license. Extraction aborted.
|
/device/asus/fugu/power/ |
D | power.c | 135 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/ |
D | BaseActivity.java | 75 protected void handleTemperatureMessage(TemperatureMsg t) { in handleTemperatureMessage() argument 77 mInputController.setTemperature(t.getTemperature()); in handleTemperatureMessage()
|
/device/asus/grouper/sepolicy/ |
D | sensors_config.te | 25 # Checked as a side effect on the chmod (don't allow) 31 # Tries to delete /data/calibration (don't allow)
|
/device/samsung/manta/liblights/ |
D | lights.c | 164 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/ |
D | netd.te | 1 # we don't allow modules
|