Searched defs:copy_cb (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/crosvm/common/audio_streams/src/ |
H A D | audio_streams.rs | 538 pub fn copy_cb<F: FnOnce(&mut [u8])>(&mut self, size: usize, cb: F) -> io::Result<usize> { in copy_cb() method 603 pub fn copy_cb<F: FnOnce(&mut [u8])>(&mut self, size: usize, cb: F) -> io::Result<usize> { in copy_cb() method 935 let mut copy_cb = |buf: &mut PlaybackBuffer| { in sixteen_bit_stereo() localVariable 952 let mut copy_cb = |buf: &mut PlaybackBuffer| { in consumption_rate() localVariable
|
H A 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
|
/aosp_15_r20/external/libchrome/base/ |
H A 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
|
/aosp_15_r20/external/cronet/base/functional/ |
H A D | bind_unittest.cc | 772 RepeatingCallback<int()> copy_cb = BindRepeating(&Identity, n); in TEST_F() local 798 OnceCallback<int()> copy_cb = BindOnce(&Identity, n); in TEST_F() local
|