Home
last modified time | relevance | path

Searched refs:future (Results 1 – 25 of 47) sorted by relevance

12

/hardware/interfaces/contexthub/1.0/vts/functional/
DVtsHalContexthubV1_0TargetTest.cpp159 std::future<ReturnType> future, in waitForCallback() argument
165 EXPECT_TRUE(future.valid()); in waitForCallback()
166 if (result != nullptr && future.valid()) { in waitForCallback()
167 std::future_status status = future.wait_until(expiration); in waitForCallback()
172 *result = future.get(); in waitForCallback()
280 std::future<TransactionResult>&& future) { in checkFailureSyncOrAsync() argument
285 if (!waitForCallback(std::forward<std::future<TransactionResult>>(future), in checkFailureSyncOrAsync()
/hardware/interfaces/biometrics/fingerprint/2.1/vts/functional/
DVtsHalBiometricsFingerprintV2_1TargetTest.cpp59 std::future<ReturnType> future, in waitForCallback() argument
63 EXPECT_TRUE(future.valid()); in waitForCallback()
64 if (future.valid()) { in waitForCallback()
65 std::future_status status = future.wait_until(expiration); in waitForCallback()
/hardware/interfaces/broadcastradio/1.1/
Dtypes.hal137 * All other values are reserved for future use.
166 * All other values are reserved for future use.
229 * because the enum may be extended in future versions of the HAL. Values out of
249 * because the enum may be extended in future versions of the HAL. Values out of
/hardware/interfaces/tests/multithread/1.0/
DIMultithread.hal29 * Could not be decremented by future calls
/hardware/interfaces/camera/device/1.0/
DICameraDevicePreviewCallback.hal67 * Set the dimensions and format of future preview buffers.
115 * @param timestamp The timestamp to set for future buffers.
/hardware/interfaces/tetheroffload/control/1.0/
DIOffloadControl.hal27 * Indicates intent to start offload for tethering in immediate future.
133 * any currently configured or future configured IPv4 downstreams to this upstream interface.
139 * management process may begin forwarding any currently configured or future configured IPv6
181 * preserved so that offload may begin in the future when an upstream is set.
/hardware/interfaces/vibrator/aidl/vts/
DVtsHalVibratorTargetTest.cpp96 std::future<void> completionFuture{completionPromise.get_future()}; in TEST_P()
150 std::future<void> completionFuture{completionPromise.get_future()}; in TEST_P()
398 std::future<void> completionFuture{completionPromise.get_future()}; in TEST_P()
/hardware/interfaces/media/omx/1.0/
Dtypes.hal215 * continues to evolve, new values may be defined in the future. Use OTHER for these future values
/hardware/interfaces/drm/1.2/
Dtypes.hal101 * time is in the future. The key must become usable when
/hardware/interfaces/camera/provider/2.5/
DICameraProvider.hal57 * active and future output.
/hardware/interfaces/neuralnetworks/1.3/
Dtypes.t581 * Failure because a deadline could not be met for a task, but future
587 * Failure because a deadline could not be met for a task, and future
594 * Failure because of a resource limitation within the driver, but future
600 * Failure because of a resource limitation within the driver, and future
/hardware/interfaces/audio/common/4.0/
Dtypes.hal313 * assumed as it may change in the future. Instead, always use functions
332 * All other representations are reserved for future use.
335 * this will not the be case in future revisions of the platform. Wherever there
344 /** 1 is reserved for future use */
346 /* 3 is reserved for future use */
/hardware/interfaces/audio/common/2.0/
Dtypes.hal309 * assumed as it may change in the future. Instead, always use functions
328 * All other representations are reserved for future use.
331 * this will not the be case in future revisions of the platform. Wherever there
339 /** 1 is reserved for future use */
341 /** 3 is reserved for future use */
/hardware/interfaces/graphics/common/1.2/
Dtypes.hal107 /* bits 28 and 32-47 must be zero and are reserved for future versions */
/hardware/interfaces/graphics/mapper/2.0/
DIMapper.hal171 * time, but locking may succeed at a future
207 * time, but locking may succeed at a future
/hardware/interfaces/camera/device/3.4/
DICameraDeviceSession.hal66 * ready to accept a future valid stream configuration in a later
/hardware/interfaces/keymaster/4.1/
DIKeymasterDevice.hal62 * device-lock time, for future comparison against auth tokens when operations using
/hardware/interfaces/audio/common/6.0/
Dtypes.hal349 * assumed as it may change in the future. Instead, always use functions
368 * All other representations are reserved for future use.
371 * this will not the be case in future revisions of the platform. Wherever there
380 /** 1 is reserved for future use */
382 /* 3 is reserved for future use */
/hardware/interfaces/audio/common/5.0/
Dtypes.hal343 * assumed as it may change in the future. Instead, always use functions
362 * All other representations are reserved for future use.
365 * this will not the be case in future revisions of the platform. Wherever there
374 /** 1 is reserved for future use */
376 /* 3 is reserved for future use */
/hardware/interfaces/broadcastradio/2.0/
Dtypes.hal446 * All other values are reserved for future use.
567 * Maps to IdentifierType enum. The enum may be extended in future versions
616 * The list may change in future versions, so the implementation must obey,
711 * Maps to MetadataKey enum. The enum may be extended in future versions
/hardware/interfaces/radio/1.5/
DIRadioIndication.hal69 * of likely future (statistical) barring for specific services.
/hardware/interfaces/keymaster/3.0/
Dtypes.hal82 ALL_USERS = TagType:BOOL | 500, /** Reserved for future use -- ignore. */
83 USER_ID = TagType:UINT | 501, /** Reserved for future use -- ignore. */
/hardware/interfaces/wifi/offload/1.0/
Dtypes.hal99 * should not be zero. In future versions, periodic scans can be eliminated */
/hardware/interfaces/camera/device/3.5/
DICameraDeviceSession.hal72 * ready to accept a future valid stream configuration in a later
/hardware/interfaces/gnss/1.0/
DIGnss.hal115 * not expect any GNSS requests in the immediate future - e.g. this may be called when

12