Home
last modified time | relevance | path

Searched refs:network_thread_priority (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/components/cronet/
H A Durl_request_context_config.h169 const std::optional<double> network_thread_priority; member
213 std::optional<double> network_thread_priority);
247 std::optional<double> network_thread_priority);
324 std::optional<double> network_thread_priority; member
H A Durl_request_context_config.cc272 std::optional<double> network_thread_priority) in URLRequestContextConfig() argument
288 network_thread_priority(network_thread_priority), in URLRequestContextConfig()
312 std::optional<double> network_thread_priority) { in CreateURLRequestContextConfig() argument
329 network_thread_priority)); in CreateURLRequestContextConfig()
836 network_thread_priority); in Build()
H A Dcronet_context.cc510 if (context_config_->network_thread_priority) in Initialize()
512 context_config_->network_thread_priority.value()); in Initialize()
/aosp_15_r20/external/cronet/components/cronet/android/
H A Dcronet_context_adapter.cc249 configOptions.network_thread_priority() >= -20 && in JNI_CronetUrlRequestContext_CreateRequestContextConfig()
250 configOptions.network_thread_priority() <= 19 in JNI_CronetUrlRequestContext_CreateRequestContextConfig()
251 ? std::optional<double>(configOptions.network_thread_priority()) in JNI_CronetUrlRequestContext_CreateRequestContextConfig()
/aosp_15_r20/external/cronet/components/cronet/android/proto/
H A Drequest_context_config.proto23 optional int32 network_thread_priority = 14; field
/aosp_15_r20/out/soong/.intermediates/external/cronet/components/cronet/android/cronet_aml_components_cronet_android_request_context_config_proto_gen_headers/android_arm64_armv8-2a_cortex-a55_apex30/gen/components/cronet/android/proto/
Drequest_context_config.pb.h382 int32_t network_thread_priority() const; in Swap()
967 inline int32_t RequestContextConfigOptions::network_thread_priority() const { in network_thread_priority() function