Searched defs:timestamp (Results 1 - 5 of 5) sorted by relevance

/system/core/adb/
H A Dfile_sync_service.c154 unsigned int timestamp = 0; local
179 timestamp = ltohl(msg.data.size);
208 u.actime = timestamp;
209 u.modtime = timestamp;
H A Dfile_sync_client.c126 int sync_readtime(int fd, const char *path, unsigned *timestamp) argument
147 *timestamp = ltohl(msg.stat.time);
167 static int sync_finish_readtime(int fd, unsigned int *timestamp, argument
178 *timestamp = ltohl(msg.stat.time);
708 unsigned int timestamp, mode, size; local
709 if(sync_finish_readtime(fd, &timestamp, &mode, &size))
713 if((S_ISREG(ci->mode & mode) && timestamp == ci->time) ||
714 (S_ISLNK(ci->mode & mode) && timestamp >= ci->time))
910 unsigned int timestamp, mode, size;
911 if (sync_finish_readtime(fd, &timestamp,
[all...]
/system/core/libcorkscrew/
H A Dmap_info.c125 int64_t timestamp; member in struct:__anon385
149 int64_t age = time - data->timestamp;
166 data->timestamp = time;
/system/core/charger/
H A Dcharger.c75 int64_t timestamp; member in struct:key_state
771 /* only record the down even timestamp, as the amount
774 charger->keys[code].timestamp = now;
780 int64_t duration = now - charger->keys[code].timestamp;
802 int64_t then = key->timestamp + timeout;
815 int64_t reboot_timeout = key->timestamp + POWER_ON_KEY_TIME;
/system/core/include/system/
H A Dwindow.h329 * Special timestamp value to indicate that timestamps should be auto-generated
766 * native_window_set_buffers_timestamp(..., int64_t timestamp)
767 * All buffers queued after this call will be associated with the timestamp
768 * parameter specified. If the timestamp is set to NATIVE_WINDOW_TIMESTAMP_AUTO
770 * called. The timestamp is measured in nanoseconds, and is normally monotonically
771 * increasing. The timestamp should be unaffected by time-of-day adjustments,
777 int64_t timestamp)
780 timestamp);
775 native_window_set_buffers_timestamp( struct ANativeWindow* window, int64_t timestamp) argument

Completed in 254 milliseconds