Home
last modified time | relevance | path

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

/cts/hostsidetests/adpf/app/hintsession/src/cpp/
DAndroidOut.cpp18 AndroidOut androidOut("AdpfTestLog", ANDROID_LOG_DEBUG);
19 AndroidOut androidErr("AdpfTestLog", ANDROID_LOG_ERROR);
DAndroidOut.h29 class AndroidOut : public std::stringbuf {
35 inline AndroidOut(const char* logTag, android_LogPriority priority) in AndroidOut() function
/cts/hostsidetests/adpf/app/hintsession/
DAndroid.bp23 "src/cpp/AndroidOut.cpp",