Searched refs:ASensor (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/include/android/
H A Dsensor.h426 struct ASensor;
428 * {@link ASensor} is an opaque type that provides information about
431 * A {@link ASensor} pointer can be obtained using
436 * {@link ASensor}:
448 typedef struct ASensor ASensor; typedef in typeref:struct:ASensor
450 * {@link ASensorRef} is a type for constant pointers to {@link ASensor}.
454 typedef ASensor const* ASensorRef;
456 * {@link ASensorList} is an array of reference to {@link ASensor}.
503 ASensor cons
[all...]
/frameworks/native/include_sensor/android/
H A Dsensor.h426 struct ASensor;
428 * {@link ASensor} is an opaque type that provides information about
431 * A {@link ASensor} pointer can be obtained using
436 * {@link ASensor}:
448 typedef struct ASensor ASensor; typedef in typeref:struct:ASensor
450 * {@link ASensorRef} is a type for constant pointers to {@link ASensor}.
454 typedef ASensor const* ASensorRef;
456 * {@link ASensorList} is an array of reference to {@link ASensor}.
503 ASensor cons
[all...]
/frameworks/base/native/android/
H A Dsensor.cpp86 ASensor const* ASensorManager_getDefaultSensor(ASensorManager* manager, int type) {
91 ASensor const* ASensorManager_getDefaultSensorEx(ASensorManager* manager, int type, bool wakeUp) {
98 return reinterpret_cast<ASensor const *>(sensorList[i]);
188 ASensorManager *manager, ASensor const *sensor, int channelId, int rate) {
208 int ASensorEventQueue_registerSensor(ASensorEventQueue* queue, ASensor const* sensor,
222 int ASensorEventQueue_enableSensor(ASensorEventQueue* queue, ASensor const* sensor) {
230 int ASensorEventQueue_disableSensor(ASensorEventQueue* queue, ASensor const* sensor) {
238 int ASensorEventQueue_setEventRate(ASensorEventQueue* queue, ASensor const* sensor, int32_t usec) {
286 const char* ASensor_getName(ASensor const* sensor) {
291 const char* ASensor_getVendor(ASensor cons
[all...]
/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
H A DASensorManager.cpp234 ASensor const* ASensorManager_getDefaultSensor(
242 ASensor const* ASensorManager_getDefaultSensorEx(
297 ASensor const* sensor,
306 ASensor const* sensor,
316 ASensorEventQueue* queue, ASensor const* sensor) {
323 ASensorEventQueue* queue, ASensor const* sensor) {
331 ASensor const* sensor,
349 const char *ASensor_getName(ASensor const* sensor) {
354 const char *ASensor_getVendor(ASensor const* sensor) {
359 int ASensor_getType(ASensor cons
[all...]
/frameworks/native/libs/sensor/include/sensor/
H A DSensor.h34 struct ASensor { }; struct
44 class Sensor : public ASensor, public LightFlattenable<Sensor>

Completed in 268 milliseconds