Home
last modified time | relevance | path

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

/hardware/libhardware/modules/sensors/dynamic_sensor/
DConnectionDetector.cpp108 : ConnectionDetector(d), Thread(false /*callCallJava*/), mPath(path), mRegex(regex), in FileConnectionDetector()
142 return std::regex_match(name, mRegex); in matches()
DConnectionDetector.h77 std::regex mRegex; variable