Searched defs:copy_cb (Results 1 – 4 of 4) sorted by relevance
| /external/crosvm/common/audio_streams/src/ |
| D | capture.rs | 159 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
|
| D | audio_streams.rs | 558 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/ |
| D | bind_unittest.cc | 657 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/ |
| D | bind_unittest.cc | 789 RepeatingCallback<int()> copy_cb = BindRepeating(&Identity, n); in TEST_F() local 815 OnceCallback<int()> copy_cb = BindOnce(&Identity, n); in TEST_F() local
|