Home
last modified time | relevance | path

Searched refs:INFO (Results 1 – 25 of 115) sorted by relevance

12345

/hardware/interfaces/tests/safeunion/1.0/default/
DSafeUnion.cpp29 LOG(INFO) << "SERVER(SafeUnion) newLargeSafeUnion()"; in newLargeSafeUnion()
37 LOG(INFO) << "SERVER(SafeUnion) setA(myUnion, " << a << ")"; in setA()
47 LOG(INFO) << "SERVER(SafeUnion) setB(myUnion, " << b << ")"; in setB()
57 LOG(INFO) << "SERVER(SafeUnion) setC(myUnion, " << c << ")"; in setC()
67 LOG(INFO) << "SERVER(SafeUnion) setD(myUnion, " << d << ")"; in setD()
77 LOG(INFO) << "SERVER(SafeUnion) setE(myUnion, " << toString(e) << ")"; in setE()
87 LOG(INFO) << "SERVER(SafeUnion) setF(myUnion, " << toString(f) << ")"; in setF()
97 LOG(INFO) << "SERVER(SafeUnion) setG(myUnion, " << toString(g) << ")"; in setG()
107 LOG(INFO) << "SERVER(SafeUnion) setH(myUnion, " << toString(h) << ")"; in setH()
117 LOG(INFO) << "SERVER(SafeUnion) setI(myUnion, " << toString(i) << ")"; in setI()
[all …]
/hardware/interfaces/tests/foo/1.0/default/
DFoo.cpp43 LOG(INFO) << "SERVER(Foo) doThis(" << param << ")"; in doThis()
50 LOG(INFO) << "SERVER(Foo) doThatAndReturnSomething(" << param << ")"; in doThatAndReturnSomething()
60 LOG(INFO) << "SERVER(Foo) doQuiteABit(" in doQuiteABit()
75 LOG(INFO) << "SERVER(Foo) doSomethingElse(...)"; in doSomethingElse()
92 LOG(INFO) << "SERVER(Foo) doStuffAndReturnAString"; in doStuffAndReturnAString()
101 LOG(INFO) << "SERVER(Foo) mapThisVector"; in mapThisVector()
117 LOG(INFO) << "SERVER(Foo) callMe " << cb.get(); in callMe()
121 LOG(INFO) << "SERVER(Foo) callMe " in callMe()
127 LOG(INFO) << "SERVER(Foo) callMe " in callMe()
132 LOG(INFO) << "SERVER(Foo) callMe " in callMe()
[all …]
/hardware/interfaces/tests/baz/1.0/default/
DBaz.cpp34 LOG(INFO) << "SERVER: heyItsMe cb = " << cb.get(); in heyItsMe()
40 LOG(INFO) << "SERVER: hey"; in hey()
47 LOG(INFO) << "Baz::someBaseMethod"; in someBaseMethod()
53 LOG(INFO) << "Baz::someBoolMethod(" << std::to_string(x) << ")"; in someBoolMethod()
60 LOG(INFO) << "Baz::someBoolArrayMethod(" << toString(x) << ")"; in someBoolArrayMethod()
74 LOG(INFO) << "Baz::someBoolVectorMethod(" << toString(x) << ")"; in someBoolVectorMethod()
88 LOG(INFO) << "Baz::someOtherBaseMethod " in someOtherBaseMethod()
98 LOG(INFO) << "Baz::someMethodWithFooArrays " in someMethodWithFooArrays()
112 LOG(INFO) << "Baz::someMethodWithFooVectors " in someMethodWithFooVectors()
127 LOG(INFO) << "Baz::someMethodWithVectorOfArray " in someMethodWithVectorOfArray()
[all …]
/hardware/google/pixel/thermal/utils/
Dconfig_parser.cpp84 LOG(INFO) << "Sensor[" << i << "]'s Name: " << name; in ParseSensorInfo()
100 LOG(INFO) << "Sensor[" << name << "]'s Type: " << sensor_type_str; in ParseSensorInfo()
139 LOG(INFO) << "Sensor[" << name << "]'s HotThreshold[" << j in ParseSensorInfo()
146 LOG(INFO) << "Cannot find valid " in ParseSensorInfo()
157 LOG(INFO) << "Sensor[" << name << "]'s HotHysteresis[" << j in ParseSensorInfo()
164 LOG(INFO) << "Cannot find valid " in ParseSensorInfo()
180 LOG(INFO) << "Sensor[" << name << "]'s ColdThreshold[" << j in ParseSensorInfo()
187 LOG(INFO) << "Cannot find valid " in ParseSensorInfo()
199 LOG(INFO) << "Sensor[" << name << "]'s ColdHysteresis[" << j in ParseSensorInfo()
206 LOG(INFO) << "Sensor[" << name << "]'s VrThreshold: " << vr_threshold; in ParseSensorInfo()
[all …]
/hardware/interfaces/tests/multithread/1.0/default/
DMultithread.cpp19 LOG(INFO) << "SERVER(Multithread) setNumThreads(" in setNumThreads()
22 LOG(INFO) << "SERVER(Multithread) call configureRpcThreadpool(" in setNumThreads()
33 LOG(INFO) << "SERVER(Multithread) runNewThread()"; in runNewThread()
38 LOG(INFO) << "SERVER(Multithread) runNewThread()"; in runNewThread()
39 LOG(INFO) << mNumThreads << "threads left"; in runNewThread()
/hardware/interfaces/bluetooth/audio/2.0/default/
DBluetoothAudioProvider.cpp70 LOG(INFO) << __func__ << " - SessionType=" << toString(session_type_) in startSession()
79 LOG(INFO) << __func__ << " - SessionType=" << toString(session_type_) in streamStarted()
99 LOG(INFO) << __func__ << " - SessionType=" << toString(session_type_) in streamSuspended()
118 LOG(INFO) << __func__ << " - SessionType=" << toString(session_type_); in endSession()
124 LOG(INFO) << __func__ << " - SessionType=" << toString(session_type_) in endSession()
DBluetoothAudioProvidersFactory.cpp43 LOG(INFO) << __func__ << " - SessionType=" << toString(sessionType); in openProvider()
90 LOG(INFO) << __func__ << " - SessionType=" << toString(sessionType) in getProviderCapabilities()
/hardware/google/pixel/perfstatsd/
Dmain.cpp27 LOG_TO(SYSTEM, INFO) << "main thread started"; in perfstatsdMain()
64 LOG_TO(SYSTEM, INFO) << "perfstatsd_pri_service started"; in startService()
85 LOG_TO(SYSTEM, INFO) << "dump perfstats history."; in serviceCall()
95 LOG_TO(SYSTEM, INFO) << "set option: " << key << " , " << value; in serviceCall()
Dcpu_usage.cpp60 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()
123 LOG_TO(SYSTEM, INFO) << "pid: " << pid << " , ratio: " << usageRatio in profileProcess()
210 LOG_TO(SYSTEM, INFO) in getOverallUsage()
236 LOG_TO(SYSTEM, INFO) in getOverallUsage()
266 LOG_TO(SYSTEM, INFO) << "Total CPU usage over " << mProfileThreshold << "%"; in refresh()
282 LOG_TO(SYSTEM, INFO) << "Took " << ms.count() << " ms, data bytes: " << out.length(); in refresh()
Dio_usage.cpp116 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()
434 LOG_TO(SYSTEM, INFO) << out.str() << ": Success"; in setOptions()
448 LOG_TO(SYSTEM, INFO) << "read " << UID_IO_STATS_PATH << " OK."; in refresh()
465 LOG_TO(SYSTEM, INFO) << str; in refresh()
466 LOG_TO(SYSTEM, INFO) << "output append length:" << str.length(); in refresh()
/hardware/google/pixel/health/
DBatteryMetricsLogger.cpp87 LOG(INFO) << "Uploading metrics at time " << std::to_string(time) << " w/ " in uploadMetrics()
93 LOG(INFO) << "Logging metrics"; in uploadMetrics()
111 LOG(INFO) << log_min; in uploadMetrics()
112 LOG(INFO) << log_max; in uploadMetrics()
137 LOG(INFO) << "Finished uploading to tron"; in uploadMetrics()
146 LOG(INFO) << "Recording a sample at time " << std::to_string(time); in recordSample()
DLowBatteryShutdownMetrics.cpp43 LOG(INFO) << kPersistProp << " property contents: " << prop_contents; in uploadVoltageAvg()
62 LOG(INFO) << "Uploading voltage_avg: " << std::to_string(voltage_avg); in uploadVoltageAvg()
88 LOG(INFO) << "Saving \"" << prop_contents << "\" to " << kPersistProp; in saveVoltageAvg()
/hardware/interfaces/health/2.0/utils/libhealthservice/
DHealthServiceCommon.cpp47 LOG(INFO) << LOG_TAG << gInstanceName << " Hal is starting up..."; in healthd_mode_service_2_0_init()
60 LOG(INFO) << LOG_TAG << gInstanceName << ": Hal init done"; in healthd_mode_service_2_0_init()
91 LOG(INFO) << LOG_TAG << gInstanceName << ": Hal starting main loop..."; in health_service_main()
/hardware/google/pixel/thermal/
Dservice.cpp40 LOG(INFO) << "Pixel Thermal HAL Service 2.0 starting..."; in main()
56 LOG(INFO) << "Pixel Thermal HAL Service 2.0 started successfully."; in main()
/hardware/interfaces/tests/trie/1.0/default/
DTrie.cpp33 LOG(INFO) << "SERVER(Trie) newTrie()"; in newTrie()
43 LOG(INFO) << "SERVER(Trie) addStrings(trie, " << strings.size() << " strings)"; in addStrings()
57 LOG(INFO) << "SERVER(Trie) containsStrings(trie, " << strings.size() << " strings)"; in containsStrings()
/hardware/interfaces/audio/common/all-versions/test/utility/include/utility/
DDocumentation.h52 LOG(INFO) << "Test " << detail::getTestName() << " partially run: " << reason; in partialTest()
58 LOG(INFO) << "Test " << detail::getTestName() << " noted: " << note; in note()
/hardware/interfaces/thermal/2.0/default/
Dservice.cpp43 LOG(INFO) << "Thermal HAL Service Mock 2.0 starting..."; in main()
59 LOG(INFO) << "Thermal Service started successfully."; in main()
/hardware/interfaces/wifi/1.3/default/
Dservice.cpp47 LOG(INFO) << "Wifi Hal is booting up..."; in main()
71 LOG(INFO) << "Wifi Hal is terminating..."; in main()
Dwifi_ap_iface.cpp42 LOG(INFO) << "AP MAC randomization disabled"; in WifiApIface()
45 LOG(INFO) << "AP MAC randomization enabled"; in WifiApIface()
/hardware/interfaces/health/storage/1.0/default/
DStorage.cpp65 LOG(INFO) << "Start Dev GC on " << path; in garbageCollect()
91 LOG(INFO) << "Stop Dev GC on " << path; in garbageCollect()
/hardware/interfaces/health/2.0/utils/libhealthhalutils/
DHealthHalUtils.cpp33 LOG(INFO) << "health: cannot get " << instanceName << " service"; in get_health_service()
/hardware/interfaces/radio/1.4/vts/functional/
DVtsHalRadioV1_4TargetTest.cpp24 LOG(INFO) << "Test result = " << status; in main()
/hardware/interfaces/radio/config/1.1/vts/functional/
DVtsHalRadioConfigV1_1TargetTest.cpp24 LOG(INFO) << "Test result = " << status; in main()
/hardware/interfaces/radio/1.2/vts/functional/
DVtsHalRadioV1_2TargetTest.cpp24 LOG(INFO) << "Test result = " << status; in main()
/hardware/interfaces/radio/config/1.2/vts/functional/
DVtsHalRadioConfigV1_2TargetTest.cpp24 LOG(INFO) << "Test result = " << status; in main()

12345