Searched refs:thunk (Results 1 - 7 of 7) sorted by relevance

/fuchsia/zircon/system/uapp/trace-benchmark/
H A Drunner.h38 using thunk = fbl::Function<void ()>;
44 thunk setup, thunk teardown) {
83 const T& closure, thunk setup, thunk teardown) {
/fuchsia/zircon/system/dev/audio/intel-hda/codecs/realtek/
H A Drealtek-stream.h61 const Thunk thunk = nullptr; member in struct:audio::intel_hda::codecs::RealtekStream::Command
102 ZX_DEBUG_ASSERT((stream != nullptr) && (cmd_.thunk != nullptr));
103 return ((*stream).*(cmd_.thunk))(cmd_, resp);
H A Drealtek-stream.cpp137 bool want_response = (cmd.thunk != nullptr);
/fuchsia/zircon/system/dev/bus/platform/
H A Dplatform-i2c.cpp38 auto thunk = [](void* arg) -> int { return static_cast<PlatformI2cBus*>(arg)->I2cThread(); }; local
39 thrd_create_with_name(&thread_, thunk, this, name);
/fuchsia/zircon/system/dev/input/focaltech/
H A Dft3x27.cpp110 auto thunk = [](void* arg) -> int { local
117 int ret = thrd_create_with_name(&ft_dev->thread_, thunk,
/fuchsia/zircon/system/dev/input/goodix/
H A Dgt92xx.cpp112 auto thunk = [](void* arg) -> int { local
119 int ret = thrd_create_with_name(&goodix_dev->thread_, thunk,
/fuchsia/zircon/system/dev/ethernet/dwmac/
H A Ddwmac.cpp85 auto thunk = [](void* arg) -> int { return reinterpret_cast<DWMacDevice*>(arg)->Thread(); }; local
88 int ret = thrd_create_with_name(&thread_, thunk,

Completed in 82 milliseconds