Home
last modified time | relevance | path

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

/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
Dtypes.h205 std::chrono::steady_clock::time_point mLastSent; member
/hardware/google/av/codec2/hidl/1.0/utils/
Dtypes.cpp869 mLastSent(std::chrono::steady_clock::now()), in DefaultBufferPoolSender()
902 std::chrono::steady_clock::duration interval = now - mLastSent; in send()
943 mLastSent = now; in send()