Home
last modified time | relevance | path

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

1234

/system/core/libprocessgroup/profiles/
Dtask_profiles.proto19 package android.profiles;
24 repeated Profile profiles = 2 [json_name = "Profiles"]; field
50 repeated string profiles = 2 [json_name = "Profiles"]; field
Dtask_profiles_test.h27 namespace profiles {
52 auto&& profile = task_profiles_->profiles(profile_idx); in TEST_P()
Dtest.cpp28 namespace profiles { namespace
Dcgroups_test.h29 namespace profiles {
Dtest_vendor.cpp28 namespace profiles { namespace
Dcgroups.proto19 package android.profiles;
/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*
/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/
Dtask_profiles.h177 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);
Dtask_profiles.cpp551 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()
Dprocessgroup.cpp118 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/
Dbuild.gradle7 // Simpleperf profiles interpreted/jitted Java code on Android >= P.
/system/sepolicy/prebuilts/api/27.0/public/
Dprofman.te17 # Allow profman to analyze profiles for the secondary dex files. These
/system/sepolicy/prebuilts/api/26.0/public/
Dprofman.te17 # Allow profman to analyze profiles for the secondary dex files. These
/system/sepolicy/prebuilts/api/28.0/public/
Dprofman.te19 # Allow profman to analyze profiles for the secondary dex files. These
/system/sepolicy/prebuilts/api/29.0/public/
Dprofman.te19 # Allow profman to analyze profiles for the secondary dex files. These
/system/sepolicy/prebuilts/api/30.0/public/
Dprofman.te19 # Allow profman to analyze profiles for the secondary dex files. These
/system/sepolicy/prebuilts/api/31.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
/system/media/audio/include/system/
Daudio.h993 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/
Dcamera_device_info.mako14 // Supported profiles from CamcorderProfile.hasProfile
/system/sepolicy/prebuilts/api/30.0/private/
Dtraced_perf.te21 # are world-readable, e.g. odex files that included user profiles during
/system/bt/gd/docs/architecture/
Dstyle_guide.md90 * 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/
DIBluetooth.aidl235 …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/
Dtraced_perf.te21 # are world-readable, e.g. odex files that included user profiles during

1234