Home
last modified time | relevance | path

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

/hardware/libhardware/modules/sensors/dynamic_sensor/
DConnectionDetector.h63 BaseDynamicSensorDaemon *d, const std::string &path, const std::string &regex);
77 std::regex mRegex;
DConnectionDetector.cpp107 BaseDynamicSensorDaemon *d, const std::string &path, const std::string &regex) in FileConnectionDetector() argument
108 : ConnectionDetector(d), Thread(false /*callCallJava*/), mPath(path), mRegex(regex), in FileConnectionDetector()
/hardware/interfaces/camera/provider/2.4/default/
DExternalCameraProviderImpl_2_4.cpp41 const std::regex kDeviceNameRE("device@([0-9]+\\.[0-9]+)/external/(.+)");
DLegacyCameraProviderImpl_2_4.cpp43 const std::regex kDeviceNameRE("device@([0-9]+\\.[0-9]+)/legacy/(.+)");
/hardware/interfaces/broadcastradio/2.0/vts/functional/
DVtsHalBroadcastradioV2_0TargetTest.cpp388 std::regex re("^[A-Z0-9][A-Z0-9 ]{0,5}[A-Z0-9]$"); in TEST_F()
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp181 std::regex e(pattern.string()); in matchDeviceName()