Hi, I would like to know if the virtual or synthetic sensors can also be said to be part of the Sensor HAL sub system of Android in addition to the real sensors, as they have the same HAL specific interfaces(I mean data structures) to be instantiated and they are also built into a shared library(.so) like that of the real sensors. The whole set of operations for the virtual sensors appear to be same as that of the real sensors except that the virtual sensors are formed based on the real sensors' data by adding the needed variation.
Or Are the virtual sensors said to be part of Android Native Framework as indicated by their location in the latest Android source tree under frameworks/native/service/sensorservices? Or Are the virtual sensors said to be part of the Android System Services as indicated by the folder names service/sensorservice? I know these are just logical separations to express the Android Low Level System Architecture clearly. But, if and when someone asks these same questions to me, I need to answer them clearly and specifically. So, any clarifications on this are appreciated. Cheers, Raghavan PS: If this is posted in wrong Android group, please ignore this post. -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
