Home
last modified time | relevance | path

Searched defs:sec (Results 1 – 18 of 18) sorted by relevance

/system/logging/logd/
DChattyLogBufferTest.cpp23 bool regex = false) -> LogMessage { in TEST_P()
103 uint32_t sec = 0; in TEST_P()
131 auto make_message = [&](uint32_t sec, int32_t tag, int32_t count) -> LogMessage { in TEST_P()
195 const char* msg, bool regex = false) -> LogMessage { in TEST_P()
251 bool regex = false) -> LogMessage { in TEST_P()
DLogBufferTest.cpp229 LogMessage GenerateRandomLogMessage(uint32_t sec) { in GenerateRandomLogMessage()
DLogStatistics.cpp730 static const uint64_t sec = MS_PER_SEC; in formatMsec() local
/system/bt/osi/src/
Dconfig.cc62 [&section](const section_t& sec) { return sec.name == section; }); in Find()
77 [&section](const section_t& sec) { return sec.name == section; }); in section_find()
83 auto sec = section_find(config, section); in entry_find() local
133 for (const section_t& sec : src.sections) { in config_new_clone() local
211 auto sec = section_find(*config, section); in config_set_string() local
239 auto sec = section_find(*config, section); in config_remove_section() local
249 auto sec = section_find(*config, section); in config_remove_key() local
/system/bt/btif/test/
Dbtif_config_cache_test.cc496 for (const section_t& sec : config_paired.sections) { in TEST() local
507 for (const section_t& sec : config_paired.sections) { in TEST() local
519 for (const section_t& sec : config_paired.sections) { in TEST() local
/system/media/audio_utils/include/audio_utils/
Dclock.h59 const time_t sec = ns / one_second; in audio_utils_ns_to_string() local
/system/logging/liblog/include_vndk/log/
Dlog_read.h44 uint32_t sec; /* seconds since Epoch */ member
/system/logging/liblog/include/log/
Dlog_read.h44 uint32_t sec; /* seconds since Epoch */ member
/system/core/llkd/tests/
Dllkd_test.cpp149 auto sec = duration_cast<seconds>(timeout); in llkdSleepPeriod() local
/system/extras/simpleperf/
Drecord_file_writer.cpp446 auto& sec = features_[feature]; in WriteFeatureBegin() local
/system/core/storaged/tests/
Dstoraged_test.cpp41 void write_and_pause(uint32_t sec) { in write_and_pause()
/system/nfc/src/gki/ulinux/
Dgki_ulinux.cc543 int sec; in GKI_wait() local
/system/core/debuggerd/libdebuggerd/
Dtombstone_proto.cpp494 time_t sec = static_cast<time_t>(log_entry.entry.sec); in dump_log_file() local
Dtombstone.cpp510 time_t sec = static_cast<time_t>(log_entry.entry.sec); in dump_log_file() local
/system/update_engine/cros/
Dpayload_state.cc639 double sec = static_cast<double>(usec) / Time::kMicrosecondsPerSecond; in CollectAndReportAttemptMetrics() local
/system/bpf/libbpf_android/
DLoader.cpp141 static int readSectionByIdx(ifstream& elfFile, int id, vector<char>& sec) { in readSectionByIdx()
/system/core/llkd/
Dlibllkd.cpp609 auto sec = duration_cast<seconds>(ms); in llkFormat() local
/system/bt/test/stub/
Dosi.cc62 [&section](const section_t& sec) { return sec.name == section; }); in Find()