Home
last modified time | relevance | path

Searched refs:profiles (Results 1 – 25 of 51) sorted by relevance

123

/system/bt/doc/
Ddirectory_layout.md23 * profiles - *Bluetooth Profiles* - **TBD** Collection of all profiles.
24 * stack - **Deprecated** - The Stack - Push to proper spot in *./profiles*
Dpower_management.md44 The tables that determine which power levels are acceptable for which profiles
129 all connected profiles.
/system/core/libprocessgroup/include/processgroup/
Dprocessgroup.h32 bool SetTaskProfiles(int tid, const std::vector<std::string>& profiles, bool use_fd_cache = false);
33 bool SetProcessProfiles(uid_t uid, pid_t pid, const std::vector<std::string>& profiles,
/system/core/libprocessgroup/profiles/
Dtask_profiles_test.h27 namespace profiles {
52 auto&& profile = task_profiles_->profiles(profile_idx); in TEST_P()
Dtask_profiles.proto19 package android.profiles;
24 repeated Profile profiles = 2 [json_name = "Profiles"]; field
Dtest.cpp28 namespace profiles { namespace
Dtest_vendor.cpp28 namespace profiles { namespace
Dcgroups_test.h29 namespace profiles {
Dcgroups.proto19 package android.profiles;
/system/extras/perfprofd/
Dperfprofd_config.proto30 // Destination directory (where to write profiles).
38 // sampling periods can perturb the collected profiles, so enforce
62 // Maximum number of unprocessed profiles we can accumulate in the
Dperf_profile.proto76 // Load module profiles.
/system/core/libprocessgroup/
Dprocessgroup.cpp114 bool SetProcessProfiles(uid_t uid, pid_t pid, const std::vector<std::string>& profiles, in SetProcessProfiles() argument
118 for (const auto& name : profiles) { in SetProcessProfiles()
135 bool SetTaskProfiles(int tid, const std::vector<std::string>& profiles, bool use_fd_cache) { in SetTaskProfiles() argument
138 for (const auto& name : profiles) { in SetTaskProfiles()
/system/extras/simpleperf/demo/JavaApi/app/
Dbuild.gradle7 // Simpleperf profiles interpreted/jitted Java code on Android >= P.
/system/sepolicy/prebuilts/api/26.0/public/
Dprofman.te17 # Allow profman to analyze profiles for the secondary dex files. These
Dinstalld.te116 # Similar for the files under /data/misc/profiles/
Ddumpstate.te162 # Access /data/misc/profiles/{cur,ref}/
/system/sepolicy/prebuilts/api/27.0/public/
Dprofman.te17 # Allow profman to analyze profiles for the secondary dex files. These
Dinstalld.te116 # Similar for the files under /data/misc/profiles/
/system/sepolicy/prebuilts/api/28.0/public/
Dprofman.te19 # Allow profman to analyze profiles for the secondary dex files. These
/system/sepolicy/public/
Dprofman.te19 # Allow profman to analyze profiles for the secondary dex files. These
Dfile.te169 # Task profiles file under /system/etc/task_profiles.json
171 # Vendor task profiles file under /vendor/etc/task_profiles.json
259 # /data/misc/profiles
/system/sepolicy/prebuilts/api/29.0/public/
Dprofman.te19 # Allow profman to analyze profiles for the secondary dex files. These
Dfile.te169 # Task profiles file under /system/etc/task_profiles.json
171 # Vendor task profiles file under /vendor/etc/task_profiles.json
259 # /data/misc/profiles
/system/media/camera/docs/
Dcamera_device_info.mako14 // Supported profiles from CamcorderProfile.hasProfile
Dcamera_device_info.proto14 // Supported profiles from CamcorderProfile.hasProfile

123