Searched refs:SYSTEM (Results 1 – 15 of 15) sorted by relevance
/hardware/google/pixel/perfstatsd/ |
D | main.cpp | 27 LOG_TO(SYSTEM, INFO) << "main thread started"; in perfstatsdMain() 52 PLOG_TO(SYSTEM, ERROR) << "Failed to create main thread"; in startService() 61 PLOG_TO(SYSTEM, ERROR) << "Failed to start perfstatsd service"; in startService() 64 LOG_TO(SYSTEM, INFO) << "perfstatsd_pri_service started"; in startService() 77 PLOG_TO(SYSTEM, ERROR) << "Cannot find perfstatsd service."; in serviceCall() 85 LOG_TO(SYSTEM, INFO) << "dump perfstats history."; in serviceCall() 87 PLOG_TO(SYSTEM, ERROR) << "perf stats history is not available"; in serviceCall() 95 LOG_TO(SYSTEM, INFO) << "set option: " << key << " , " << value; in serviceCall() 100 PLOG_TO(SYSTEM, ERROR) << "fail to set options"; in serviceCall()
|
D | cpu_usage.cpp | 54 LOG_TO(SYSTEM, ERROR) << "Invalid value: " << value; in setOptions() 60 LOG_TO(SYSTEM, INFO) << "set profile threshold " << mProfileThreshold; in setOptions() 63 LOG_TO(SYSTEM, INFO) << "set disabled " << mDisabled; in setOptions() 66 LOG_TO(SYSTEM, INFO) << "set debug " << cDebug; in setOptions() 69 LOG_TO(SYSTEM, INFO) << "set top count " << mTopcount; in setOptions() 101 LOG_TO(SYSTEM, ERROR) << "Invalid proc data\n" << pidStat; in profileProcess() 123 LOG_TO(SYSTEM, INFO) << "pid: " << pid << " , ratio: " << usageRatio in profileProcess() 150 LOG_TO(SYSTEM, ERROR) << "Fail to open /proc/"; in profileProcess() 189 LOG_TO(SYSTEM, ERROR) << "Invalid /proc/stat data\n" << line; in getOverallUsage() 210 LOG_TO(SYSTEM, INFO) in getOverallUsage() [all …]
|
D | io_usage.cpp | 100 LOG_TO(SYSTEM, ERROR) << "failed on opendir '/proc/'"; in update() 116 LOG_TO(SYSTEM, INFO) << i << "."; in update() 120 LOG_TO(SYSTEM, INFO) << "/proc/" << std::to_string(pid) << "/status" in update() 157 LOG_TO(SYSTEM, INFO) << "(pid, name, uid)=(" << pid << ", " << pname << ", " << strUid in update() 210 LOG_TO(SYSTEM, WARNING) << "unable to find App uid:" << uid; in updateUnknownUidList() 219 LOG_TO(SYSTEM, WARNING) << "unable to find uid:" << uid << " by getpwuid"; in updateUnknownUidList() 237 LOG_TO(SYSTEM, WARNING) << msg.str(); in updateUnknownUidList() 323 LOG_TO(SYSTEM, ERROR) << "formatNum buffer size is too small for read: " in dump() 327 LOG_TO(SYSTEM, ERROR) << "formatNum buffer size is too small for write: " in dump() 388 LOG_TO(SYSTEM, WARNING) << "Invalid uid I/O stats: \"" << line << "\""; in loadDataFromLine() [all …]
|
D | perfstatsd.cpp | 67 LOG_TO(SYSTEM, WARNING) << "Data might be too large. size: " << ret->size() << " bytes\n" in getHistory() 75 LOG_TO(SYSTEM, ERROR) << "Invalid value. Minimum refresh period is 1 second"; in setOptions() 78 LOG_TO(SYSTEM, INFO) << "set period to " << value << " seconds"; in setOptions()
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 109 SYSTEM = 0x10000000, 151 | VehiclePropertyGroup:SYSTEM 163 | VehiclePropertyGroup:SYSTEM 175 | VehiclePropertyGroup:SYSTEM 188 | VehiclePropertyGroup:SYSTEM 201 | VehiclePropertyGroup:SYSTEM 214 | VehiclePropertyGroup:SYSTEM 228 | VehiclePropertyGroup:SYSTEM 241 | VehiclePropertyGroup:SYSTEM 254 | VehiclePropertyGroup:SYSTEM [all …]
|
/hardware/interfaces/memtrack/1.0/ |
D | IMemtrack.hal | 46 * { { 4096, ACCOUNTED | PRIVATE | SYSTEM }, 47 * { 40960, UNACCOUNTED | PRIVATE | SYSTEM }, 50 * If the HAL cannot differentiate between SYSTEM and DEDICATED memory, it
|
D | types.hal | 36 * SYSTEM/DEDICATED 53 SYSTEM = 1 << 6,
|
/hardware/interfaces/wifi/1.3/default/ |
D | service.cpp | 46 argv, android::base::LogdLogger(android::base::SYSTEM)); in main()
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/ |
D | VehicleUtils.h | 60 return VehiclePropertyGroup::SYSTEM == getPropGroup(prop); in isSystemProperty()
|
/hardware/google/pixel/perfstatsd/include/ |
D | io_usage.h | 121 LOG_TO(SYSTEM, INFO) << msg; in ~ScopeTimer()
|
/hardware/interfaces/memtrack/1.0/vts/functional/ |
D | VtsHalMemtrackV1_0TargetTest.cpp | 156 vector<MemtrackFlag> systemFlags = {MemtrackFlag::SYSTEM, in TEST_F()
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioSystemLegacy.h | 74 SYSTEM = 1, enumerator
|
/hardware/interfaces/audio/common/2.0/ |
D | types.hal | 95 SYSTEM = 1,
|
/hardware/interfaces/audio/common/4.0/ |
D | types.hal | 95 SYSTEM = 1,
|
/hardware/interfaces/audio/common/5.0/ |
D | types.hal | 97 SYSTEM = 1,
|