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

  /hardware/qcom/wlan/qcwcn/wifi_hal/
ring_buffer.h 60 size_t rb_read(void *ctx, u8 *buf, size_t max_length);
ring_buffer.cpp 254 /* Release the lock before calling threshold_cb as it might call rb_read
266 size_t rb_read (void *ctx, u8 *buf, size_t max_length) function
  /external/selinux/policycoreutils/run_init/
open_init_pty.c 151 static ssize_t rb_read(struct ring_buffer *b, int fd) function
373 ssize_t n = rb_read(&inbuf, STDIN_FILENO);
388 ssize_t n = rb_read(&outbuf, pty_master);

Completed in 795 milliseconds