Home
last modified time | relevance | path

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

/hardware/interfaces/threadnetwork/aidl/default/
Dutils.cpp45 void otDumpDebgPlat(const char* aText, const void* aData, uint16_t aDataLength) { in otDumpDebgPlat() argument
49 if ((aText != nullptr) && (aData != nullptr)) { in otDumpDebgPlat()
56 __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, "%s: %s", aText, buf); in otDumpDebgPlat()