Home
last modified time | relevance | path

Searched refs:getThreadIdWrapper (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/utils/include/mediautils/
DTidWrapper.h29 inline pid_t getThreadIdWrapper() { in getThreadIdWrapper() function
/frameworks/av/media/utils/tests/
Dmedia_threadsnapshot_tests.cpp42 ThreadSnapshot threadSnapshot(getThreadIdWrapper()); in TEST()
Dmedia_process_tests.cpp37 const std::string schedString = getThreadSchedAsString(getThreadIdWrapper()); in TEST()
/frameworks/av/media/utils/fuzzers/
DSchedulingPolicyServiceFuzz.cpp59 requestPriority(getpid(), android::mediautils::getThreadIdWrapper(), priority, is_for_app, in LLVMFuzzerTestOneInput()
/frameworks/av/media/utils/
DTimerThread.cpp44 secondChanceDuration, getThreadIdWrapper(), tag); in scheduleTask()
51 Duration{} /* secondChanceDuration */, getThreadIdWrapper(), tag); in trackTask()
DTimeCheck.cpp162 secondChanceDuration, std::chrono::system_clock::now(), getThreadIdWrapper()) } in TimeCheck()