eeze/sensor: Simplify object handling in async paths.
authorStefan Schmidt <s.schmidt@samsung.com>
Fri, 19 Apr 2013 08:55:02 +0000 (09:55 +0100)
committerStefan Schmidt <s.schmidt@samsung.com>
Mon, 22 Apr 2013 14:58:28 +0000 (15:58 +0100)
commitc2da27328bff555f75ab336f280688f05b4abc40
treeab5458c0afadbb4ed9ec3e07c2cffacdbfb617f2
parent116013320a941357a925441928ea7e10ed6c0ebd
eeze/sensor: Simplify object handling in async paths.

This follows the simplified handling of sensor object we are already
doing for the sync paths. Its a bit more complicated here as we need
to pass all data through the module specific async handling. But the
result should be the same.
src/lib/eeze/Eeze_Sensor.h
src/lib/eeze/eeze_sensor.c
src/lib/eeze/eeze_sensor_private.h
src/modules/eeze/sensor/fake/fake.c
src/modules/eeze/sensor/tizen/tizen.c
src/modules/eeze/sensor/udev/udev.c