Searched refs:PRIx8 (Results 1 – 10 of 10) sorted by relevance
/aosp12/system/chre/util/nanoapp/ |
H A D | wifi.cc | 53 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 D | utility.cc | 55 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 D | preferred_network.cc | 55 LOGI(" security modes: 0x%" PRIx8, security_modes_); in Log()
|
H A D | scan_result.cc | 131 LOGI(" security modes: 0x%" PRIx8, security_modes_); in Log()
|
/aosp12/system/chre/chpp/ |
H A D | app.c | 504 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 D | transport.c | 289 " 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 D | LayerFECompositionState.cpp | 43 StringAppendF(&out, "0x08%" PRIx8 " ", byte); in dumpAsString()
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/ |
H A D | inttypes.h | 104 #define PRIx8 "x" macro
|
/aosp12/bionic/libc/include/ |
H A D | inttypes.h | 124 #define PRIx8 "x" /* uint8_t */ macro
|
/aosp12/art/imgdiag/ |
H A D | imgdiag.cc | 883 return StringPrintf("%" PRIx8, *bytes); in StringFromBytes()
|