Home
last modified time | relevance | path

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

/aosp12/system/media/audio_utils/tests/
H A Dfdtostring_tests.cpp36 const std::string result = fdToString.getStringAndClose(); in TEST()
55 const std::string result = fdToString.getStringAndClose(); in TEST()
/aosp12/system/media/audio_utils/fuzz/fdtostring_fuzzer/
H A Dfdtostring_fuzzer.cpp37 (void)fdToString.getStringAndClose(); in LLVMFuzzerTestOneInput()
/aosp12/system/media/audio_utils/include/audio_utils/
H A DFdToString.h81 std::string getStringAndClose() { in getStringAndClose() function
/aosp12/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp3249 mThreadLog.logs(-1 /* time */, fdToString.getStringAndClose()); in dumpToThreadLog_l()