Home
last modified time | relevance | path

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

/external/oboe/apps/fxlab/app/src/main/cpp/
DDuplexCallback.h33 size_t buffer_size, std::function<void(void)> restartFunction) : in DuplexCallback() argument
34 kBufferSize(buffer_size), inRef(inStream), f(fun), restart(restartFunction) {} in DuplexCallback()