Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/common/audio_streams/src/
H A Daudio_streams.rs538 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 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
/aosp_15_r20/external/libchrome/base/
H A 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
/aosp_15_r20/external/cronet/base/functional/
H A Dbind_unittest.cc772 RepeatingCallback<int()> copy_cb = BindRepeating(&Identity, n); in TEST_F() local
798 OnceCallback<int()> copy_cb = BindOnce(&Identity, n); in TEST_F() local