Home
last modified time | relevance | path

Searched refs:call_count (Results 1 – 5 of 5) sorted by relevance

/aosp12/bionic/tests/
H A Dlink_test.cpp41 static size_t call_count = 0; in TEST() local
42 ASSERT_EQ(123, dl_iterate_phdr([](dl_phdr_info*, size_t, void*) { ++call_count; return 123; }, in TEST()
44 ASSERT_EQ(1u, call_count); in TEST()
/aosp12/frameworks/base/core/java/android/os/
H A DEventLogTags.logtags5 230000 service_manager_stats (call_count|1),(total_time|1|3),(duration|1|3)
/aosp12/packages/apps/Dialer/java/com/android/dialer/calllog/ui/
H A DNewCallLogViewHolder.java87 callCountTextView = view.findViewById(R.id.call_count); in NewCallLogViewHolder()
/aosp12/frameworks/opt/telephony/proto/src/
H A Dpersist_atoms.proto224 optional int64 call_count = 4; field
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto6902 optional int64 call_count = 4; field
6906 // call_count will be equal to recorded_call_count.
6908 // If recorded_call_count is different than call_count, it means data collection has been
6920 // Total can be computed using total_cpu_micros / recorded_call_count * call_count.
12951 optional int64 call_count = 4; field