Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Dcras_udev.c28 static unsigned is_action(const char *desired,
83 static unsigned is_action(const char *desired, const char *actual) in is_action() function
90 return is_action("change", action); in is_action_change()
95 return is_action("remove", action); in is_action_remove()
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-predef.hpp23 struct is_action : public std::false_type {}; struct
26 struct is_action<T, typename rxu::types_checked_from<typename T::action_tag>::type> struct