Searched refs:sec (Results 1 - 25 of 33) 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.h54 explicit log_time(uint32_t sec, uint32_t nsec = 0) argument
55 : 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.h54 explicit log_time(uint32_t sec, uint32_t nsec = 0) argument
55 : 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...]
/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 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 Dndk_camera_metadata_tags.mako81 % for sec in find_all_sections(metadata):
83 entries = remove_synthetic(find_unique_entries(sec))
88 % for idx,entry in enumerate(remove_synthetic(find_unique_entries(sec))):
128 ${ndk(path_name(sec)) | csym}_END,
137 % for sec in find_all_sections(metadata):
138 % for entry in filter_ndk_visible(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.cc115 section_t* sec = static_cast<section_t*>(list_node(node)); local
117 for (const list_node_t* node_entry = list_begin(sec->entries);
118 node_entry != list_end(sec->entries);
122 config_set_string(ret, sec->name, entry->key, entry->value);
215 section_t* sec = section_find(config, section); local
216 if (!sec) {
217 sec = section_new(section);
218 list_append(config->sections, sec);
231 for (const list_node_t* node = list_begin(sec->entries);
232 node != list_end(sec
249 section_t* sec = section_find(config, section); local
260 section_t* sec = section_find(config, section); local
492 section_t* sec = static_cast<section_t*>(list_node(node)); local
518 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/tests/
H A Dlog_wrap_test.cpp49 log_time start(log_msg.entry.sec, log_msg.entry.nsec);
/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.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/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.cpp357 auto& sec = features_[feature]; local
358 if (!GetFilePos(&sec.offset)) {
361 sec.size = 0;
/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/halimpl/bcm2079x/gki/ulinux/
H A Dgki_ulinux.c617 int sec; local
671 sec = timeout / 1000;
678 abstime.tv_sec += sec;
/system/nfc/src/gki/ulinux/
H A Dgki_ulinux.c583 int sec; local
638 sec = timeout / 1000;
645 abstime.tv_sec += sec;
/system/core/storaged/tests/
H A Dstoraged_test.cpp33 static void pause(uint32_t sec) { argument
53 sleep(sec);

Completed in 371 milliseconds

12