Home
last modified time | relevance | path

Searched refs:g_allowedTypes (Results 1 - 2 of 2) sorted by relevance

/base/sensors/miscdevice/frameworks/cj/src/
H A Dvibrator_ffi.cpp44 static std::set<std::string> g_allowedTypes = {"time", "preset", "file", "pattern"}; member
75 if (g_allowedTypes.find(info.type) == g_allowedTypes.end()) { in StartVibrate()
/base/sensors/miscdevice/frameworks/js/napi/vibrator/src/
H A Dvibrator_js.cpp71 static std::set<std::string> g_allowedTypes = {"time", "preset", "file", "pattern"}; member
473 if (g_allowedTypes.find(info.type) == g_allowedTypes.end()) { in StartVibrate()

Completed in 3 milliseconds