Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/mediametrics/
H A DAudioTypes.h78 bool isInputThreadType(const std::string &threadType);
H A DAudioTypes.cpp457 bool isInputThreadType(const std::string &threadType) in isInputThreadType() function
H A DAudioAnalytics.cpp705 const bool isInput = types::isInputThreadType(type); in endAudioIntervalGroup()