Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audioflinger/
H A DThreadMetrics.h76 void logConstructor(pid_t pid, const char *threadType, int32_t id) const { in logConstructor()
/aosp12/frameworks/av/services/mediametrics/
H A DAudioTypes.cpp457 bool isInputThreadType(const std::string &threadType) in isInputThreadType()
/aosp12/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DMmsSmsProvider.java356 String threadType = uri.getQueryParameter("thread_type"); in query() local