Searched refs:sec (Results 1 - 20 of 20) sorted by relevance

/system/core/include/log/
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...]
H A Dlog_read.h44 log_time(uint32_t sec, uint32_t nsec) argument
46 tv_sec = sec;
/system/media/camera/docs/
H A DCameraDeviceInfo.mako25 % for sec in find_all_sections(metadata):
26 % for entry in find_unique_entries(sec):
H A DCaptureResultTest.mako25 % for sec in find_all_sections(metadata):
26 % for entry in find_unique_entries(sec):
H A Dcamera_metadata_tag_info.mako47 % for sec in find_all_sections(metadata):
48 static tag_info_t ${path_name(sec) | csyml}[${path_name(sec) | csym}_END -
49 ${path_name(sec) | csym}_START] = {
50 % for entry in remove_synthetic(find_unique_entries(sec)):
51 [ ${entry.name | csym} - ${path_name(sec) | csym}_START ] =
72 % for sec in find_all_sections(metadata):
73 % for idx,entry in enumerate(remove_synthetic(find_unique_entries(sec))):
H A Dndk_camera_metadata_tags.mako74 % for sec in find_all_sections(metadata):
76 entries = remove_synthetic(find_unique_entries(sec))
81 % for idx,entry in enumerate(remove_synthetic(find_unique_entries(sec))):
115 ${ndk(path_name(sec)) | csym}_END,
124 % for sec in find_all_sections(metadata):
125 % for entry in filter_ndk_visible(remove_synthetic(find_unique_entries(sec))):
H A DACameraMetadata.mako69 % for sec in find_all_sections(metadata):
70 % for entry in remove_synthetic(find_unique_entries(sec)):
H A Dcamera_metadata_tags.mako77 % for sec in find_all_sections(metadata):
78 % for idx,entry in enumerate(remove_synthetic(find_unique_entries(sec))):
86 ${path_name(sec) | csym}_END,
95 % for sec in find_all_sections(metadata):
96 % for entry in remove_synthetic(find_unique_entries(sec)):
H A Dmetadata_model.py458 for sec_name, sec in sections_dict.iteritems():
459 sec._leafs = []
460 sec.validate_tree()
465 sec = sections_dict.get(p.get_section(), \
467 sections_dict[p.get_section()] = sec
469 sec.validate_tree()
471 if p not in sec._leafs:
472 sec._leafs.append(p)
474 for sec_name, sec in sections_dict.iteritems():
476 if not sec
[all...]
/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/liblog/
H A Dlogger_read.c412 (oldest->logMsg.entry.sec >
413 transp->logMsg.entry.sec) ||
414 ((oldest->logMsg.entry.sec ==
415 transp->logMsg.entry.sec) &&
H A Dpmsg_reader.c223 log_msg->entry_v4.sec = buf.l.realtime.tv_sec;
H A Dlogprint.c465 entry->tv_sec = buf->sec;
763 entry->tv_sec = buf->sec;
/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/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/core/debuggerd/
H A Dtombstone.cpp551 time_t sec = static_cast<time_t>(entry->sec); local
554 ptm = localtime_r(&sec, &tmBuf);
/system/core/logd/
H A DLogBufferElement.cpp215 entry.sec = mRealTime.tv_sec;
/system/core/liblog/tests/
H A Dliblog_test.cpp209 if ((log_msg.entry.sec < (ts.tv_sec - 1))
210 || ((ts.tv_sec + 1) < log_msg.entry.sec)
270 if ((log_msg.entry.sec < (ts.tv_sec - 1))
271 || ((ts.tv_sec + 1) < log_msg.entry.sec)
996 if ((log_msg.entry.sec < (ts.tv_sec - 1))
997 || ((ts.tv_sec + 1) < log_msg.entry.sec)
2353 if ((log_msg.entry.sec < (ts.tv_sec - 1))
2354 || ((ts.tv_sec + 1) < log_msg.entry.sec)
/system/core/logd/tests/
H A Dlogd_test.cpp228 msg->entry.pid, msg->entry.tid, msg->entry.sec, msg->entry.nsec);
683 log_time msg(msg_timeout.entry.sec, msg_timeout.entry.nsec);
/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 303 milliseconds