Searched defs:GetDelay (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/tinyalsa_new/tests/src/ | ||
H A D | pcm_in_test.cc | 75 TEST_F(PcmInTest, GetDelay) { in TEST_F() argument |
/aosp_15_r20/external/webrtc/modules/audio_processing/aec3/ | ||
H A D | render_delay_controller.cc | 114 absl::optional<DelayEstimate> RenderDelayControllerImpl::GetDelay( in GetDelay() function in webrtc::__anon333f60320111::RenderDelayControllerImpl |
/aosp_15_r20/external/openthread/src/core/utils/ | ||
H A D | channel_manager.hpp | 121 uint16_t GetDelay(void) const { return mDelay; } in GetDelay() function in ot::Utils::ChannelManager |
/aosp_15_r20/external/webrtc/rtc_base/ | ||
H A D | thread.cc | 529 int Thread::GetDelay() { in GetDelay() function in rtc::Thread |
H A D | ssl_stream_adapter_unittest.cc | 682 int GetDelay() { return delay_; } in GetDelay() function in SSLStreamAdapterTestBase |