index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
native
/
android
/
sensor.cpp
Age
Commit message (
Expand
)
Author
2019-01-18
Add ASensorEventQueue_requestAdditionalInfoEvents
Brian Stack
2019-01-11
Introduce ASensor_getHandle API to Sensors NDK
Brian Stack
2017-04-17
Include vndk/hardware_buffer.h for AHardwareBuffer_getNativeHandle
Jesse Hall
2017-03-07
Parameter checks for sensor NDK APIs, fix map file
Peng Xu
2017-03-06
fallout of splitting libsensor out of libgui
Mathias Agopian
2017-02-28
Add direct sensor report NDK API
Peng Xu
2016-03-16
Sensor: Add batch support for native applications
Aniroop Mathur
2015-07-30
Call getInstanceForPackage instead of creating a new SensorManager instance.
Aravind Akella
2015-07-29
Revert "Call getInstanceForPackage instead of creating a new SensorManager in...
Narayan Kamath
2015-07-27
Call getInstanceForPackage instead of creating a new SensorManager instance.
Aravind Akella
2015-05-07
Fix broke NDK sensor manager API
Svet Ganov
2015-05-01
Add body sensors app op - framework base
Svet Ganov
2014-08-05
Sensor related changes for NDK.
Aravind Akella
2014-06-09
Add java APIs for Sensor reportingMode.
Aravind Akella
2014-05-23
am c7153377: am 73da981f: Merge "Remove getRequiredPermission from NDK." into...
Aravind Akella
2014-05-22
Remove getRequiredPermission from NDK.
Aravind Akella
2014-04-23
Bug fix for wakeup sensors.
Aravind Akella
2014-04-11
Add stringType and requiredPermissions to SensorManager.java, as well as a pe...
Aravind Akella
2014-04-05
Revert "Add stringType and requiredPermissions to SensorManager.java, as well...
Etienne Le Grand
2014-04-04
Add stringType and requiredPermissions to SensorManager.java, as well as a pe...
Etienne Le Grand
2010-09-14
Replace epoll() with poll() and rename PollLoop to Looper.
Jeff Brown
2010-09-07
Modify native ALooper to take an explicit ident.
Dianne Hackborn
2010-07-29
Added SensorManager.getMinDelay()
Mathias Agopian
2010-07-19
new SensorService
Mathias Agopian
2010-07-13
first step at implementing the native sensor support
Mathias Agopian