Home
last modified time | relevance | path

Searched defs:profiles (Results 1 – 7 of 7) sorted by relevance

/system/core/libprocessgroup/profiles/
Dtask_profiles.proto24 repeated Profile profiles = 2 [json_name = "Profiles"]; field
50 repeated string profiles = 2 [json_name = "Profiles"]; field
Dtest.cpp28 namespace profiles { namespace
Dtest_vendor.cpp28 namespace profiles { namespace
/system/core/libprocessgroup/
Dtask_profiles.cpp483 std::vector<std::shared_ptr<TaskProfile>> profiles; in Load() local
530 const std::vector<std::string>& profiles) { in SetProcessProfiles()
544 bool TaskProfiles::SetTaskProfiles(int tid, const std::vector<std::string>& profiles, in SetTaskProfiles()
Dtask_profiles.h162 ApplyProfileAction(const std::vector<std::shared_ptr<TaskProfile>>& profiles) in ApplyProfileAction()
Dprocessgroup.cpp118 bool SetProcessProfiles(uid_t uid, pid_t pid, const std::vector<std::string>& profiles) { in SetProcessProfiles()
122 bool SetTaskProfiles(int tid, const std::vector<std::string>& profiles, bool use_fd_cache) { in SetTaskProfiles()
/system/bt/binder/android/bluetooth/
DIBluetooth.aidl146 boolean setActiveDevice(in BluetoothDevice device, in int profiles); in setActiveDevice()
150 boolean removeActiveDevice(in int profiles); in removeActiveDevice()