Searched refs:telephone_event_reported_ (Results 1 – 2 of 2) sorted by relevance
315 telephone_event_reported_.find(payload_data[4 * n]); in ParseAudioCodecSpecific()317 if (event != telephone_event_reported_.end()) { in ParseAudioCodecSpecific()320 telephone_event_reported_.erase(payload_data[4 * n]); in ParseAudioCodecSpecific()326 telephone_event_reported_.insert(payload_data[4 * n]); in ParseAudioCodecSpecific()364 telephone_event_reported_.begin(); in ParseAudioCodecSpecific()365 if (first != telephone_event_reported_.end() && *first > 15) { in ParseAudioCodecSpecific()
107 std::set<uint8_t> telephone_event_reported_; variable