Home
last modified time | relevance | path

Searched defs:period (Results 1 – 22 of 22) sorted by relevance

/system/extras/simpleperf/scripts/
Dannotate.py88 def __init__(self, period=0, acc_period=0): argument
106 def add_period(self, period): argument
121 def add_period(self, period): argument
125 def add_line_period(self, line, period): argument
132 def add_function_period(self, function_name, function_start_line, period): argument
314 def _add_dso_period(self, dso_name, period, used_dso_dict): argument
323 def _add_file_period(self, source, period, used_file_dict): argument
332 def _add_line_period(self, source, period, used_line_dict): argument
339 def _add_function_period(self, source, period, used_function_dict): argument
379 def _get_percentage_str(self, period, short=False): argument
[all …]
/system/core/llkd/tests/
Dllkd_test.cpp196 const auto period = llkdSleepPeriod('D'); in llkd_driver_ABA() local
260 const auto period = llkdSleepPeriod('Z'); in TEST() local
284 const auto period = llkdSleepPeriod('D'); in TEST() local
308 const auto period = llkdSleepPeriod('S'); in TEST() local
343 const auto period = llkdSleepPeriod('S'); in TEST() local
/system/nfc/src/nfa/include/
Dnfa_sys_ptim.h35 int32_t period; /* Timer period in milliseconds */ member
/system/bt/vendor_libs/test_vendor_lib/model/setup/
Dasync_manager.cc278 …syncTaskId ExecAsyncPeriodically(std::chrono::milliseconds delay, std::chrono::milliseconds period, in ExecAsyncPeriodically()
322 …Task(std::chrono::steady_clock::time_point time, std::chrono::milliseconds period, const TaskCallb… in Task()
340 std::chrono::milliseconds period; member in test_vendor_lib::AsyncManager::AsyncTaskManager::Task
480 …ncManager::ExecAsyncPeriodically(std::chrono::milliseconds delay, std::chrono::milliseconds period, in ExecAsyncPeriodically()
Dtest_command_handler.cc224 size_t period = std::stoi(args[0]); in SetTimerPeriod() local
/system/nfc/src/nfa/sys/
Dnfa_sys_ptim.cc45 void nfa_sys_ptim_init(tPTIM_CB* p_cb, uint16_t period, uint8_t timer_id) { in nfa_sys_ptim_init()
/system/bt/gd/os/linux_generic/
Drepeating_alarm.cc51 void RepeatingAlarm::Schedule(Closure task, std::chrono::milliseconds period) { in Schedule()
/system/bt/common/
Drepeating_timer.cc40 base::TimeDelta period) { in SchedulePeriodic()
/system/extras/simpleperf/
DSampleDisplayer.h33 uint64_t period = sample->period + sample->accumulated_period; in DisplayAccumulatedOverhead() local
46 uint64_t period = sample->period; in DisplaySelfOverhead() local
Dcallchain.h32 uint64_t period; member
DInplaceSamplerClient.cpp173 uint32_t period; in HandleMessage() local
Dsample_tree.h253 uint64_t period = GetPeriodForCallChain(acc_info); in InsertCallChainForSample() local
Dcmd_report.cpp61 uint64_t period; member
158 uint64_t period = GetPeriod(r); in CreateSample() local
Dreport_lib_interface.cpp46 uint64_t period; member
Drecord.cpp502 uint64_t time, uint32_t cpu, uint64_t period, in SampleRecord()
Drecord.h99 uint64_t period; member
/system/bt/test/rootcanal/
Dbluetooth_hci.cc113 …[this](std::chrono::milliseconds delay, std::chrono::milliseconds period, const TaskCallback& task… in initialize()
/system/update_engine/
Domaha_request_params.h142 inline void set_waiting_period(base::TimeDelta period) { in set_waiting_period()
/system/core/init/
Dservice.cpp674 int period; in ParseRestartPeriod() local
706 int period; in ParseTimeoutPeriod() local
/system/extras/perfprofd/
Dconfigreader.cc57 unsigned period; member
/system/bt/stack/hcic/
Dhciblecmds.cc761 uint16_t period) { in btsnd_hcic_ble_set_extended_scan_enable()
/system/extras/perfprofd/tests/
Dperfprofd_test.cc670 uint32_t period) { in TEST_F()