Searched refs:profiles (Results 1 – 25 of 51) sorted by relevance
123
/system/bt/doc/ |
D | directory_layout.md | 23 * profiles - *Bluetooth Profiles* - **TBD** Collection of all profiles. 24 * stack - **Deprecated** - The Stack - Push to proper spot in *./profiles*
|
D | power_management.md | 44 The tables that determine which power levels are acceptable for which profiles 129 all connected profiles.
|
/system/core/libprocessgroup/include/processgroup/ |
D | processgroup.h | 32 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/ |
D | task_profiles_test.h | 27 namespace profiles { 52 auto&& profile = task_profiles_->profiles(profile_idx); in TEST_P()
|
D | task_profiles.proto | 19 package android.profiles; 24 repeated Profile profiles = 2 [json_name = "Profiles"]; field
|
D | test.cpp | 28 namespace profiles { namespace
|
D | test_vendor.cpp | 28 namespace profiles { namespace
|
D | cgroups_test.h | 29 namespace profiles {
|
D | cgroups.proto | 19 package android.profiles;
|
/system/extras/perfprofd/ |
D | perfprofd_config.proto | 30 // 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
|
D | perf_profile.proto | 76 // Load module profiles.
|
/system/core/libprocessgroup/ |
D | processgroup.cpp | 114 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/ |
D | build.gradle | 7 // Simpleperf profiles interpreted/jitted Java code on Android >= P.
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | profman.te | 17 # Allow profman to analyze profiles for the secondary dex files. These
|
D | installd.te | 116 # Similar for the files under /data/misc/profiles/
|
D | dumpstate.te | 162 # Access /data/misc/profiles/{cur,ref}/
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | profman.te | 17 # Allow profman to analyze profiles for the secondary dex files. These
|
D | installd.te | 116 # Similar for the files under /data/misc/profiles/
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | profman.te | 19 # Allow profman to analyze profiles for the secondary dex files. These
|
/system/sepolicy/public/ |
D | profman.te | 19 # Allow profman to analyze profiles for the secondary dex files. These
|
D | file.te | 169 # 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/ |
D | profman.te | 19 # Allow profman to analyze profiles for the secondary dex files. These
|
D | file.te | 169 # 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/ |
D | camera_device_info.mako | 14 // Supported profiles from CamcorderProfile.hasProfile
|
D | camera_device_info.proto | 14 // Supported profiles from CamcorderProfile.hasProfile
|
123