Searched refs:wake (Results 1 – 18 of 18) sorted by relevance
/hardware/interfaces/sensors/1.0/ |
D | types.hal | 93 * 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/ |
D | sensors.cpp | 145 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/ |
D | InputHub.h | 139 virtual status_t wake() = 0; 165 virtual status_t wake() override;
|
D | InputHub.cpp | 652 status_t InputHub::wake() { in wake() function in android::InputHub
|
/hardware/libhardware/modules/sensors/dynamic_sensor/ |
D | ConnectionDetector.cpp | 135 mLooper->wake(); in ~FileConnectionDetector()
|
/hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/ |
D | StreamIn.impl.h | 132 mEfGroup->wake(static_cast<uint32_t>(MessageQueueFlagBits::NOT_EMPTY)); in threadLoop() 311 mEfGroup->wake(static_cast<uint32_t>(MessageQueueFlagBits::NOT_FULL)); in close()
|
D | StreamOut.impl.h | 131 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/ |
D | InputHub_test.cpp | 87 auto f = delay_async(100ms, [&]() { EXPECT_EQ(OK, mInputHub->wake()); }); in TEST_F()
|
/hardware/interfaces/tv/cec/1.0/ |
D | types.hal | 170 * When set to false, HAL does not wake up the system upon receiving <Image
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssBatching.hal | 49 * must wake up the application processor when the FIFO is full, and
|
D | IGnssGeofenceCallback.hal | 125 * GNSS subsystem will wake up the application processor, if its in suspend
|
/hardware/interfaces/power/1.0/ |
D | types.hal | 85 * to wake up by tapping the screen twice.
|
/hardware/invensense/65xx/libsensors_iio/ |
D | sensors_mpl.cpp | 113 static const size_t wake = numSensorDrivers; member
|
/hardware/interfaces/audio/effect/all-versions/default/include/effect/all-versions/default/ |
D | Effect.impl.h | 123 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/ |
D | IWifiChip.hal | 163 * Host wake reasons stats collection. 651 * API to retrieve the wifi wake up reason stats for debugging.
|
D | types.hal | 2304 * 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/ |
D | types.hal | 1117 * 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/ |
D | IRadio.hal | 1542 * This is used to prevent unnecessary application processor wake up for power saving purposes
|