Searched refs:timestamp (Results 1 – 6 of 6) sorted by relevance
/system/core/adb/ |
D | file_sync_client.c | 126 int sync_readtime(int fd, const char *path, unsigned *timestamp) in sync_readtime() argument 147 *timestamp = ltohl(msg.stat.time); in sync_readtime() 167 static int sync_finish_readtime(int fd, unsigned int *timestamp, in sync_finish_readtime() argument 178 *timestamp = ltohl(msg.stat.time); in sync_finish_readtime() 708 unsigned int timestamp, mode, size; in copy_local_dir_remote() local 709 if(sync_finish_readtime(fd, ×tamp, &mode, &size)) in copy_local_dir_remote() 713 if((S_ISREG(ci->mode & mode) && timestamp == ci->time) || in copy_local_dir_remote() 714 (S_ISLNK(ci->mode & mode) && timestamp >= ci->time)) in copy_local_dir_remote() 910 unsigned int timestamp, mode, size; in copy_remote_dir_local() 911 if (sync_finish_readtime(fd, ×tamp, &mode, &size)) in copy_remote_dir_local() [all …]
|
D | file_sync_service.c | 154 unsigned int timestamp = 0; in handle_send_file() local 179 timestamp = ltohl(msg.data.size); in handle_send_file() 208 u.actime = timestamp; in handle_send_file() 209 u.modtime = timestamp; in handle_send_file()
|
/system/core/libcorkscrew/ |
D | map_info.c | 132 int64_t timestamp; member 156 int64_t age = time - data->timestamp; in acquire_my_map_info_list() 173 data->timestamp = time; in acquire_my_map_info_list()
|
/system/core/include/system/ |
D | window.h | 776 int64_t timestamp) in native_window_set_buffers_timestamp() argument 779 timestamp); in native_window_set_buffers_timestamp()
|
/system/core/charger/ |
D | charger.c | 79 int64_t timestamp; member 795 charger->keys[code].timestamp = now; in set_key_callback() 801 int64_t duration = now - charger->keys[code].timestamp; in set_key_callback() 823 int64_t then = key->timestamp + timeout; in set_next_key_check() 836 int64_t reboot_timeout = key->timestamp + POWER_ON_KEY_TIME; in process_key()
|
/system/core/logcat/ |
D | event.logtags | 112 # graphics timestamp
|