Home
last modified time | relevance | path

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

/aosp_15_r20/external/tinyalsa_new/tests/src/
H A Dpcm_in_test.cc75 TEST_F(PcmInTest, GetDelay) { in TEST_F() argument
/aosp_15_r20/external/webrtc/modules/audio_processing/aec3/
H A Drender_delay_controller.cc114 absl::optional<DelayEstimate> RenderDelayControllerImpl::GetDelay( in GetDelay() function in webrtc::__anon333f60320111::RenderDelayControllerImpl
/aosp_15_r20/external/openthread/src/core/utils/
H A Dchannel_manager.hpp121 uint16_t GetDelay(void) const { return mDelay; } in GetDelay() function in ot::Utils::ChannelManager
/aosp_15_r20/external/webrtc/rtc_base/
H A Dthread.cc529 int Thread::GetDelay() { in GetDelay() function in rtc::Thread
H A Dssl_stream_adapter_unittest.cc682 int GetDelay() { return delay_; } in GetDelay() function in SSLStreamAdapterTestBase