class TokenManager
Defined at line 19 of file ../../src/devices/bin/driver_runtime/token_manager.h
Public Methods
void SetGlobalDispatcher (async_dispatcher_t * dispatcher)
Defined at line 32 of file ../../src/devices/bin/driver_runtime/token_manager.h
zx_status_t Register (zx_handle_t token, fdf_dispatcher_t * dispatcher, fdf_token_t * fdf_token)
Implementation of fdf_token_*.
Defined at line 35 of file ../../src/devices/bin/driver_runtime/token_manager.cc
zx_status_t Receive (zx_handle_t token, fdf_handle_t * handle)
Defined at line 82 of file ../../src/devices/bin/driver_runtime/token_manager.cc
zx_status_t Transfer (zx_handle_t token, fdf_handle_t handle)
Defined at line 111 of file ../../src/devices/bin/driver_runtime/token_manager.cc