Home
last modified time | relevance | path

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

/frameworks/av/services/mediametrics/include/mediametricsservice/
DTimeMachine.h76 class KeyHistory {
79 KeyHistory(T key, uid_t allowUid, int64_t time) in KeyHistory() function
96 KeyHistory(const KeyHistory &other) = default;
227 using History = std::map<std::string /* key */, std::shared_ptr<KeyHistory>>;
271 mHistory[lkey] = std::make_shared<KeyHistory>(*lhist);
286 std::shared_ptr<KeyHistory> keyHistory;
302 keyHistory = std::make_shared<KeyHistory>(
343 std::shared_ptr<KeyHistory> remoteKeyHistory;
359 std::shared_ptr<KeyHistory> keyHistory;
380 std::shared_ptr<KeyHistory> keyHistory =
[all …]