Searched defs:sec (Results 1 - 14 of 14) sorted by relevance

/system/media/audio_utils/include/audio_utils/
H A Dclock.h48 const time_t sec = ns / one_second; local
52 if (localtime_r(&sec, &tm) == NULL) {
/system/core/include/log/
H A Dlog_time.h54 explicit log_time(uint32_t sec, uint32_t nsec = 0) argument
55 : tv_sec(sec), tv_nsec(nsec) {
H A Dlog_read.h60 int32_t sec; /* seconds since Epoch */ member in struct:logger_entry
78 int32_t sec; /* seconds since Epoch */ member in struct:logger_entry_v2
97 int32_t sec; /* seconds since Epoch */ member in struct:logger_entry_v3
116 uint32_t sec; /* seconds since Epoch */ member in struct:logger_entry_v4
154 return (entry.sec == T.entry.sec) && (entry.nsec == T.entry.nsec);
160 return (entry.sec < T.entry.sec) ||
161 ((entry.sec == T.entry.sec)
[all...]
/system/core/liblog/include/log/
H A Dlog_time.h54 explicit log_time(uint32_t sec, uint32_t nsec = 0) argument
55 : tv_sec(sec), tv_nsec(nsec) {
H A Dlog_read.h60 int32_t sec; /* seconds since Epoch */ member in struct:logger_entry
78 int32_t sec; /* seconds since Epoch */ member in struct:logger_entry_v2
97 int32_t sec; /* seconds since Epoch */ member in struct:logger_entry_v3
116 uint32_t sec; /* seconds since Epoch */ member in struct:logger_entry_v4
154 return (entry.sec == T.entry.sec) && (entry.nsec == T.entry.nsec);
160 return (entry.sec < T.entry.sec) ||
161 ((entry.sec == T.entry.sec)
[all...]
/system/bt/bta/pan/
H A Dbta_pan_act.cc347 uint8_t sec[3]; local
353 sec[0] = p_data->api_set_role.user_sec_mask;
354 sec[1] = p_data->api_set_role.gn_sec_mask;
355 sec[2] = p_data->api_set_role.nap_sec_mask;
359 p_data->api_set_role.role, sec, p_data->api_set_role.user_name,
/system/core/liblog/include_vndk/log/
H A Dlog_read.h60 int32_t sec; /* seconds since Epoch */ member in struct:logger_entry
78 int32_t sec; /* seconds since Epoch */ member in struct:logger_entry_v2
97 int32_t sec; /* seconds since Epoch */ member in struct:logger_entry_v3
116 uint32_t sec; /* seconds since Epoch */ member in struct:logger_entry_v4
154 return (entry.sec == T.entry.sec) && (entry.nsec == T.entry.nsec);
160 return (entry.sec < T.entry.sec) ||
161 ((entry.sec == T.entry.sec)
[all...]
/system/core/storaged/tests/
H A Dstoraged_test.cpp41 void write_and_pause(uint32_t sec) { argument
61 sleep(sec);
/system/extras/simpleperf/
H A Drecord_file_writer.cpp378 auto& sec = features_[feature]; local
379 if (!GetFilePos(&sec.offset)) {
382 sec.size = 0;
/system/core/debuggerd/libdebuggerd/
H A Dtombstone.cpp526 time_t sec = static_cast<time_t>(entry->sec); local
529 ptm = localtime_r(&sec, &tmBuf);
/system/core/logd/
H A DLogStatistics.cpp577 static const uint64_t sec = MS_PER_SEC; local
579 static const uint64_t minute = 60 * sec;
584 if (val < sec) return output;
601 (val / sec) % (minute / sec));
602 val %= sec;
/system/nfc/src/gki/ulinux/
H A Dgki_ulinux.cc572 int sec; local
627 sec = timeout / 1000;
634 abstime.tv_sec += sec;
/system/core/toolbox/
H A Dnewfs_msdos.c117 u_int8_t sec[2]; /* total sectors */ member in struct:bsbpb
161 u_int sec; /* total sectors */ member in struct:bpb
399 bpb.bsec = bpb.sec;
400 bpb.sec = 0;
629 bpb.sec = bpb.bsec;
666 mk2(bsbpb->sec, bpb.sec);
935 if (bpb->sec)
936 printf(" sec=%u", bpb->sec);
[all...]
/system/update_engine/
H A Dpayload_state.cc602 double sec = static_cast<double>(usec) / Time::kMicrosecondsPerSecond; local
603 double bps = static_cast<double>(payload_bytes_downloaded) / sec;

Completed in 262 milliseconds