Home
last modified time | relevance | path

Searched refs:PRIx8 (Results 1 – 10 of 10) sorted by relevance

/aosp12/system/chre/util/nanoapp/
H A Dwifi.cc53 LOGI(" flags: %" PRIx8, result.flags); in logChreWifiResult()
61 LOGI(" security mode: %" PRIx8, result.securityMode); in logChreWifiResult()
92 const char *kFormat = "%02" PRIx8 ":%02" PRIx8 ":%02" PRIx8 ":%02" PRIx8 in parseBssidToStr()
93 ":%02" PRIx8 ":%02" PRIx8; in parseBssidToStr()
/aosp12/system/chre/apps/wifi_offload/
H A Dutility.cc55 const char *kFormat = "%02" PRIx8 ":%02" PRIx8 ":%02" PRIx8 ":%02" PRIx8 in ParseBssidToStr()
56 ":%02" PRIx8 ":%02" PRIx8; in ParseBssidToStr()
103 buf_ptr += std::sprintf(buf_ptr, "%02" PRIx8 ":", ssid[i]); in LogSsid()
126 LOGI(" flags: 0x%" PRIx8, result.flags); in LogChreScanResult()
H A Dpreferred_network.cc55 LOGI(" security modes: 0x%" PRIx8, security_modes_); in Log()
H A Dscan_result.cc131 LOGI(" security modes: 0x%" PRIx8, security_modes_); in Log()
/aosp12/system/chre/chpp/
H A Dapp.c504 CHPP_LOGE("Unknown type=0x%" PRIx8 " (H#%" PRIu8 ")", type, handle); in chppClientServiceContextOfHandle()
546 CHPP_LOGE("H#%" PRIu8 " undefined msg type=0x%" PRIx8 " (len=%" PRIuSIZE in chppProcessPredefinedHandleDatagram()
570 CHPP_LOGE("H#%" PRIu8 " missing ctx (msg=0x%" PRIx8 " len=%" PRIuSIZE in chppProcessNegotiatedHandleDatagram()
581 CHPP_LOGE("H#%" PRIu8 " unsupported msg=0x%" PRIx8 " (len=%" PRIuSIZE in chppProcessNegotiatedHandleDatagram()
593 CHPP_LOGE("RX dispatch err=0x%" PRIx16 " H#%" PRIu8 " type=0x%" PRIx8 in chppProcessNegotiatedHandleDatagram()
696 CHPP_LOGE("RX datagram len=%" PRIuSIZE " H#%" PRIu8 " type=0x%" PRIx8 in chppAppProcessRxDatagram()
701 CHPP_LOGD("RX datagram len=%" PRIuSIZE " H#%" PRIu8 " type=0x%" PRIx8 in chppAppProcessRxDatagram()
H A Dtransport.c289 " attr=0x%" PRIx8 " ERR=%" PRIu8 " flags=0x%" PRIx8, in chppConsumeFooter()
297 " attr=0x%" PRIx8 " err=%" PRIu8 " flags=0x%" PRIx8, in chppConsumeFooter()
524 CHPP_LOGE("Unexpected reset-ack seq=%" PRIu8 " code=0x%" PRIx8, in chppProcessResetAck()
805 CHPP_LOGD("chppEnqueueTxPacket called with packet code=0x%" PRIx8, in chppEnqueueTxPacket()
1034 CHPP_LOGD("TX->Link: len=%" PRIuSIZE " flags=0x%" PRIx8 " code=0x%" PRIx8 in chppTransportDoWork()
1123 CHPP_LOGI("Enqueue TX: code=0x%" PRIx8 "%s len=%" PRIuSIZE in chppEnqueueTxDatagram()
1130 "Enqueue TX: len=%" PRIuSIZE " H#%" PRIu8 " type=0x%" PRIx8 in chppEnqueueTxDatagram()
1495 CHPP_LOGE("Discarding app error 0x%" PRIx8 " (resetting)", errorCode); in chppEnqueueTxErrorDatagram()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/
H A DLayerFECompositionState.cpp43 StringAppendF(&out, "0x08%" PRIx8 " ", byte); in dumpAsString()
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/
H A Dinttypes.h104 #define PRIx8 "x" macro
/aosp12/bionic/libc/include/
H A Dinttypes.h124 #define PRIx8 "x" /* uint8_t */ macro
/aosp12/art/imgdiag/
H A Dimgdiag.cc883 return StringPrintf("%" PRIx8, *bytes); in StringFromBytes()