Home
last modified time | relevance | path

Searched refs:wake (Results 1 – 18 of 18) sorted by relevance

/hardware/interfaces/sensors/1.0/
Dtypes.hal93 * Each sensor may have either or both a wake-up and a non-wake variant.
94 * When registered in batch mode, wake-up sensors will wake up the AP when
96 * to be maintained for wake up sensors and non wake up sensors. The non
97 * wake-up sensors need to overwrite their FIFOs when they are full till the AP
98 * wakes up and the wake-up sensors will wake-up the AP when their FIFOs are
100 * Wake-up and non wake-up variants of each sensor can be activated at
104 * previous releases are also wake-up sensors and must be treated as such.
109 * Set SENSOR_FLAG_WAKE_UP flag for all wake-up sensors.
134 * Implement the non-wake-up version of this sensor and implement the
135 * wake-up version if the system possesses a wake up fifo.
[all …]
/hardware/akm/AK8975_FS/libsensors/
Dsensors.cpp145 static const size_t wake = numFds - 1; member
185 mPollFds[wake].fd = wakeFds[0]; in sensors_poll_context_t()
186 mPollFds[wake].events = POLLIN; in sensors_poll_context_t()
187 mPollFds[wake].revents = 0; in sensors_poll_context_t()
194 close(mPollFds[wake].fd); in ~sensors_poll_context_t()
310 if (mPollFds[wake].revents & POLLIN) { in pollEvents()
312 int result = read(mPollFds[wake].fd, &msg, 1); in pollEvents()
315 mPollFds[wake].revents = 0; in pollEvents()
/hardware/libhardware/modules/input/evdev/
DInputHub.h139 virtual status_t wake() = 0;
165 virtual status_t wake() override;
DInputHub.cpp652 status_t InputHub::wake() { in wake() function in android::InputHub
/hardware/libhardware/modules/sensors/dynamic_sensor/
DConnectionDetector.cpp135 mLooper->wake(); in ~FileConnectionDetector()
/hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
DStreamIn.impl.h132 mEfGroup->wake(static_cast<uint32_t>(MessageQueueFlagBits::NOT_EMPTY)); in threadLoop()
311 mEfGroup->wake(static_cast<uint32_t>(MessageQueueFlagBits::NOT_FULL)); in close()
DStreamOut.impl.h131 mEfGroup->wake(static_cast<uint32_t>(MessageQueueFlagBits::NOT_FULL)); in threadLoop()
299 mEfGroup->wake(static_cast<uint32_t>(MessageQueueFlagBits::NOT_EMPTY)); in close()
/hardware/libhardware/tests/input/evdev/
DInputHub_test.cpp87 auto f = delay_async(100ms, [&]() { EXPECT_EQ(OK, mInputHub->wake()); }); in TEST_F()
/hardware/interfaces/tv/cec/1.0/
Dtypes.hal170 * When set to false, HAL does not wake up the system upon receiving <Image
/hardware/interfaces/gnss/1.0/
DIGnssBatching.hal49 * must wake up the application processor when the FIFO is full, and
DIGnssGeofenceCallback.hal125 * GNSS subsystem will wake up the application processor, if its in suspend
/hardware/interfaces/power/1.0/
Dtypes.hal85 * to wake up by tapping the screen twice.
/hardware/invensense/65xx/libsensors_iio/
Dsensors_mpl.cpp113 static const size_t wake = numSensorDrivers; member
/hardware/interfaces/audio/effect/all-versions/default/include/effect/all-versions/default/
DEffect.impl.h123 mEfGroup->wake(static_cast<uint32_t>(MessageQueueFlagBits::DONE_PROCESSING)); in threadLoop()
704 mEfGroup->wake(static_cast<uint32_t>(MessageQueueFlagBits::REQUEST_QUIT)); in close()
/hardware/interfaces/wifi/1.0/
DIWifiChip.hal163 * Host wake reasons stats collection.
651 * API to retrieve the wifi wake up reason stats for debugging.
Dtypes.hal2304 * Rx wake packet was ipv4 multicast.
2308 * Rx wake packet was ipv6 multicast.
2312 * Rx wake packet was non-ipv4 and non-ipv6.
2359 * Vector of wake counts per cmd/event type.
2372 * Vector of wake counts per driver/firmware interaction type.
/hardware/interfaces/automotive/vehicle/2.0/
Dtypes.hal1117 * int32Values[1] : Time in ms to wake up, if necessary. Otherwise 0.
2316 * update. If it is set to 0, there is no wake up, and power
2317 * controller may not necessarily support wake-up. If power
2360 * wake-up after
/hardware/interfaces/radio/1.0/
DIRadio.hal1542 * This is used to prevent unnecessary application processor wake up for power saving purposes