Home
last modified time | relevance | path

Searched refs:birthTime (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/codec2/hidl/1.0/utils/
DComponentStore.cpp336 componentStatus.birthTime = std::chrono::system_clock::now(); in reportComponentBirth()
380 compStatus.birthTime.time_since_epoch()); in dump()
381 std::time_t birthTime = std::chrono::system_clock::to_time_t( in dump() local
382 compStatus.birthTime); in dump()
383 std::tm tm = *std::localtime(&birthTime); in dump()
/frameworks/av/media/codec2/hidl/1.1/utils/
DComponentStore.cpp369 componentStatus.birthTime = std::chrono::system_clock::now(); in reportComponentBirth()
413 compStatus.birthTime.time_since_epoch()); in dump()
414 std::time_t birthTime = std::chrono::system_clock::to_time_t( in dump() local
415 compStatus.birthTime); in dump()
416 std::tm tm = *std::localtime(&birthTime); in dump()
/frameworks/av/media/codec2/hidl/1.1/utils/include/codec2/hidl/1.1/
DComponentStore.h134 std::chrono::system_clock::time_point birthTime; member
/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DComponentStore.h126 std::chrono::system_clock::time_point birthTime; member