| 243 | } |
| 244 | |
| 245 | void HandlerHidapi::AtomicDevice::parseRaw( const DataPacketRaw& packet, int packet_length, Action& action ) const |
| 246 | { |
| 247 | std::unique_lock lock( mutex_ ); |
| 248 | if ( device_ ) |
| 249 | device_->parseRawEvent( packet, packet_length, action ); |
| 250 | } |
| 251 | |
| 252 | void HandlerHidapi::AtomicDevice::process( const Action& action ) |
| 253 | { |