Home
last modified time | relevance | path

Searched refs:mRefreshInterval (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
H A Dtypes.h209 std::chrono::steady_clock::duration mRefreshInterval; member
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/
H A Dtypes.cpp966 mRefreshInterval(refreshInterval) { in DefaultBufferPoolSender()
977 mRefreshInterval = refreshInterval; in setReceiver()
1007 (now - foundConnection->second.lastSent > mRefreshInterval)) { in send()