Home
last modified time | relevance | path

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

/hardware/google/camera/common/sensor_listener/
Dgoog_sensor_wrapper.cc78 std::function<void(const ExtendedSensorEvent& event)> event_processor) { in SetEventProcessor() argument
80 event_processor_ = std::move(event_processor); in SetEventProcessor()
Dgoog_sensor_wrapper.h51 std::function<void(const ExtendedSensorEvent& event)> event_processor);