Home
last modified time | relevance | path

Searched defs:events (Results 1 – 25 of 57) sorted by relevance

123

/hardware/interfaces/sensors/common/utils/
DEventMessageQueueWrapper.h71 virtual bool read(V2_1::Event* events, size_t numToRead) override { in read()
75 bool write(const V2_1::Event* events, size_t numToWrite) override { in write()
79 virtual bool write(const std::vector<V2_1::Event>& events) override { in write()
84 bool writeBlocking(const V2_1::Event* events, size_t count, uint32_t readNotification, in writeBlocking()
114 virtual bool read(V2_1::Event* events, size_t numToRead) override { in read()
118 bool write(const V2_1::Event* events, size_t numToWrite) override { in write()
122 bool write(const std::vector<V2_1::Event>& events) override { in write()
126 bool writeBlocking(const V2_1::Event* events, size_t count, uint32_t readNotification, in writeBlocking()
DconvertV2_1.h42 inline const std::vector<V1_0::Event>& convertToOldEvents(const std::vector<V2_1::Event>& events) { in convertToOldEvents()
62 inline const std::vector<V2_1::Event>& convertToNewEvents(const std::vector<V1_0::Event>& events) { in convertToNewEvents()
66 inline const hidl_vec<V2_1::Event>& convertToNewEvents(const hidl_vec<V1_0::Event>& events) { in convertToNewEvents()
/hardware/interfaces/sensors/aidl/default/multihal/include/
DEventMessageQueueWrapperAidl.h48 virtual bool read(::android::hardware::sensors::V2_1::Event* events, in read()
57 bool write(const ::android::hardware::sensors::V2_1::Event* events, in write()
66 const std::vector<::android::hardware::sensors::V2_1::Event>& events) override { in write()
73 bool writeBlocking(const ::android::hardware::sensors::V2_1::Event* events, size_t count, in writeBlocking()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/GeneratorHub/test/
DFakeVehicleHalValueGeneratorsTest.cpp103 void setEvents(const std::vector<VehiclePropValue>& events) { in setEvents()
123 std::vector<VehiclePropValue> events; in TEST_F() local
146 std::vector<VehiclePropValue> events; in TEST_F() local
183 auto events = getEvents(); in TEST_F() local
203 auto events = getEvents(); in TEST_F() local
223 auto events = getEvents(); in TEST_F() local
243 auto events = getEvents(); in TEST_F() local
264 auto events = getEvents(); in TEST_F() local
310 auto events = getEvents(); in TEST_F() local
371 auto events = getEvents(); in TEST_F() local
[all …]
/hardware/interfaces/sensors/common/default/2.X/multihal/tests/fake_subhal/
DIHalProxyCallbackWrapper.h81 void postEvents(const std::vector<V2_1::Event>& events, ScopedWakelock wakelock) override { in postEvents()
97 void postEvents(const std::vector<V2_1::Event>& events, ScopedWakelock wakelock) { in postEvents()
DSensor.cpp149 std::vector<Event> events; in readEvents() local
202 std::vector<Event> events = Sensor::readEvents(); in readEvents() local
234 std::vector<Event> events; in readEvents() local
304 std::vector<Event> events; in readEvents() local
/hardware/interfaces/sensors/common/default/2.X/multihal/
DHalProxyCallback.cpp41 void HalProxyCallbackBase::postEvents(const std::vector<V2_1::Event>& events, in postEvents()
65 std::vector<V2_1::Event> HalProxyCallbackBase::processEvents(const std::vector<V2_1::Event>& events, in processEvents()
/hardware/interfaces/tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/1/android/hardware/tv/tuner/
DIFilterCallback.aidl38 oneway void onFilterEvent(in android.hardware.tv.tuner.DemuxFilterEvent[] events); in onFilterEvent()
/hardware/interfaces/tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/2/android/hardware/tv/tuner/
DIFilterCallback.aidl38 oneway void onFilterEvent(in android.hardware.tv.tuner.DemuxFilterEvent[] events); in onFilterEvent()
/hardware/interfaces/tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/current/android/hardware/tv/tuner/
DIFilterCallback.aidl38 oneway void onFilterEvent(in android.hardware.tv.tuner.DemuxFilterEvent[] events); in onFilterEvent()
/hardware/interfaces/tv/tuner/aidl/android/hardware/tv/tuner/
DIFilterCallback.aidl35 void onFilterEvent(in DemuxFilterEvent[] events); in onFilterEvent()
/hardware/interfaces/tv/tuner/aidl/default/
DFilter.cpp328 std::vector<DemuxFilterEvent> events; in start() local
1225 void Filter::createMediaEvent(vector<DemuxFilterEvent>& events, bool isAudioPresentation) { in createMediaEvent()
1298 void Filter::createTsRecordEvent(vector<DemuxFilterEvent>& events) { in createTsRecordEvent()
1317 void Filter::createMmtpRecordEvent(vector<DemuxFilterEvent>& events) { in createMmtpRecordEvent()
1334 void Filter::createSectionEvent(vector<DemuxFilterEvent>& events) { in createSectionEvent()
1344 void Filter::createPesEvent(vector<DemuxFilterEvent>& events) { in createPesEvent()
1353 void Filter::createDownloadEvent(vector<DemuxFilterEvent>& events) { in createDownloadEvent()
1365 void Filter::createIpPayloadEvent(vector<DemuxFilterEvent>& events) { in createIpPayloadEvent()
1373 void Filter::createTemiEvent(vector<DemuxFilterEvent>& events) { in createTemiEvent()
1382 void Filter::createMonitorEvent(vector<DemuxFilterEvent>& events) { in createMonitorEvent()
[all …]
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DJsonFakeValueGenerator.h39 std::vector<VehiclePropValue> events; member
/hardware/interfaces/sensors/common/default/2.X/multihal/tests/
DHalProxy_test.cpp323 std::vector<EventV1_0> events{makeAccelerometerEvent()}; in TEST() local
340 std::vector<EventV1_0> events = makeMultipleAccelerometerEvents(kNumEvents); in TEST() local
362 std::vector<EventV1_0> events{makeProximityEvent()}; in TEST() local
388 std::vector<EventV1_0> events = makeMultipleProximityEvents(kNumEvents); in TEST() local
408 std::vector<EventV1_0> events = makeMultipleAccelerometerEvents(kNumEvents); in TEST() local
432 std::vector<EventV1_0> events = makeMultipleAccelerometerEvents(kNumEvents); in TEST() local
457 std::vector<EventV1_0> events = makeMultipleAccelerometerEvents(kNumEvents); in TEST() local
482 std::vector<EventV1_0> events = makeMultipleAccelerometerEvents(kNumEvents); in TEST() local
499 std::vector<EventV1_0> events{makeProximityEvent()}; in TEST() local
519 std::vector<EventV1_0> events = makeMultipleAccelerometerEvents(kNumEvents); in TEST() local
[all …]
/hardware/interfaces/sensors/common/default/2.X/multihal/include/
DHalProxyCallback.h122 void postEvents(const std::vector<V1_0::Event>& events, in postEvents()
157 void postEvents(const std::vector<V2_1::Event>& events, in postEvents()
/hardware/invensense/6515/libsensors_iio/
DInputEventReader.cpp95 ssize_t InputEventCircularReader::readEvent(input_event const** events) in readEvent()
/hardware/invensense/65xx/libsensors_iio/
DInputEventReader.cpp95 ssize_t InputEventCircularReader::readEvent(input_event const** events) in readEvent()
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/tests/
DDefaultVhalImpl_test.cpp377 auto events = mEventQueue.flush(); in TEST_F() local
734 auto events = mEventQueue.flush(); in TEST_F() local
788 auto events = mEventQueue.flush(); in TEST_F() local
817 auto events = mEventQueue.flush(); in TEST_F() local
836 auto events = mHeartBeatQueue.flush(); in TEST_F() local
1171 auto events = mEventQueue.flush(); in TEST_F() local
1223 auto events = mEventQueue.flush(); in TEST_F() local
1272 auto events = mEventQueue.flush(); in TEST_F() local
1317 auto events = mEventQueue.flush(); in TEST_F() local
1351 auto events = mEventQueue.flush(); in TEST_F() local
[all …]
/hardware/interfaces/gnss/common/utils/default/
DDeviceFileReader.cpp51 struct epoll_event ev, events[1]; in getDataFromDeviceFile() local
/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/
DSensorEventsChecker.h39 virtual bool check(const std::vector<EventType>& events, std::string* out) const { in check()
DSensorsVtsEnvironmentBase.h91 std::vector<Event> events; variable
DSensorsHidlTestBase.h204 std::vector<EventType> events; in testStreamingOperation() local
355 std::vector<EventType> events; in testBatchingOperation() local
484 auto events = mem->parseEvents(); in testDirectReportOperation() local
/hardware/interfaces/sensors/1.0/vts/functional/
DSensorsHidlEnvironmentV1_0.cpp115 [&](auto result, const auto& events, const auto& dynamicSensorsAdded) { in pollingThread()
/hardware/libhardware/tests/input/evdev/
DSwitchInputMapper_test.cpp93 InputEvent events[] = { in TEST_F() local
/hardware/google/aemu/base/
DHealthMonitor.cpp116 std::queue<std::unique_ptr<MonitoredEvent>> events; in main() local
264 void HealthMonitor<Clock>::updateTaskParent(std::queue<std::unique_ptr<MonitoredEvent>>& events, in updateTaskParent()

123