Searched refs:aText (Results 1 – 1 of 1) sorted by relevance
45 void otDumpDebgPlat(const char* aText, const void* aData, uint16_t aDataLength) { in otDumpDebgPlat() argument49 if ((aText != nullptr) && (aData != nullptr)) { in otDumpDebgPlat()56 __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, "%s: %s", aText, buf); in otDumpDebgPlat()