/hardware/google/pixel/thermal/utils/ |
D | thermal_watcher.cpp | 168 LOG(INFO) << group << " multicast_id: " << grp.id; in nlGetMulticastId() 185 LOG(INFO) << "Added netlink socket membership: " << group; in socketAddMembership() 198 LOG(INFO) << "THERMAL_GENL_EVENT_TZ_TRIP_UP"; in handleEvent() 200 LOG(INFO) << "Thermal zone id: " << nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_ID]); in handleEvent() 204 LOG(INFO) << "Thermal zone trip id: " in handleEvent() 209 LOG(INFO) << "THERMAL_GENL_EVENT_TZ_TRIP_DOWN"; in handleEvent() 211 LOG(INFO) << "Thermal zone id: " << nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_ID]); in handleEvent() 215 LOG(INFO) << "Thermal zone trip id: " in handleEvent() 220 LOG(INFO) << "THERMAL_GENL_EVENT_TZ_GOV_CHANGE"; in handleEvent() 222 LOG(INFO) << "Thermal zone id: " << nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_ID]); in handleEvent() [all …]
|
D | thermal_info.cpp | 92 LOG(INFO) << "[" << i << "]: " << ret[i]; in getIntFromJsonValues() 125 LOG(INFO) << "[" << i << "]: " << ret[i]; in getFloatFromJsonValues() 155 LOG(INFO) << "Temp Range Info: " << temp_range_info->min_temp_threshold in getTempRangeInfoFromJsonValues() 182 LOG(INFO) << "Temp Stuck Info: polling_count=" << temp_stuck_info->min_polling_count in getTempStuckInfoFromJsonValue() 249 LOG(INFO) << "Sensor[" << name << "]'s offset_thresholds[" << i in ParseOffsetThresholds() 260 LOG(INFO) << "Failed to read Sensor[" << name << "]'s VirtualSensor"; in ParseVirtualSensorInfo() 264 LOG(INFO) << "Sensor[" << name << "]'s' VirtualSensor: " << is_virtual_sensor; in ParseVirtualSensorInfo() 284 LOG(INFO) << "Sensor[" << name << "]'s Combination[" << j << "]: " << linked_sensors[j]; in ParseVirtualSensorInfo() 330 LOG(INFO) << "Sensor[" << name << "]'s CombinationType[" << j in ParseVirtualSensorInfo() 340 LOG(INFO) << "Sensor[" << name << "]'s coefficient[" << j << "]: " << coefficients[j]; in ParseVirtualSensorInfo() [all …]
|
/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/google/aemu/base/ |
D | SharedLibrary.cpp | 64 INFO("SharedLibrary::open for [%s]", libraryName); in open() 75 INFO("SharedLibrary::open for [%s]: not found in map, open for the first time", in open() 94 INFO("SharedLibrary::open for [%s] (win32): call LoadLibrary", libraryName); in do_open() 99 INFO("SharedLibrary::open for [%s] can't find in default path. Searching alternatives...", in do_open() 104 INFO("SharedLibrary::open for [%s]: trying [%s]", libraryName, libName.c_str()); in do_open() 106 INFO("SharedLibrary::open for [%s]: trying [%s]. found? %d", libraryName, in do_open() 116 INFO("SharedLibrary::open succeeded for [%s]. File name: [%s]", libraryName, fullPath); in do_open() 121 INFO("SharedLibrary::open for [%s] failed, but no error", libraryName); in do_open() 154 INFO("Failed to load [%s]. Error string: [%s]", libraryName, error); in do_open() 186 INFO("SharedLibrary::open for [%s] (posix): begin", libraryName); in do_open() [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::isJava"; in isJava() 53 LOG(INFO) << "Baz::someBaseMethod"; in someBaseMethod() 59 LOG(INFO) << "Baz::someBoolMethod(" << std::to_string(x) << ")"; in someBoolMethod() 66 LOG(INFO) << "Baz::someBoolArrayMethod(" << toString(x) << ")"; in someBoolArrayMethod() 80 LOG(INFO) << "Baz::someBoolVectorMethod(" << toString(x) << ")"; in someBoolVectorMethod() 94 LOG(INFO) << "Baz::someOtherBaseMethod " in someOtherBaseMethod() 104 LOG(INFO) << "Baz::someMethodWithFooArrays " in someMethodWithFooArrays() 118 LOG(INFO) << "Baz::someMethodWithFooVectors " in someMethodWithFooVectors() [all …]
|
/hardware/nxp/nfc/snxxx/aidl/ |
D | Nfc.cpp | 40 LOG(INFO) << __func__ << " Nfc service has died"; in OnDeath() 48 LOG(INFO) << "Nfc::open"; in open() 50 LOG(INFO) << "Nfc::open null callback"; in open() 66 LOG(INFO) << "Nfc::open Exit"; in open() 74 LOG(INFO) << "Nfc::close"; in close() 96 LOG(INFO) << "Nfc::coreInitialized"; in coreInitialized() 111 LOG(INFO) << "Nfc::factoryReset"; in factoryReset() 117 LOG(INFO) << "Nfc::getConfig"; in getConfig() 126 LOG(INFO) << "powerCycle"; in powerCycle() 140 LOG(INFO) << "preDiscover"; in preDiscover() [all …]
|
/hardware/interfaces/vibrator/aidl/default/ |
D | VibratorManager.cpp | 30 LOG(INFO) << "Vibrator manager reporting capabilities"; in getCapabilities() 40 LOG(INFO) << "Vibrator manager getting vibrator ids"; in getVibratorIds() 47 LOG(INFO) << "Vibrator manager getting vibrator " << vibratorId; in getVibrator() 58 LOG(INFO) << "Vibrator Manager prepare synced"; in prepareSynced() 68 LOG(INFO) << "Vibrator Manager trigger synced"; in triggerSynced() 71 LOG(INFO) << "Notifying perform complete"; in triggerSynced() 80 LOG(INFO) << "Vibrator Manager cancel synced"; in cancelSynced()
|
/hardware/interfaces/nfc/aidl/vts/functional/ |
D | VtsAidlHalNfcTargetTest.cpp | 106 LOG(INFO) << StringPrintf("%s,%d ", __func__, event); in TEST_P() 113 LOG(INFO) << "open"; in TEST_P() 117 LOG(INFO) << "close DISABLE"; in TEST_P() 119 LOG(INFO) << "wait for close"; in TEST_P() 144 LOG(INFO) << "open"; in TEST_P() 149 LOG(INFO) << "close HOST_SWITCHED_OFF"; in TEST_P() 177 LOG(INFO) << "open"; in TEST_P() 182 LOG(INFO) << "open again"; in TEST_P() 206 LOG(INFO) << "open"; in TEST_P() 211 LOG(INFO) << "close"; in TEST_P() [all …]
|
/hardware/nxp/uwb/aidl/ |
D | uwb_chip.cpp | 40 LOG(INFO) in onServiceDied() 54 LOG(INFO) << "AIDL-open Enter"; in open() 65 LOG(INFO) << "AIDL-linkToDeath succeed: " << linkRet; in open() 70 LOG(INFO) << "AIDL-open Exit" << status; in open() 75 LOG(INFO) << "AIDL-Close Enter"; in close() 91 LOG(INFO) << "AIDL-coreInit Enter"; in coreInit() 105 LOG(INFO) << "AIDL-Write Enter"; in sendUciMessage() 112 LOG(INFO) << "AIDL-SessionInitialization Enter"; in sessionInit()
|
/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/st/nfc/aidl/ |
D | Nfc.cpp | 42 LOG(INFO) << __func__ << "cookie : " << mCookie->mOpenCount in OnDeath() 47 LOG(INFO) << __func__ << " Nfc service has died"; in OnDeath() 57 LOG(INFO) << "open"; in open() 59 LOG(INFO) << "Nfc::open null callback"; in open() 79 LOG(INFO) << "Nfc::open Exit count " << mOpenCount; in open() 88 LOG(INFO) << "close"; in close() 111 LOG(INFO) << "coreInitialized"; in coreInitialized() 125 LOG(INFO) << "factoryReset"; in factoryReset() 131 LOG(INFO) << "getConfig"; in getConfig() 140 LOG(INFO) << "powerCycle"; in powerCycle() [all …]
|
D | main.cpp | 38 LOG(INFO) << "NFC AIDL HAL Service is starting up"; in main() 49 LOG(INFO) << "ST NFC HAL STReset starting."; in main() 53 LOG(INFO) << "STReset Result= " << ret; in main() 55 LOG(INFO) << ("ST NFC HAL STReset Done."); in main() 59 LOG(INFO) << "failed to set thread pool max thread count"; in main()
|
/hardware/interfaces/secure_element/aidl/default/ |
D | main.cpp | 224 LOG(INFO) << __func__ << ": NO_DATA_INS_1|2"; in Process() 230 LOG(INFO) << __func__ << ": DATA_INS_1|2"; in Process() 235 LOG(INFO) << __func__ << ": GET_RESPONSE_INS"; in Process() 242 LOG(INFO) << __func__ << ": SW_62xx_APDU_INS"; in Process() 261 LOG(INFO) << __func__ << ": SEGMENTED_RESP_INS_1|2"; in Process() 268 LOG(INFO) << __func__ << ": SEGMENTED_RESP_INS_3|4"; in Process() 274 LOG(INFO) << __func__ << ": SEGMENTED_RESP_INS_5"; in Process() 284 LOG(INFO) << __func__ << ": CHECK_SELECT_P2_APDU"; in Process() 290 LOG(INFO) << __func__ << ": UNKNOWN_INS"; in Process() 422 LOG(INFO) << __func__ << " callback: " << client_callback.get(); in init() [all …]
|
/hardware/interfaces/automotive/remoteaccess/hal/default/src/ |
D | RemoteAccessImpl.cpp | 38 LOG(INFO) << "Cannot open grpc service config file at: " << GRPC_SERVICE_CONFIG_FILE in maybeGetGrpcServiceInfo() 68 LOG(INFO) << "Registering RemoteAccessService as service, server: " << grpcServiceAddress in main() 77 LOG(INFO) << "Waiting for interface: " << grpcServiceIfname; in main() 80 LOG(INFO) << "Waiting for interface: " << grpcServiceIfname << " done"; in main() 85 LOG(INFO) << "grpcServiceAddress is not defined, work in fake mode"; in main() 104 LOG(INFO) << "RemoteAccess service Ready"; in main()
|
/hardware/interfaces/biometrics/face/aidl/default/ |
D | Session.cpp | 29 LOG(INFO) << "FaceService has died"; in onClientDeath() 52 LOG(INFO) << "generateChallenge"; in generateChallenge() 58 LOG(INFO) << "revokeChallenge"; in revokeChallenge() 74 LOG(INFO) << "enroll"; in enroll() 90 LOG(INFO) << "authenticate"; in authenticate() 105 LOG(INFO) << "detectInteraction"; in detectInteraction() 118 LOG(INFO) << "enumerateEnrollments"; in enumerateEnrollments() 124 LOG(INFO) << "removeEnrollments"; in removeEnrollments() 131 LOG(INFO) << "getFeatures"; in getFeatures() 138 LOG(INFO) << "setFeature"; in setFeature() [all …]
|
/hardware/nxp/keymint/transport/ |
D | AppletConnection.cpp | 84 LOG(INFO) << "Changing state to disconnect ..."; in serviceDied() 100 LOG(INFO) << "register signal handler"; in connectToSEService() 104 LOG(INFO) <<"Already connected"; in connectToSEService() 116 LOG(INFO) << " !!! SuccessFully got Handle to eSE HAL service" ; in connectToSEService() 140 LOG(INFO) << "openLogicalChannel:" << toString(status) << " channelNumber =" in selectApplet() 164 LOG(INFO) << "channel Already opened"; in openChannelToApplet() 177 LOG(INFO) << " openChannelToApplet retry after 2 secs"; in openChannelToApplet() 207 …LOG(INFO) << "received response size = " << ::android::hardware::toString(result.size()) << " data… in transmit() 226 LOG(INFO) << "Channel is already closed"; in close() 239 LOG(INFO) << "Channel closed"; in close()
|
/hardware/interfaces/biometrics/fingerprint/aidl/default/ |
D | Session.cpp | 29 LOG(INFO) << "FingerprintService has died"; in onClientDeath() 83 LOG(INFO) << "generateChallenge"; in generateChallenge() 96 LOG(INFO) << "revokeChallenge"; in revokeChallenge() 110 LOG(INFO) << "enroll"; in enroll() 132 LOG(INFO) << "authenticate"; in authenticate() 153 LOG(INFO) << "detectInteraction"; in detectInteraction() 174 LOG(INFO) << "enumerateEnrollments"; in enumerateEnrollments() 187 LOG(INFO) << "removeEnrollments, size:" << enrollmentIds.size(); in removeEnrollments() 200 LOG(INFO) << "getAuthenticatorId"; in getAuthenticatorId() 213 LOG(INFO) << "invalidateAuthenticatorId"; in invalidateAuthenticatorId() [all …]
|
D | Fingerprint.cpp | 62 LOG(INFO) << "sensorTypeProp:" << sensorTypeProp; in Fingerprint() 63 LOG(INFO) << "ro.product.name=" << ::android::base::GetProperty("ro.product.name", "UNKNOWN"); in Fingerprint() 84 LOG(INFO) << "sensor type:" << ::android::internal::ToString(mSensorType) in getSensorProps() 108 LOG(INFO) << __func__ << ": sensorId:" << sensorId << " userId:" << userId; in createSession() 117 LOG(INFO) << __func__ << " fd:" << fd << "numArgs:" << numArgs; in dump() 136 LOG(INFO) << __func__ << " in:" << in << " out:" << out << " err:" << err in handleShellCommand() 140 LOG(INFO) << __func__ << ": available commands"; in handleShellCommand() 168 LOG(INFO) << __func__ << ": reset virtual HAL configuration to default"; in resetConfigToDefault() 176 LOG(INFO) << __func__ << ": clear all sysprop configuration"; in clearConfigSysprop()
|
/hardware/interfaces/bluetooth/audio/aidl/default/ |
D | BluetoothAudioProvider.cpp | 37 LOG(INFO) << __func__; in binderUnlinkedCallbackAidl() 44 LOG(INFO) << __func__; in binderDiedCallbackAidl() 80 LOG(INFO) << __func__ << " - SessionType=" << toString(session_type_); in startSession() 86 LOG(INFO) << __func__ << " - SessionType=" << toString(session_type_); in endSession() 94 LOG(INFO) << __func__ << " - SessionType=" << toString(session_type_) in endSession() 107 LOG(INFO) << __func__ << " - SessionType=" << toString(session_type_) in streamStarted() 121 LOG(INFO) << __func__ << " - SessionType=" << toString(session_type_) in streamSuspended() 137 LOG(INFO) << __func__ << " - SessionType=" << toString(session_type_) in updateAudioConfiguration() 143 LOG(INFO) << __func__ << " - SessionType=" << toString(session_type_) in updateAudioConfiguration() 151 LOG(INFO) << __func__ << " - SessionType=" << toString(session_type_) in updateAudioConfiguration() [all …]
|
/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/google/pixel/recovery/ |
D | recovery_ui.cpp | 64 LOG(INFO) << "Titan M wipe successful"; in WipeTitanM() 73 LOG(INFO) << "No WipeKeys implementation"; in WipeKeysHook() 88 LOG(INFO) << "Provisioned flag wiped successful"; in WipeProvisionedFlag() 99 LOG(INFO) << "User preferred resolution wiped successful"; in WipeUserPreferredResolution() 111 LOG(INFO) << "Silent ota flag set successful"; in ProvisionSilentOtaFlag()
|
/hardware/nxp/keymint/KM300/authsecret/ |
D | AuthSecret.cpp | 55 LOG(INFO) << StringPrintf( in authSecretTimerExpiryFunc() 63 LOG(INFO) << StringPrintf("%s: Enter", __func__); in clearAuthApprovedStatus() 89 LOG(INFO) << StringPrintf("%s: Exit", __func__); in clearAuthApprovedStatus() 95 LOG(INFO) << StringPrintf("%s: Enter", __func__); in setPrimaryUserCredential() 128 LOG(INFO) << StringPrintf("%s: AuthSecret Clear status Timeout = %ld secs", in setPrimaryUserCredential() 138 LOG(INFO) << StringPrintf("%s: Exit", __func__); in setPrimaryUserCredential()
|
/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()
|
/hardware/interfaces/health/storage/aidl/default/ |
D | main.cpp | 27 LOG(INFO) << "Health storage AIDL HAL starting..."; in main() 33 LOG(INFO) << "Health storage AIDL HAL registering..."; in main() 37 LOG(INFO) << "Health storage AIDL HAL joining..."; in main()
|