Home
last modified time | relevance | path

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

/frameworks/av/services/mediametrics/
DAudioTypes.cpp673 int32_t lookup<THREAD_TYPE>(const std::string &threadType) in lookup() argument
676 auto it = map.find(threadType); in lookup()
684 std::string lookup<THREAD_TYPE>(const std::string &threadType) in lookup() argument
687 auto it = map.find(threadType); in lookup()
691 return threadType; in lookup()
694 bool isInputThreadType(const std::string &threadType) in isInputThreadType() argument
696 return threadType == "RECORD" || threadType == "MMAP_CAPTURE"; in isInputThreadType()
/frameworks/av/services/audioflinger/datapath/
DThreadMetrics.h77 void logConstructor(pid_t pid, const char *threadType, int32_t id) const { in logConstructor() argument
81 .set(AMEDIAMETRICS_PROP_TYPE, threadType) in logConstructor()
/frameworks/av/services/mediametrics/include/mediametricsservice/
DAudioTypes.h96 bool isInputThreadType(const std::string &threadType);