/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/google/pixel/thermal/utils/ |
D | thermal_watcher.cpp | 137 void ThermalWatcher::wake() { in wake() function in android::hardware::thermal::V2_0::implementation::ThermalWatcher 138 looper_->wake(); in wake()
|
D | thermal_watcher.h | 63 void wake();
|
/hardware/interfaces/sensors/2.0/vts/functional/ |
D | SensorsHidlEnvironmentV2_0.cpp | 114 mEventQueueFlag->wake(asBaseType(EventQueueFlagBits::READ_AND_PROCESS)); in HidlTearDown() 142 mEventQueueFlag->wake(asBaseType(EventQueueFlagBits::EVENTS_READ)); in readEvents()
|
/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/sensors/2.0/default/ |
D | Sensors.cpp | 186 mEventQueueFlag->wake(static_cast<uint32_t>(EventQueueFlagBits::READ_AND_PROCESS)); in postEvents()
|
/hardware/interfaces/audio/core/all-versions/default/ |
D | StreamIn.cpp | 133 mEfGroup->wake(static_cast<uint32_t>(MessageQueueFlagBits::NOT_EMPTY)); in threadLoop() 312 mEfGroup->wake(static_cast<uint32_t>(MessageQueueFlagBits::NOT_FULL)); in close()
|
D | StreamOut.cpp | 132 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/ |
D | ISensors.hal | 85 * 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/ |
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 | 172 * When set to false, HAL does not wake up the system upon receiving <Image
|
/hardware/interfaces/audio/core/all-versions/vts/functional/4.0/ |
D | AudioPrimaryHidlHalTest.cpp | 111 efGroup->wake(static_cast<uint32_t>(MessageQueueFlagBits::NOT_FULL)); in TEST_F()
|
/hardware/interfaces/power/1.0/ |
D | types.hal | 85 * to wake up by tapping the screen twice.
|
/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/invensense/65xx/libsensors_iio/ |
D | sensors_mpl.cpp | 113 static const size_t wake = numSensorDrivers; member
|
/hardware/interfaces/gnss/visibility_control/1.0/ |
D | IGnssVisibilityControlCallback.hal | 141 * be delayed until the next wake of the Android processor.
|
/hardware/interfaces/audio/effect/all-versions/default/ |
D | Effect.cpp | 127 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/ |
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/tv/cec/2.0/ |
D | types.hal | 478 * When set to false, HAL does not wake up the system upon receiving <Image
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 1281 * 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/ |
D | types.hal | 551 /** Event should wake the device */
|