Home
last modified time | relevance | path

Searched defs:copy_cb (Results 1 – 4 of 4) sorted by relevance

/external/crosvm/common/audio_streams/src/
Dcapture.rs159 pub fn copy_cb<F: FnOnce(&[u8])>(&mut self, size: usize, cb: F) -> io::Result<usize> { in copy_cb() method
213 pub fn copy_cb<F: FnOnce(&[u8])>(&mut self, size: usize, cb: F) -> io::Result<usize> { in copy_cb() method
Daudio_streams.rs558 pub fn copy_cb<F: FnOnce(&mut [u8])>(&mut self, size: usize, cb: F) -> io::Result<usize> { in copy_cb() method
623 pub fn copy_cb<F: FnOnce(&mut [u8])>(&mut self, size: usize, cb: F) -> io::Result<usize> { in copy_cb() method
949 let mut copy_cb = |buf: &mut PlaybackBuffer| { in sixteen_bit_stereo() localVariable
966 let mut copy_cb = |buf: &mut PlaybackBuffer| { in consumption_rate() localVariable
/external/libchrome/base/
Dbind_unittest.cc657 RepeatingCallback<int()> copy_cb = BindRepeating(&Identity, n); in TEST_F() local
682 OnceCallback<int()> copy_cb = BindOnce(&Identity, n); in TEST_F() local
/external/cronet/base/functional/
Dbind_unittest.cc789 RepeatingCallback<int()> copy_cb = BindRepeating(&Identity, n); in TEST_F() local
815 OnceCallback<int()> copy_cb = BindOnce(&Identity, n); in TEST_F() local