Home
last modified time | relevance | path

Searched refs:scheduled (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/automotive/remoteaccess/hal/default/proto/
Dwakeup_client.proto63 * <p>This sends a scheduled task message to a device external to Android so that the device
66 * <p>Note that the scheduled task execution is on a best-effort basis. Multiple situations
80 * Unschedules a scheduled task.
88 * Unschedules all scheduled tasks for the client.
93 * Returns whether the specified task is scheduled.
98 * Gets all pending scheduled tasks for the client.
100 * <p>The finished scheduled tasks will not be included.
/hardware/interfaces/automotive/remoteaccess/vts/src/
DVtsHalAutomotiveRemoteAccess_TargetTest.cpp361 bool scheduled; in TEST_P() local
362 ScopedAStatus status = mHal->isTaskScheduled(TEST_CLIENT_ID, TEST_SCHEDULE_ID, &scheduled); in TEST_P()
367 ASSERT_FALSE(scheduled) << "isTaskScheduled must return false " in TEST_P()
372 ASSERT_TRUE(scheduled) << "isTaskScheduled must return true if the task is scheduled"; in TEST_P()
375 status = mHal->isTaskScheduled(TEST_CLIENT_ID, TEST_SCHEDULE_ID, &scheduled); in TEST_P()
378 ASSERT_FALSE(scheduled) << "isTaskScheduled must return false if the task is not scheduled"; in TEST_P()
/hardware/interfaces/wifi/1.2/
Dtypes.hal89 * The channel(s) on which the NDP is scheduled to operate.
/hardware/interfaces/broadcastradio/1.1/
DITuner.hal94 * @return result OK if the scan was properly scheduled (this does not mean
/hardware/interfaces/wifi/supplicant/1.0/
DISupplicantStaIface.hal451 * This method may also be used to cancel items that have been scheduled
/hardware/google/gfxstream/host/
DFrameBuffer.cpp2725 std::promise<void> scheduled; in blockPostWorker() local
2726 std::future<void> scheduledFuture = scheduled.get_future(); in blockPostWorker()
2730 .scheduledSignal = std::move(scheduled), in blockPostWorker()
/hardware/interfaces/wifi/1.0/
Dtypes.hal392 * List of buckets to be scheduled.
1651 /** Request could not be scheduled */
/hardware/interfaces/wifi/1.6/
Dtypes.hal613 * The channel(s) on which the NDP is scheduled to operate.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/
Dkatex.mjs13768 // by destroying any undos currently scheduled for this name,