Home
last modified time | relevance | path

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

/frameworks/av/media/utils/
DTimerThread.cpp134 const size_t halStrPos = tagSV.find(s); in isRequestFromHal() local
136 if (halStrPos != std::string::npos && tagSV.find("::", halStrPos) != std::string::npos) { in isRequestFromHal()