Home
last modified time | relevance | path

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

12

/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/google/pixel/thermal/utils/
Dthermal_watcher.cpp137 void ThermalWatcher::wake() { in wake() function in android::hardware::thermal::V2_0::implementation::ThermalWatcher
138 looper_->wake(); in wake()
Dthermal_watcher.h63 void wake();
/hardware/interfaces/sensors/2.0/vts/functional/
DSensorsHidlEnvironmentV2_0.cpp114 mEventQueueFlag->wake(asBaseType(EventQueueFlagBits::READ_AND_PROCESS)); in HidlTearDown()
142 mEventQueueFlag->wake(asBaseType(EventQueueFlagBits::EVENTS_READ)); in readEvents()
/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/sensors/2.0/default/
DSensors.cpp186 mEventQueueFlag->wake(static_cast<uint32_t>(EventQueueFlagBits::READ_AND_PROCESS)); in postEvents()
/hardware/interfaces/audio/core/all-versions/default/
DStreamIn.cpp133 mEfGroup->wake(static_cast<uint32_t>(MessageQueueFlagBits::NOT_EMPTY)); in threadLoop()
312 mEfGroup->wake(static_cast<uint32_t>(MessageQueueFlagBits::NOT_FULL)); in close()
DStreamOut.cpp132 mEfGroup->wake(static_cast<uint32_t>(MessageQueueFlagBits::NOT_FULL)); in threadLoop()
300 mEfGroup->wake(static_cast<uint32_t>(MessageQueueFlagBits::NOT_EMPTY)); in close()
/hardware/interfaces/sensors/2.0/
DISensors.hal85 * 1) Calling the Event FMQ’s EventFlag::wake() function with
102 * zero. It is important to note that the HAL must acquire the wake lock and
105 * a race condition that can lead to loss of wake lock synchronization with
/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.hal172 * When set to false, HAL does not wake up the system upon receiving <Image
/hardware/interfaces/audio/core/all-versions/vts/functional/4.0/
DAudioPrimaryHidlHalTest.cpp111 efGroup->wake(static_cast<uint32_t>(MessageQueueFlagBits::NOT_FULL)); in TEST_F()
/hardware/interfaces/power/1.0/
Dtypes.hal85 * to wake up by tapping the screen twice.
/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/invensense/65xx/libsensors_iio/
Dsensors_mpl.cpp113 static const size_t wake = numSensorDrivers; member
/hardware/interfaces/gnss/visibility_control/1.0/
DIGnssVisibilityControlCallback.hal141 * be delayed until the next wake of the Android processor.
/hardware/interfaces/audio/effect/all-versions/default/
DEffect.cpp127 mEfGroup->wake(static_cast<uint32_t>(MessageQueueFlagBits::DONE_PROCESSING)); in threadLoop()
708 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/tv/cec/2.0/
Dtypes.hal478 * When set to false, HAL does not wake up the system upon receiving <Image
/hardware/interfaces/automotive/vehicle/2.0/
Dtypes.hal1281 * int32Values[1] : Time in ms to wake up, if necessary. Otherwise 0.
2549 * update. If it is set to 0, there is no wake up, and power
2550 * controller may not necessarily support wake-up.
2574 * update. If it is set to 0, there is no wake up, and power
2575 * controller may not necessarily support wake-up.
/hardware/interfaces/input/common/1.0/
Dtypes.hal551 /** Event should wake the device */

12