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

12

/system/core/include/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...]
H A Dlog_time.h48 explicit log_time(uint32_t sec, uint32_t nsec = 0) argument
49 : tv_sec(sec), tv_nsec(nsec) {
/system/core/liblog/include/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...]
H A Dlog_time.h48 explicit log_time(uint32_t sec, uint32_t nsec = 0) argument
49 : tv_sec(sec), tv_nsec(nsec) {
/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...]
H A Dlog_time.h48 explicit log_time(uint32_t sec, uint32_t nsec = 0) argument
49 : tv_sec(sec), tv_nsec(nsec) {
/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/extras/simpleperf/scripts/
H A Dreport_sample.py48 sec = sample.time / 1000000000
49 usec = (sample.time - sec * 1000000000) / 1000
51 sample.tid, sample.cpu, sec,
/system/bt/osi/src/
H A Dconfig.cc114 section_t* sec = static_cast<section_t*>(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);
214 section_t* sec = section_find(config, section); local
215 if (!sec) {
216 sec = section_new(section);
217 list_append(config->sections, sec);
220 for (const list_node_t* node = list_begin(sec->entries);
221 node != list_end(sec
238 section_t* sec = section_find(config, section); local
249 section_t* sec = section_find(config, section); local
481 section_t* sec = static_cast<section_t*>(list_node(node)); local
507 section_t* sec = section_find(config, section); local
[all...]
/system/media/audio_utils/include/audio_utils/
H A Dclock.h40 const time_t sec = ns / one_second; local
44 if (localtime_r(&sec, &tm) == NULL) {
/system/core/liblog/
H A Dlogger_read.c429 (!oldest || (oldest->logMsg.entry.sec > transp->logMsg.entry.sec) ||
430 ((oldest->logMsg.entry.sec == transp->logMsg.entry.sec) &&
H A Dstderr_write.c170 log_msg.entry.sec = ts->tv_sec;
/system/bt/bta/pan/
H A Dbta_pan_act.cc346 uint8_t sec[3]; local
352 sec[0] = p_data->api_set_role.user_sec_mask;
353 sec[1] = p_data->api_set_role.gn_sec_mask;
354 sec[2] = p_data->api_set_role.nap_sec_mask;
358 p_data->api_set_role.role, sec, p_data->api_set_role.user_name,
/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/extras/simpleperf/
H A Drecord_file_writer.cpp335 auto& sec = features_[feature]; local
336 if (!GetFilePos(&sec.offset)) {
339 sec.size = 0;
/system/nfc/halimpl/bcm2079x/gki/ulinux/
H A Dgki_ulinux.c616 int sec; local
670 sec = timeout / 1000;
677 abstime.tv_sec += sec;
/system/nfc/src/gki/ulinux/
H A Dgki_ulinux.c597 int sec; local
653 sec = timeout / 1000;
660 abstime.tv_sec += sec;
/system/core/storaged/tests/
H A Dstoraged_test.cpp33 static void pause(uint32_t sec) { argument
53 sleep(sec);
/system/core/logd/
H A DLogBufferElement.cpp219 entry.sec = mRealTime.tv_sec;

Completed in 455 milliseconds

12