Home
last modified time | relevance | path

Searched defs:windowTimeout (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/device/google/contexthub/firmware/os/inc/algos/
Dap_hub_sync.h46 uint64_t windowTimeout; // track window expiration time member
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp10763 const std::chrono::duration windowTimeout = mWindow->getDispatchingTimeout(DISPATCHING_TIMEOUT); in TEST_F() local