/hardware/interfaces/tests/safeunion/1.0/default/ |
D | SafeUnion.cpp | 29 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/ |
D | Foo.cpp | 43 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/ |
D | Baz.cpp | 34 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/interfaces/vibrator/aidl/default/ |
D | Vibrator.cpp | 31 LOG(INFO) << "Vibrator reporting capabilities"; in getCapabilities() 40 LOG(INFO) << "Vibrator off"; in off() 46 LOG(INFO) << "Vibrator on for timeoutMs: " << timeoutMs; in on() 49 LOG(INFO) << "Starting on on another thread"; in on() 51 LOG(INFO) << "Notifying on complete"; in on() 63 LOG(INFO) << "Vibrator perform"; in perform() 77 LOG(INFO) << "Starting perform on another thread"; in perform() 79 LOG(INFO) << "Notifying perform complete"; in perform() 94 LOG(INFO) << "Vibrator set amplitude: " << amplitude; in setAmplitude() 102 LOG(INFO) << "Vibrator set external control: " << enabled; in setExternalControl() [all …]
|
/hardware/google/pixel/thermal/utils/ |
D | config_parser.cpp | 84 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/ |
D | Multithread.cpp | 19 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/tests/extension/vibrator/aidl/default/ |
D | CustomVibrator.cpp | 30 LOG(INFO) << "Custom vibrator set directionality"; in setDirectionality() 39 LOG(INFO) << "Custom vibrator perform"; in perform() 49 LOG(INFO) << "Starting vendor perform on another thread"; in perform() 51 LOG(INFO) << "Notifying vendor perform complete"; in perform()
|
/hardware/interfaces/bluetooth/audio/2.0/default/ |
D | BluetoothAudioProvider.cpp | 70 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()
|
D | BluetoothAudioProvidersFactory.cpp | 43 LOG(INFO) << __func__ << " - SessionType=" << toString(sessionType); in openProvider() 90 LOG(INFO) << __func__ << " - SessionType=" << toString(sessionType) in getProviderCapabilities()
|
/hardware/google/pixel/perfstatsd/ |
D | main.cpp | 27 LOG(INFO) << "main thread started"; in perfstatsdMain() 64 LOG(INFO) << "perfstatsd_pri_service started"; in startService() 85 LOG(INFO) << "dump perfstats history."; in serviceCall() 95 LOG(INFO) << "set option: " << key << " , " << value; in serviceCall()
|
D | cpu_usage.cpp | 60 LOG(INFO) << "set profile threshold " << mProfileThreshold; in setOptions() 63 LOG(INFO) << "set disabled " << mDisabled; in setOptions() 66 LOG(INFO) << "set debug " << cDebug; in setOptions() 69 LOG(INFO) << "set top count " << mTopcount; in setOptions() 123 LOG(INFO) << "pid: " << pid << " , ratio: " << usageRatio in profileProcess() 210 LOG(INFO) << "prev total: " << mPrevUsage.cpuUsage in getOverallUsage() 235 LOG(INFO) << "core " << c in getOverallUsage() 267 LOG(INFO) << "Total CPU usage over " << mProfileThreshold << "%"; in refresh() 283 LOG(INFO) << "Took " << ms.count() << " ms, data bytes: " << out.length(); in refresh()
|
D | io_usage.cpp | 116 LOG(INFO) << i << "."; in update() 120 LOG(INFO) << "/proc/" << std::to_string(pid) << "/status" in update() 157 LOG(INFO) << "(pid, name, uid)=(" << pid << ", " << pname << ", " << strUid << ")" in update() 432 LOG(INFO) << out.str() << ": Success"; in setOptions() 446 LOG(INFO) << "read " << UID_IO_STATS_PATH << " OK."; in refresh() 463 LOG(INFO) << str; in refresh() 464 LOG(INFO) << "output append length:" << str.length(); in refresh()
|
/hardware/google/pixel/recovery/ |
D | recovery_ui.cpp | 63 LOG(INFO) << "Titan M wipe successful"; in WipeTitanM() 75 LOG(INFO) << "Provisioned flag wiped successful"; in WipeProvisionedFlag() 87 LOG(INFO) << "Silent ota flag set successful"; in ProvisionSilentOtaFlag()
|
/hardware/interfaces/health/2.0/utils/libhealthservice/ |
D | HealthServiceCommon.cpp | 47 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/interfaces/neuralnetworks/1.0/vts/functional/include/1.0/ |
D | LogTestCaseToLogcat.h | 28 LOG(INFO) << "[Test Case] " << test_info.test_suite_name() << "." << test_info.name() in OnTestStart() 33 LOG(INFO) << "[Test Case] " << test_info.test_suite_name() << "." << test_info.name() in OnTestEnd()
|
/hardware/interfaces/light/aidl/default/ |
D | Lights.cpp | 27 LOG(INFO) << "Lights setting state for id=" << id << " to color " << std::hex << state.color; in setLightState() 32 LOG(INFO) << "Lights reporting supported lights"; in getLights()
|
/hardware/google/pixel/health/ |
D | LowBatteryShutdownMetrics.cpp | 43 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()
|
D | BatteryMetricsLogger.cpp | 83 LOG(INFO) << "Sysfs path for average battery resistance not specified"; in uploadAverageBatteryResistance() 118 LOG(INFO) << "Uploading metrics at time " << std::to_string(time) << " w/ " in uploadMetrics() 137 LOG(INFO) << log_min; in uploadMetrics() 138 LOG(INFO) << log_max; in uploadMetrics() 151 LOG(INFO) << "Finished uploading to tron"; in uploadMetrics() 160 LOG(INFO) << "Recording a sample at time " << std::to_string(time); in recordSample()
|
/hardware/google/pixel/thermal/ |
D | service.cpp | 40 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/ |
D | Trie.cpp | 33 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/thermal/2.0/default/ |
D | service.cpp | 43 LOG(INFO) << "Thermal HAL Service Mock 2.0 starting..."; in main() 59 LOG(INFO) << "Thermal Service started successfully."; in main()
|
/hardware/interfaces/audio/common/all-versions/test/utility/include/utility/ |
D | Documentation.h | 52 LOG(INFO) << "Test " << detail::getTestName() << " partially run: " << reason; in partialTest() 58 LOG(INFO) << "Test " << detail::getTestName() << " noted: " << note; in note()
|
/hardware/interfaces/power/aidl/default/ |
D | Power.cpp | 34 LOG(INFO) << "Power isModeSupported: " << static_cast<int32_t>(type); in isModeSupported() 46 LOG(INFO) << "Power isBoostSupported: " << static_cast<int32_t>(type); in isBoostSupported()
|
/hardware/interfaces/wifi/1.3/default/ |
D | service.cpp | 47 LOG(INFO) << "Wifi Hal is booting up..."; in main() 71 LOG(INFO) << "Wifi Hal is terminating..."; in main()
|
/hardware/interfaces/bluetooth/audio/2.0/default/session/ |
D | BluetoothAudioSession.cpp | 82 LOG(INFO) << __func__ << " - SessionType=" << toString(session_type_) in OnSessionStarted() 94 LOG(INFO) << __func__ << " - SessionType=" << toString(session_type_); in OnSessionEnded() 109 LOG(INFO) << __func__ << " - SessionType=" << toString(session_type_) in ReportSessionStatus() 116 LOG(INFO) << __func__ << " - SessionType=" << toString(session_type_) in ReportSessionStatus() 137 LOG(INFO) << __func__ << " - status=" << toString(status) in ReportControlStatus() 338 LOG(INFO) << __func__ << " - SessionType=" << toString(session_type_) << ", " in UpdateTracksMetadata()
|