/aosp_15_r20/external/cronet/components/metrics/ |
H A D | histogram_controller.cc | 20 const char* GetPingHistogramName(mojom::UmaPingCallSource call_source) { in GetPingHistogramName() argument 21 switch (call_source) { in GetPingHistogramName() 113 mojom::UmaPingCallSource call_source) { in PingChildProcess() argument 121 base::UmaHistogramEnumeration(GetPingHistogramName(call_source), in PingChildProcess() 124 fetcher->Ping(call_source, in PingChildProcess() 126 base::Unretained(this), call_source)); in PingChildProcess() 129 void HistogramController::Pong(mojom::UmaPingCallSource call_source) { in Pong() argument 131 GetPingHistogramName(call_source), in Pong()
|
H A D | histogram_controller.h | 92 mojom::UmaPingCallSource call_source); 96 void Pong(mojom::UmaPingCallSource call_source);
|
H A D | child_histogram_fetcher_impl.cc | 99 void ChildHistogramFetcherImpl::Ping(mojom::UmaPingCallSource call_source, in Ping() argument 105 switch (call_source) { in Ping()
|
H A D | child_histogram_fetcher_impl.h | 52 void Ping(mojom::UmaPingCallSource call_source,
|
/aosp_15_r20/frameworks/proto_logging/stats/atoms/wearservices/ |
H A D | wearservices_extension_atoms.proto | 101 optional android.app.wearservices.CallSource call_source = 2; field 145 optional android.app.wearservices.CallSource call_source = 3; field 191 optional android.app.wearservices.CallSource call_source = 2; field
|
/aosp_15_r20/external/cronet/components/metrics/public/mojom/ |
H A D | histogram_fetcher.mojom | 46 Ping(UmaPingCallSource call_source) => ();
|
/aosp_15_r20/external/pytorch/torch/_dynamo/variables/ |
H A D | user_defined.py | 1299 call_source = None 1305 call_source = WeakRefCallSource(self.source) 1306 return VariableBuilder(tx, call_source)(referent)
|
/aosp_15_r20/packages/services/Telecomm/proto/ |
D | telecom.proto | 314 optional CallSource call_source = 18; field
|
/aosp_15_r20/out/soong/.intermediates/frameworks/proto_logging/stats/libstats_proto_host/linux_glibc_x86_64_shared/gen/proto/frameworks/proto_logging/stats/atoms/wearservices/ |
D | wearservices_extension_atoms.pb.h | 315 ::android::app::wearservices::CallSource call_source() const; in Swap() 688 ::android::app::wearservices::CallSource call_source() const; in Swap() 1076 ::android::app::wearservices::CallSource call_source() const; in Swap() 3803 inline ::android::app::wearservices::CallSource WsIncomingCallActionReported::call_source() const { in call_source() function 3955 inline ::android::app::wearservices::CallSource WsCallDurationReported::call_source() const { in call_source() function 4135 inline ::android::app::wearservices::CallSource WsCallInteractionReported::call_source() const { in call_source() function
|
/aosp_15_r20/external/vulkan-validation-layers/tests/ |
H A D | vklayertests_descriptor_renderpass_framebuffer.cpp | 1122 const std::string call_source = SetImagesArrayLength(call_source_template, "6"); in TEST_F() local 1143 …tests.push_back({rgen_source, ahit_source, chit_source, miss_source, intr_source, call_source, fal… in TEST_F() 1145 …tests.push_back({rgen_source, ahit_source, chit_source, miss_source, intr_source, call_source, fal… in TEST_F() 1147 …tests.push_back({rgen_source, ahit_source, chit_source, miss_source, intr_source, call_source, fal… in TEST_F() 1149 …tests.push_back({rgen_source, ahit_source, chit_source, miss_source, intr_source, call_source, fal… in TEST_F() 1151 …tests.push_back({rgen_source, ahit_source, chit_source, miss_source, intr_source, call_source, fal… in TEST_F() 1153 …tests.push_back({rgen_source, ahit_source, chit_source, miss_source, intr_source, call_source, fal… in TEST_F()
|
/aosp_15_r20/external/vulkan-validation-layers/layers/ |
H A D | core_validation.h | 953 … bool ReportInvalidCommandBuffer(const CMD_BUFFER_STATE* cb_state, const char* call_source) const; 1059 …bool ValidateCommandBufferState(const CMD_BUFFER_STATE* cb_state, const char* call_source, int cur…
|
H A D | core_validation.cpp | 1970 …ecks::ReportInvalidCommandBuffer(const CMD_BUFFER_STATE *cb_state, const char *call_source) const { in ReportInvalidCommandBuffer() 1979 "You are adding %s to %s that is invalid because bound %s was %s.", call_source, in ReportInvalidCommandBuffer() 2935 …lidateCommandBufferState(const CMD_BUFFER_STATE *cb_state, const char *call_source, int current_su… in ValidateCommandBufferState() argument 2953 skip |= ReportInvalidCommandBuffer(cb_state, call_source); in ValidateCommandBufferState() 2960 … report_data->FormatHandle(cb_state->commandBuffer).c_str(), call_source); in ValidateCommandBufferState() 2967 … report_data->FormatHandle(cb_state->commandBuffer).c_str(), call_source); in ValidateCommandBufferState()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/proto_logging/stats/stats_log_api_gen/libstatslog_rust/android_arm64_armv8-2a_cortex-a55_rlib_rlib-std_apex31/out/ |
D | statslog.rs | 43720 pub r#call_source: CallSource, 43725 stats_write(self.r#action, self.r#call_source, ) in stats_write() 43731 r#call_source: CallSource, in stats_write() 43738 AStatsEvent_writeInt32(__event, r#call_source as i32); in stats_write() 43829 pub r#call_source: CallSource, 43835 …ite(self.r#call_type, self.r#is_initiated_or_accepted_on_watch, self.r#call_source, self.r#call_du… in stats_write() 43842 r#call_source: CallSource, in stats_write() 43851 AStatsEvent_writeInt32(__event, r#call_source as i32); in stats_write() 43936 pub r#call_source: CallSource, 43941 stats_write(self.r#interaction, self.r#call_source, ) in stats_write() [all …]
|
/aosp_15_r20/out/soong/.intermediates/frameworks/proto_logging/stats/stats_log_api_gen/statslog.rs/gen/ |
D | statslog.rs | 43720 pub r#call_source: CallSource, 43725 stats_write(self.r#action, self.r#call_source, ) in stats_write() 43731 r#call_source: CallSource, in stats_write() 43738 AStatsEvent_writeInt32(__event, r#call_source as i32); in stats_write() 43829 pub r#call_source: CallSource, 43835 …ite(self.r#call_type, self.r#is_initiated_or_accepted_on_watch, self.r#call_source, self.r#call_du… in stats_write() 43842 r#call_source: CallSource, in stats_write() 43851 AStatsEvent_writeInt32(__event, r#call_source as i32); in stats_write() 43936 pub r#call_source: CallSource, 43941 stats_write(self.r#interaction, self.r#call_source, ) in stats_write() [all …]
|