Home
last modified time | relevance | path

Searched refs:timeoutMs (Results 1 – 8 of 8) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dadb.js108 const timeoutMs = 3000; constant
115 disconnectedTimeout = setTimeout(disconnectedCb, timeoutMs);
/device/generic/goldfish/hals/camera/
DCachedStreamBuffer.cpp133 bool CachedStreamBuffer::waitAcquireFence(const unsigned timeoutMs) { in waitAcquireFence() argument
135 if (sync_wait(mAcquireFence.get(), timeoutMs)) { in waitAcquireFence()
DCachedStreamBuffer.h44 bool waitAcquireFence(unsigned timeoutMs);
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/remote/
DTransportManager.java126 private void setGattTimeOut(int timeoutMs) { in setGattTimeOut() argument
128 mHandler.sendEmptyMessageDelayed(MSG_GATT_TIMEOUT, timeoutMs); in setGattTimeOut()
/device/generic/goldfish-opengl/system/hwc3/
DDisplay.h121 HWC3::Error setIdleTimerEnabled(int32_t timeoutMs);
DDisplay.cpp726 HWC3::Error Display::setIdleTimerEnabled(int32_t timeoutMs) { in setIdleTimerEnabled() argument
727 DEBUG_LOG("%s: display:%" PRId64 " timeout:%" PRId32, __FUNCTION__, mId, timeoutMs); in setIdleTimerEnabled()
729 (void)timeoutMs; in setIdleTimerEnabled()
DComposerClient.h119 ndk::ScopedAStatus setIdleTimerEnabled(int64_t displayId, int32_t timeoutMs) override;
DComposerClient.cpp640 ndk::ScopedAStatus ComposerClient::setIdleTimerEnabled(int64_t displayId, int32_t timeoutMs) { in setIdleTimerEnabled() argument
645 return ToBinderStatus(display->setIdleTimerEnabled(timeoutMs)); in setIdleTimerEnabled()