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

  /system/bt/osi/src/
metrics_linux.cc 101 if (metrics.buffer_overruns_total > 0) {
102 buffer_overruns_total =
103 std::max(static_cast<int32_t>(0), buffer_overruns_total);
104 buffer_overruns_total += metrics.buffer_overruns_total;
127 buffer_overruns_total == rhs.buffer_overruns_total &&
metrics.cc 119 if (metrics.buffer_overruns_total >= 0) {
120 buffer_overruns_total =
121 std::max(static_cast<int32_t>(0), buffer_overruns_total);
122 buffer_overruns_total += metrics.buffer_overruns_total;
145 buffer_overruns_total == rhs.buffer_overruns_total &&
392 pimpl_->a2dp_session_metrics_.buffer_overruns_total);
  /system/bt/osi/include/
metrics.h 72 * buffer_overruns_total : number of times the media buffer with
104 int32_t buffer_overruns_total = -1; member in class:system_bt_osi::A2dpSessionMetrics
  /system/bt/osi/test/
metrics_test.cc 116 session->set_buffer_overruns_total(metrics.buffer_overruns_total);
181 EXPECT_EQ(a.buffer_overruns_total, b.buffer_overruns_total); \
  /system/bt/btif/src/
btif_a2dp_source.cc     [all...]

Completed in 1946 milliseconds