Home
last modified time | relevance | path

Searched defs:promise (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/biometrics/fingerprint/aidl/default/tests/
DWorkerThreadTest.cpp35 std::promise<void> promise; in TEST() local
50 std::promise<void> promise; in TEST() local
/hardware/interfaces/contexthub/1.2/vts/functional/
DVtsHalContexthubV1_2TargetTest.cpp151 std::promise<hidl_vec<HubAppInfo>> promise; member in __anon4cef16e20111::QueryAppsCallback
196 std::promise<TransactionResult> promise; member in __anon4cef16e20111::TxnResultCallback
/hardware/interfaces/contexthub/1.0/vts/functional/
DVtsHalContexthubV1_0TargetTest.cpp108 std::promise<hidl_vec<HubAppInfo>> promise; member in __anona629e6de0111::QueryAppsCallback
144 std::promise<TransactionResult> promise; member in __anona629e6de0111::TxnResultCallback
/hardware/interfaces/biometrics/fingerprint/2.1/vts/functional/
DVtsHalBiometricsFingerprintV2_1TargetTest.cpp137 std::promise<void> promise; member in __anonb6f7841b0111::EnumerateCallback
165 std::promise<void> promise; member in __anonb6f7841b0111::ErrorCallback
184 std::promise<void> promise; member in __anonb6f7841b0111::RemoveCallback
/hardware/interfaces/contexthub/aidl/vts/
DVtsAidlHalContextHubTargetTest.cpp134 std::promise<std::vector<NanoappInfo>> promise; member in QueryAppsCallback
185 std::promise<bool> promise; member in TransactionResultCallback
/hardware/interfaces/tv/tuner/aidl/vts/functional/
DFilterTests.cpp49 std::promise<void> promise; in verifyFilterCallback() local
/hardware/google/pixel/vibrator/cs40l26/tests/
Dtest-vibrator.cpp486 std::promise<void> promise; in TEST_P() local
615 std::promise<void> promise; in TEST_P() local
/hardware/google/pixel/vibrator/cs40l25/tests/
Dtest-vibrator.cpp470 std::promise<void> promise; in TEST_P() local
605 std::promise<void> promise; in TEST_P() local
/hardware/interfaces/drm/aidl/vts/
Ddrm_hal_common.cpp141 ListenerArgs DrmHalPluginListener::getListenerArgs(std::promise<ListenerArgs>& promise) { in getListenerArgs()