Lines Matching refs:LOGI

82     LOGI("Socket (re)connected");  in onConnected()
86 LOGI("Socket (re)connection aborted"); in onConnectionAborted()
90 LOGI("Socket disconnected"); in onDisconnected()
94 LOGI("Got message from nanoapp 0x%" PRIx64 " to endpoint 0x%" PRIx16 in handleNanoappMessage()
101 LOGI("Got hub info response:"); in handleHubInfoResponse()
102 LOGI(" Name: '%s'", getStringFromByteVector(rsp.name)); in handleHubInfoResponse()
103 LOGI(" Vendor: '%s'", getStringFromByteVector(rsp.vendor)); in handleHubInfoResponse()
104 LOGI(" Toolchain: '%s'", getStringFromByteVector(rsp.toolchain)); in handleHubInfoResponse()
105 LOGI(" Legacy versions: platform 0x%08" PRIx32 " toolchain 0x%08" PRIx32, in handleHubInfoResponse()
107 LOGI(" MIPS %.2f Power (mW): stopped %.2f sleep %.2f peak %.2f", in handleHubInfoResponse()
109 LOGI(" Max message len: %" PRIu32, rsp.max_msg_len); in handleHubInfoResponse()
110 LOGI(" Platform ID: 0x%016" PRIx64 " Version: 0x%08" PRIx32, in handleHubInfoResponse()
116 LOGI("Got nanoapp list response with %zu apps:", response.nanoapps.size()); in handleNanoappListResponse()
119 LOGI(" App ID 0x%016" PRIx64 " version 0x%" PRIx32 in handleNanoappListResponse()
128 LOGI("Got load nanoapp response, transaction ID 0x%" PRIx32 " result %d", in handleLoadNanoappResponse()
134 LOGI("Got unload nanoapp response, transaction ID 0x%" PRIx32 " result %d", in handleUnloadNanoappResponse()
139 LOGI("Got self test response with success %d", response.success); in handleSelfTestResponse()
155 LOGI("Sending hub info request (%" PRIu32 " bytes)", builder.GetSize()); in requestHubInfo()
165 LOGI("Sending app list request (%" PRIu32 " bytes)", builder.GetSize()); in requestNanoappList()
178 LOGI("Sending message to nanoapp (%" PRIu32 " bytes w/%zu bytes of payload)", in sendMessageToNanoapp()
217 LOGI("Sending load nanoapp request (%" PRIu32 in sendNanoappLoad()
270 LOGI("Sending unload request for nanoapp 0x%016" PRIx64 " (size %" PRIu32 ")", in sendUnloadNanoappRequest()
281 LOGI("Sending self test"); in sendSelfTestRequest()
300 LOGI("%s", output.c_str()); in usage()
325 LOGI("Sleeping, waiting on responses"); in main()