Home
last modified time | relevance | path

Searched refs:ToExecutionContextThread (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/components/metrics/call_stacks/
H A Dcall_stack_profile_encoding.h19 Thread ToExecutionContextThread(CallStackProfileParams::Thread thread);
H A Dcall_stack_profile_encoding.cc35 Thread ToExecutionContextThread(CallStackProfileParams::Thread thread) { in ToExecutionContextThread() function
H A Dcall_stack_profile_builder.cc66 sampled_profile_.set_thread(ToExecutionContextThread(profile_params.thread)); in CallStackProfileBuilder()