HomeSort by relevance Sort by last modified time
    Searched refs:next_retrans_req_time_ (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libaah_rtp/
aah_rx_player.h 290 uint64_t next_retrans_req_time_; member in class:android::AAH_RXPlayer
aah_rx_player_core.cpp 782 next_retrans_req_time_ = monotonicUSecNow() +
799 int64_t timeout_delta = next_retrans_req_time_ - monotonicUSecNow();

Completed in 50 milliseconds