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

/system/core/include/log/
H A Dlog_read.h44 log_time(uint32_t sec, uint32_t nsec) argument
46 tv_sec = sec;
H A Dlogger.h35 int32_t sec; /* seconds since Epoch */ member in struct:logger_entry
50 int32_t sec; /* seconds since Epoch */ member in struct:logger_entry_v2
61 int32_t sec; /* seconds since Epoch */ member in struct:logger_entry_v3
72 uint32_t sec; /* seconds since Epoch */ member in struct:logger_entry_v4
108 return (entry.sec == T.entry.sec) && (entry.nsec == T.entry.nsec);
116 return (entry.sec < T.entry.sec)
117 || ((entry.sec == T.entry.sec)
[all...]
/system/bt/bta/pan/
H A Dbta_pan_act.c368 UINT8 sec[3]; local
375 sec[0] = p_data->api_set_role.user_sec_mask;
376 sec[1] = p_data->api_set_role.gn_sec_mask;
377 sec[2] = p_data->api_set_role.nap_sec_mask;
380 status = PAN_SetRole(p_data->api_set_role.role, sec,
/system/bt/osi/src/
H A Dconfig.c114 section_t *sec = list_node(node); local
116 for (const list_node_t *node_entry = list_begin(sec->entries);
117 node_entry != list_end(sec->entries);
121 config_set_string(ret, sec->name, entry->key, entry->value);
213 section_t *sec = section_find(config, section); local
214 if (!sec) {
215 sec = section_new(section);
216 list_append(config->sections, sec);
219 for (const list_node_t *node = list_begin(sec->entries); node != list_end(sec
236 section_t *sec = section_find(config, section); local
248 section_t *sec = section_find(config, section); local
468 section_t *sec = list_node(node); local
495 section_t *sec = section_find(config, section); local
[all...]
/system/core/debuggerd/
H A Dtombstone.cpp551 time_t sec = static_cast<time_t>(entry->sec); local
554 ptm = localtime_r(&sec, &tmBuf);
/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);
934 if (bpb->sec)
935 printf(" sec=%u", bpb->sec);
[all...]
/system/update_engine/
H A Dpayload_state.cc582 double sec = static_cast<double>(usec) / Time::kMicrosecondsPerSecond; local
583 double bps = static_cast<double>(payload_bytes_downloaded) / sec;

Completed in 1276 milliseconds