/system/core/libprocessgroup/profiles/ |
D | task_profiles.proto | 19 package android.profiles; 24 repeated Profile profiles = 2 [json_name = "Profiles"]; field 50 repeated string profiles = 2 [json_name = "Profiles"]; field
|
D | task_profiles_test.h | 27 namespace profiles { 52 auto&& profile = task_profiles_->profiles(profile_idx); in TEST_P()
|
D | test.cpp | 28 namespace profiles { namespace
|
D | cgroups_test.h | 29 namespace profiles {
|
D | test_vendor.cpp | 28 namespace profiles { namespace
|
D | cgroups.proto | 19 package android.profiles;
|
/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*
|
/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/ |
D | task_profiles.h | 177 ApplyProfileAction(const std::vector<std::shared_ptr<TaskProfile>>& profiles) in ApplyProfileAction() argument 178 : profiles_(profiles) {} in ApplyProfileAction() 197 bool SetProcessProfiles(uid_t uid, pid_t pid, const std::vector<std::string>& profiles); 198 bool SetTaskProfiles(int tid, const std::vector<std::string>& profiles, bool use_fd_cache);
|
D | task_profiles.cpp | 551 std::vector<std::shared_ptr<TaskProfile>> profiles; in Load() local 566 profiles.push_back(profiles_[profile_name]); in Load() 571 profile->Add(std::make_unique<ApplyProfileAction>(profiles)); in Load() 598 const std::vector<std::string>& profiles) { in SetProcessProfiles() argument 599 for (const auto& name : profiles) { in SetProcessProfiles() 612 bool TaskProfiles::SetTaskProfiles(int tid, const std::vector<std::string>& profiles, in SetTaskProfiles() argument 614 for (const auto& name : profiles) { in SetTaskProfiles()
|
D | processgroup.cpp | 118 bool SetProcessProfiles(uid_t uid, pid_t pid, const std::vector<std::string>& profiles) { in SetProcessProfiles() argument 119 return TaskProfiles::GetInstance().SetProcessProfiles(uid, pid, profiles); in SetProcessProfiles() 122 bool SetTaskProfiles(int tid, const std::vector<std::string>& profiles, bool use_fd_cache) { in SetTaskProfiles() argument 123 return TaskProfiles::GetInstance().SetTaskProfiles(tid, profiles, use_fd_cache); 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/27.0/public/ |
D | profman.te | 17 # Allow profman to analyze profiles for the secondary dex files. These
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | profman.te | 17 # Allow profman to analyze profiles for the secondary dex files. These
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | profman.te | 19 # Allow profman to analyze profiles for the secondary dex files. These
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | profman.te | 19 # Allow profman to analyze profiles for the secondary dex files. These
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | profman.te | 19 # Allow profman to analyze profiles for the secondary dex files. These
|
/system/sepolicy/prebuilts/api/31.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
|
/system/media/audio/include/system/ |
D | audio.h | 993 const struct audio_profile profiles[], unsigned int size) { in getAudioProfileMap() argument 997 profiles[i].sample_rates, profiles[i].sample_rates + profiles[i].num_sample_rates); in getAudioProfileMap() 999 profiles[i].channel_masks, in getAudioProfileMap() 1000 profiles[i].channel_masks + profiles[i].num_channel_masks); in getAudioProfileMap() 1001 audioProfiles.emplace(profiles[i].format, std::make_pair(sampleRates, channelMasks)); in getAudioProfileMap()
|
/system/media/camera/docs/ |
D | camera_device_info.mako | 14 // Supported profiles from CamcorderProfile.hasProfile
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | traced_perf.te | 21 # are world-readable, e.g. odex files that included user profiles during
|
/system/bt/gd/docs/architecture/ |
D | style_guide.md | 90 * Source and sink, server and client profiles should live in two sub folders 148 ### Example: protocol or profiles with client and server side implementations 184 * A header library to all exposed API service to profiles and layers
|
/system/bt/binder/android/bluetooth/ |
D | IBluetooth.aidl | 235 …boolean setActiveDevice(in BluetoothDevice device, in int profiles, in AttributionSource attributi… in setActiveDevice() argument 239 boolean removeActiveDevice(in int profiles, in AttributionSource attributionSource); in removeActiveDevice() argument
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | traced_perf.te | 21 # are world-readable, e.g. odex files that included user profiles during
|