dya2 / android-scripting

Automatically exported from code.google.com/p/android-scripting
0 stars 0 forks source link

receiveAllevents(x) API required to speed data recovery from event buffer #443

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What should be supported?
Currently receiveEvent() takes about 16mS on a 1GHz processor. To recover 300 
events from 10S worth of data following startSensing() takes about 5S. This is 
far too slow to enable real time checking of events while the phone is 
performing other activities. Frequently only one sensor is of interest so 
receiveAllevents('zforce') would enable much more efficient checking (possibly 
close to real time).

Original issue reported on code.google.com by joka...@gmail.com on 21 Sep 2010 at 9:07

GoogleCodeExporter commented 9 years ago
This issue was closed by revision e24af49ef1.

Original comment by damonkoh...@gmail.com on 11 Nov 2010 at 11:11