HomeSort by relevance Sort by last modified time
    Searched defs:flush_buffer (Results 1 - 11 of 11) sorted by null

  /external/boringssl/src/ssl/test/runner/poly1305/
sum_amd64.s 96 flush_buffer: label
103 JNZ flush_buffer
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/poly1305/
sum_amd64.s 96 flush_buffer: label
103 JNZ flush_buffer
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/poly1305/
sum_amd64.s 96 flush_buffer: label
103 JNZ flush_buffer
  /external/adhd/cras/src/server/
cras_empty_iodev.c 157 static int flush_buffer(struct cras_iodev *iodev) function
205 iodev->flush_buffer = flush_buffer;
cras_hfp_iodev.c 181 static int flush_buffer(struct cras_iodev *iodev) function
250 iodev->flush_buffer = flush_buffer;
cras_a2dp_iodev.c 403 static int flush_buffer(struct cras_iodev *iodev) function
492 iodev->flush_buffer = flush_buffer;
cras_bt_io.c 273 static int flush_buffer(struct cras_iodev *iodev) function
278 return dev->flush_buffer(dev);
339 iodev->flush_buffer = flush_buffer;
cras_iodev.h 110 * flush_buffer - Flushes the buffer and return the number of frames flushed.
191 int (*flush_buffer)(struct cras_iodev *iodev); member in struct:cras_iodev
cras_alsa_io.c 505 static int flush_buffer(struct cras_iodev *iodev) function
    [all...]
  /external/adhd/cras/src/tests/
audio_thread_unittest.cc 100 iodev->flush_buffer = flush_buffer;
182 static int flush_buffer(cras_iodev *iodev) { function in class:StreamDeviceSuite
  /external/pcre/dist2/src/sljit/
sljitNativeTILEGX_64.c 736 static sljit_s32 flush_buffer(struct sljit_compiler *compiler) function
900 return flush_buffer(compiler);
    [all...]

Completed in 302 milliseconds