Home
last modified time | relevance | path

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

/system/chre/chpp/clients/
Ddiscovery.c262 uint64_t timeoutMs) { in chppWaitForDiscoveryComplete()
/system/incremental_delivery/incfs/
Dincfs.cpp1129 static int waitForReadsImpl(int fd, int32_t timeoutMs, RawPendingRead pendingReadsBuffer[], in waitForReadsImpl()
1198 static int waitForReads(IncFsFd readFd, int32_t timeoutMs, PublicPendingRead buffer[], in waitForReads()
1211 static int waitForReads(IncFsFd readFd, int32_t timeoutMs, PublicPendingRead buffer[], in waitForReads()
1219 IncFsErrorCode IncFs_WaitForPendingReads(const IncFsControl* control, int32_t timeoutMs, in IncFs_WaitForPendingReads()
1228 IncFsErrorCode IncFs_WaitForPendingReadsWithUid(const IncFsControl* control, int32_t timeoutMs, in IncFs_WaitForPendingReadsWithUid()
1237 IncFsErrorCode IncFs_WaitForPageReads(const IncFsControl* control, int32_t timeoutMs, in IncFs_WaitForPageReads()
1246 IncFsErrorCode IncFs_WaitForPageReadsWithUid(const IncFsControl* control, int32_t timeoutMs, in IncFs_WaitForPageReadsWithUid()
1875 IncFsErrorCode IncFs_WaitForLoadingComplete(const IncFsControl* control, int32_t timeoutMs) { in IncFs_WaitForLoadingComplete()
1955 IncFsErrorCode IncFs_WaitForFsWrittenBlocksChange(const IncFsControl* control, int32_t timeoutMs, in IncFs_WaitForFsWrittenBlocksChange()
/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.c1375 struct ChppTransportState *transportContext, uint64_t timeoutMs) { in chppTransportWaitForResetComplete()
/system/bpf/libbpf_android/
DLoader.cpp566 static bool waitpidTimeout(pid_t pid, int timeoutMs) { in waitpidTimeout()