Searched refs:_sof_timestamp_map (Results 1 – 4 of 4) sorted by relevance
114 _sof_timestamp_map.clear(); in stop()342 it = _sof_timestamp_map.find(search_id); in match_sof_timestamp_map()343 if (it != _sof_timestamp_map.end()) { in match_sof_timestamp_map()366 while (_sof_timestamp_map.size() > 8) { in notify_sof()367 _sof_timestamp_map.erase(_sof_timestamp_map.begin()); in notify_sof()369 _sof_timestamp_map[frameid] = time; in notify_sof()
115 std::map<sint32_t, uint64_t> _sof_timestamp_map; variable
367 _sof_timestamp_map.clear(); in stop()706 it = _sof_timestamp_map.find(search_id); in match_sof_timestamp_map()707 if (it != _sof_timestamp_map.end()) { in match_sof_timestamp_map()
151 std::map<sint32_t, uint64_t> _sof_timestamp_map; variable