Home
last modified time | relevance | path

Searched defs:timeoutMs (Results 1 – 6 of 6) sorted by relevance

/system/chre/chpp/test/
Dfake_link_client.cpp187 bool chppTestClientWaitForTimeout(uint64_t timeoutMs) { in chppTestClientWaitForTimeout()
/system/incremental_delivery/incfs/
Dincfs.cpp1133 static int waitForReadsImpl(int fd, int32_t timeoutMs, RawPendingRead pendingReadsBuffer[], in waitForReadsImpl()
1202 static int waitForReads(IncFsFd readFd, int32_t timeoutMs, PublicPendingRead buffer[], in waitForReads()
1215 static int waitForReads(IncFsFd readFd, int32_t timeoutMs, PublicPendingRead buffer[], in waitForReads()
1223 IncFsErrorCode IncFs_WaitForPendingReads(const IncFsControl* control, int32_t timeoutMs, in IncFs_WaitForPendingReads()
1232 IncFsErrorCode IncFs_WaitForPendingReadsWithUid(const IncFsControl* control, int32_t timeoutMs, in IncFs_WaitForPendingReadsWithUid()
1241 IncFsErrorCode IncFs_WaitForPageReads(const IncFsControl* control, int32_t timeoutMs, in IncFs_WaitForPageReads()
1250 IncFsErrorCode IncFs_WaitForPageReadsWithUid(const IncFsControl* control, int32_t timeoutMs, in IncFs_WaitForPageReadsWithUid()
1883 IncFsErrorCode IncFs_WaitForLoadingComplete(const IncFsControl* control, int32_t timeoutMs) { in IncFs_WaitForLoadingComplete()
1963 IncFsErrorCode IncFs_WaitForFsWrittenBlocksChange(const IncFsControl* control, int32_t timeoutMs, in IncFs_WaitForFsWrittenBlocksChange()
/system/chre/host/tinysys/hal/
Dtinysys_chre_connection.h72 void waitChreBackOnline(std::chrono::milliseconds timeoutMs) { in waitChreBackOnline()
/system/chre/chpp/clients/
Ddiscovery.c255 uint64_t timeoutMs) { in chppWaitForDiscoveryComplete()
/system/media/audio_utils/
Decho_reference.c346 uint32_t timeoutMs = (uint32_t)((1000 * buffer->frame_count) / er->rd_sampling_rate / 2); in echo_reference_read() local
/system/chre/chpp/
Dtransport.c1518 struct ChppTransportState *transportContext, uint64_t timeoutMs) { in chppTransportWaitForResetComplete()