Searched defs:threadIds (Results  1 – 12 of 12) sorted by relevance
| /hardware/interfaces/power/aidl/android/hardware/power/ | 
| D | IPowerHintSession.aidl | 83     void setThreads(in int[] threadIds);  in setThreads()
  | 
| D | IPower.aidl | 96             in int tgid, in int uid, in int[] threadIds, in long durationNanos);  in createHintSession()
  | 
| /hardware/interfaces/power/aidl/aidl_api/android.hardware.power/current/android/hardware/power/ | 
| D | IPowerHintSession.aidl | 43   void setThreads(in int[] threadIds);  in setThreads()
  | 
| D | IPower.aidl | 41 …power.IPowerHintSession createHintSession(in int tgid, in int uid, in int[] threadIds, in long dur…  in createHintSession()
  | 
| /hardware/interfaces/power/aidl/aidl_api/android.hardware.power/4/android/hardware/power/ | 
| D | IPowerHintSession.aidl | 43   void setThreads(in int[] threadIds);  in setThreads()
  | 
| D | IPower.aidl | 41 …power.IPowerHintSession createHintSession(in int tgid, in int uid, in int[] threadIds, in long dur…  in createHintSession()
  | 
| /hardware/interfaces/power/aidl/aidl_api/android.hardware.power/3/android/hardware/power/ | 
| D | IPower.aidl | 41 …power.IPowerHintSession createHintSession(in int tgid, in int uid, in int[] threadIds, in long dur…  in createHintSession()
  | 
| /hardware/interfaces/power/aidl/default/ | 
| D | PowerHintSession.cpp | 54 ScopedAStatus PowerHintSession::setThreads(const std::vector<int32_t>& threadIds) {  in setThreads()
  | 
| /hardware/interfaces/power/aidl/aidl_api/android.hardware.power/2/android/hardware/power/ | 
| D | IPower.aidl | 41 …power.IPowerHintSession createHintSession(in int tgid, in int uid, in int[] threadIds, in long dur…  in createHintSession()
  | 
| /hardware/google/pixel/power-libperfmgr/aidl/ | 
| D | PowerHintSession.cpp | 118 PowerHintSession::PowerHintSession(int32_t tgid, int32_t uid, const std::vector<int32_t> &threadIds,  in PowerHintSession() 376 ndk::ScopedAStatus PowerHintSession::setThreads(const std::vector<int32_t> &threadIds) {  in setThreads()
  | 
| D | Power.cpp | 261                                             const std::vector<int32_t> &threadIds,  in createHintSession()
  | 
| D | PowerHintSession.h | 60     std::vector<int32_t> threadIds;  member
  |