Home
last modified time | relevance | path

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

/hardware/interfaces/biometrics/common/thread/include/thread/
DCallable.h41 explicit AnyFuncWrapper(T func) : mFunc(std::move(func)) {} in AnyFuncWrapper()
43 void operator()() override { mFunc(); } in operator()
46 T mFunc;
/hardware/google/gfxstream/common/detector/
DSubprocess.cpp36 constexpr ScopedCloser(F&& func) : mFunc(std::forward<F>(func)), mEnabled(true) {} in ScopedCloser()
40 mFunc(); in ~ScopedCloser()
47 F mFunc; member in gfxstream::__anon8bfd97230111::ScopedCloser
/hardware/google/pixel/vibrator/common/
DHardwareBase.h53 : mFunc(func), in Record()
60 const char *mFunc;
192 << " " << mFunc << " '" << names.at(mStream) << "' = '" << mValue << "'"; in toString()