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

  /external/webrtc/webrtc/modules/audio_processing/vad/
vad_circular_buffer.h 30 bool is_full() const { return is_full_; } function in class:webrtc::VadCircularBuffer
vad_circular_buffer_unittest.cc 28 EXPECT_TRUE(!circular_buffer->is_full());
57 EXPECT_TRUE(circular_buffer->is_full());
63 EXPECT_TRUE(circular_buffer->is_full());
71 EXPECT_TRUE(circular_buffer->is_full());
  /external/vixl/src/
code-buffer-vixl.h 164 bool is_full = !HasSpaceFor(amount); local
165 if (is_full) Grow(capacity_ * 2 + amount);
167 *has_grown = is_full;
  /frameworks/native/libs/vr/libbufferhubqueue/
buffer_hub_queue_client.cpp 285 if (is_full()) {
345 if (!is_full()) {
  /frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
buffer_hub_queue_client.h 84 bool is_full() const { function in class:android::dvr::BufferHubQueue

Completed in 633 milliseconds