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

  /hardware/bsp/intel/peripheral/libupm/src/nrf8001/
hal_aci_tl.cxx 294 bool was_full; local
301 was_full = aci_queue_is_full(&aci_rx_q);
311 if (was_full && a_pins_local_ptr->interface_is_interrupt)
  /external/webrtc/webrtc/base/
virtualsocketserver.cc 299 bool was_full = (recv_buffer_size_ == server_->recv_buffer_capacity_); local
301 if (was_full) {
    [all...]

Completed in 1170 milliseconds