Home
last modified time | relevance | path

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

/system/media/audio_utils/tests/
Dfdtostring_tests.cpp30 FdToString fdToString(PREFIX); in TEST() local
31 const int fd = fdToString.fd(); in TEST()
36 const std::string result = fdToString.getStringAndClose(); in TEST()
47 FdToString fdToString(PREFIX); in TEST() local
48 const int fd = fdToString.fd(); in TEST()
55 const std::string result = fdToString.getStringAndClose(); in TEST()
/system/media/audio_utils/fuzz/fdtostring_fuzzer/
Dfdtostring_fuzzer.cpp33 FdToString fdToString(PREFIX); in LLVMFuzzerTestOneInput() local
34 const int fd = fdToString.fd(); in LLVMFuzzerTestOneInput()
37 (void)fdToString.getStringAndClose(); in LLVMFuzzerTestOneInput()