| 250 | } |
| 251 | |
| 252 | void HandlerHidapi::AtomicDevice::process( const Action& action ) |
| 253 | { |
| 254 | std::unique_lock lock( mutex_ ); |
| 255 | if ( device_ ) |
| 256 | device_->processAction( action ); |
| 257 | } |
| 258 | |
| 259 | bool HandlerHidapi::AtomicDevice::valid() const |
| 260 | { |
no test coverage detected