Home
last modified time | relevance | path

Searched refs:lastSent (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
Dtypes.h213 std::chrono::steady_clock::time_point lastSent; member
215 std::chrono::steady_clock::time_point lastSent) in Connection()
217 lastSent(lastSent) { in Connection()
/frameworks/base/cmds/incidentd/src/
DBroadcaster.cpp165 int64_t lastSent = get_last_sent(); in sendBroadcasts() local
231 lastSent = file->getTimestampNs(); in sendBroadcasts()
233 set_last_sent(lastSent); in sendBroadcasts()
244 return mWorkDirectory->hasMore(lastSent) ? BROADCASTS_REPEAT : BROADCASTS_FINISHED; in sendBroadcasts()
/frameworks/av/media/codec2/hidl/1.0/utils/
Dtypes.cpp1013 (now - foundConnection->second.lastSent > mRefreshInterval)) { in send()
1060 foundConnection->second.lastSent = now; in send()