Home
last modified time | relevance | path

Searched refs:ASensorEvent (Results 1 – 17 of 17) sorted by relevance

/frameworks/native/include/gui/
DSensorEventQueue.h33 struct ASensorEvent;
75 ASensorEvent const* events, size_t numEvents);
77 ssize_t read(ASensorEvent* events, size_t numEvents);
93 void sendAck(const ASensorEvent* events, int count);
95 status_t injectSensorEvent(const ASensorEvent& event);
102 ASensorEvent* mRecBuffer;
/frameworks/base/docs/html/ndk/reference/
Dfunctions.jd11 : <a class="el" href="struct_a_sensor_event.html#aab1f50881089166ff5f3d46f7bfcf09c">ASensorEvent</a>
50 : <a class="el" href="struct_a_sensor_event.html#a31244897a6c7f657a9aec807dd1e09ae">ASensorEvent</a>
53 : <a class="el" href="struct_a_sensor_event.html#a06f14a9abd47b91465f895d5259cdc1b">ASensorEvent</a>
71 , <a class="el" href="struct_a_sensor_event.html#a773b39d480759f67926cb18ae2219281">ASensorEvent</a>
82 : <a class="el" href="struct_a_sensor_event.html#a2325abb12f65d7cbceec766e6db506d8">ASensorEvent</a>
106 : <a class="el" href="struct_a_sensor_event.html#aaf8b2537020ae0b7450785724d77a3e0">ASensorEvent</a>
113 : <a class="el" href="struct_a_sensor_event.html#a776bc8e3beff52764ef2d6d423563d64">ASensorEvent</a>
116 : <a class="el" href="struct_a_sensor_event.html#a40a6e69697a42e0f0ad04a09d7f113d3">ASensorEvent</a>
181 : <a class="el" href="struct_a_sensor_event.html#ac870e1249bab4a2a68cc4126761d24ef">ASensorEvent</a>
188 : <a class="el" href="struct_a_sensor_event.html#ad60830bc80efb7e8a11d6fb25518f55b">ASensorEvent</a>
[all …]
Dfunctions_vars.jd11 : <a class="el" href="struct_a_sensor_event.html#aab1f50881089166ff5f3d46f7bfcf09c">ASensorEvent</a>
50 : <a class="el" href="struct_a_sensor_event.html#a31244897a6c7f657a9aec807dd1e09ae">ASensorEvent</a>
53 : <a class="el" href="struct_a_sensor_event.html#a06f14a9abd47b91465f895d5259cdc1b">ASensorEvent</a>
71 , <a class="el" href="struct_a_sensor_event.html#a773b39d480759f67926cb18ae2219281">ASensorEvent</a>
82 : <a class="el" href="struct_a_sensor_event.html#a2325abb12f65d7cbceec766e6db506d8">ASensorEvent</a>
106 : <a class="el" href="struct_a_sensor_event.html#aaf8b2537020ae0b7450785724d77a3e0">ASensorEvent</a>
113 : <a class="el" href="struct_a_sensor_event.html#a776bc8e3beff52764ef2d6d423563d64">ASensorEvent</a>
116 : <a class="el" href="struct_a_sensor_event.html#a40a6e69697a42e0f0ad04a09d7f113d3">ASensorEvent</a>
181 : <a class="el" href="struct_a_sensor_event.html#ac870e1249bab4a2a68cc4126761d24ef">ASensorEvent</a>
188 : <a class="el" href="struct_a_sensor_event.html#ad60830bc80efb7e8a11d6fb25518f55b">ASensorEvent</a>
[all …]
Dclasses.jd14 …</td><td valign="top"><a class="el" href="struct_a_sensor_event.html">ASensorEvent</a>&#160;&#160;…
Dglobals_type.jd62 <li>ASensorEvent
Dsensor_8h.jd34 …emRight" valign="bottom"><a class="el" href="struct_a_sensor_event.html">ASensorEvent</a></td></tr>
56ASensorEvent</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___se…
120 …ventQueue</a> *queue, <a class="el" href="struct_a_sensor_event.html">ASensorEvent</a> *events, si…
Dgroup___sensor.jd34 …emRight" valign="bottom"><a class="el" href="struct_a_sensor_event.html">ASensorEvent</a></td></tr>
56ASensorEvent</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___se…
120 …ventQueue</a> *queue, <a class="el" href="struct_a_sensor_event.html">ASensorEvent</a> *events, si…
241 …l" href="struct_a_sensor_event.html">ASensorEvent</a> <a class="el" href="struct_a_sensor_event.h…
257 …at provides access to <a class="el" href="struct_a_sensor_event.html">ASensorEvent</a> from hardwa…
676 …<td class="paramtype"><a class="el" href="struct_a_sensor_event.html">ASensorEvent</a> *&#160;</td>
693 <p>Examples: <a class="el" href="struct_a_sensor_event.html">ASensorEvent</a> event; ssize_t numEve…
694 <p><a class="el" href="struct_a_sensor_event.html">ASensorEvent</a> eventBuffer[8]; ssize_t numEven…
Dannotated.jd20 …"22" /><a class="el" href="struct_a_sensor_event.html" target="_self">ASensorEvent</a></td><td cla…
Dstruct_a_sensor_event.jd1 page.title=ASensorEvent Struct Reference
10 <div class="title">ASensorEvent Struct Reference<div class="ingroups"><a class="el" href="group___s…
Dglobals.jd2146 <li>ASensorEvent
/frameworks/native/libs/gui/
DSensorEventQueue.cpp45 mRecBuffer = new ASensorEvent[MAX_RECEIVE_BUFFER_EVENT_COUNT]; in SensorEventQueue()
64 ASensorEvent const* events, size_t numEvents) { in write()
68 ssize_t SensorEventQueue::read(ASensorEvent* events, size_t numEvents) { in read()
79 memcpy(events, mRecBuffer + mConsumed, count * sizeof(ASensorEvent)); in read()
158 status_t SensorEventQueue::injectSensorEvent(const ASensorEvent& event) { in injectSensorEvent()
175 void SensorEventQueue::sendAck(const ASensorEvent* events, int count) { in sendAck()
/frameworks/native/include/android/
Dsensor.h225 typedef struct ASensorEvent { struct
257 } ASensorEvent; argument
442 ASensorEvent* events, size_t count);
/frameworks/native/services/sensorservice/tests/
Dsensorservicetest.cpp33 ASensorEvent buffer[8]; in receiver()
/frameworks/native/services/sensorservice/
DSensorEventConnection.cpp328 reinterpret_cast<ASensorEvent const*>(scratch), count); in sendEvents()
383 ASensorEvent flushCompleteEvent; in sendPendingFlushEventsLocked()
437 reinterpret_cast<ASensorEvent const*>(mEventCache + numEventsSent), in writeToSocketFromCache()
/frameworks/base/native/android/
Dsensor.cpp154 ASensorEvent* events, size_t count) in ASensorEventQueue_getEvents()
/frameworks/base/core/jni/
Dandroid_hardware_SensorManager.cpp293 ASensorEvent buffer[16]; in handleEvent()
423 ASensorEvent sensor_event; in nativeInjectSensorData()
/frameworks/base/docs/html/ndk/samples/
Dsample_na.jd224 ASensorEvent event;