Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/floss/hcidoc/src/groups/
Dinformational.rs313 profile_type: ProfileType, in report_profile_start()
318 let mut profile = ProfileInformation::new(profile_type, profile_id); in report_profile_start()
328 profile_type: ProfileType, in report_profile_end()
336 .unwrap_or(ProfileInformation::new(profile_type, profile_id)); in report_profile_end()
549 profile_type: ProfileType, field
556 pub fn new(profile_type: ProfileType, profile_id: ProfileId) -> Self { in new()
560 profile_type: profile_type, in new()
583 profile = self.profile_type, in fmt()
/packages/services/Car/cpp/computepipe/proto/
DConfigurationCommand.proto25 optional ProfilingType profile_type = 1; field
/packages/services/Car/cpp/computepipe/runner/engine/
DDefaultEngine.cpp109 mConfigBuilder.updateProfilingType(command.set_profile_options().profile_type()); in processClientConfigUpdate()