Home
last modified time | relevance | path

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

/external/adhd/audio_streams/src/
Dcapture.rs99 pub fn copy_cb<F: FnOnce(&[u8])>(&mut self, size: usize, cb: F) { in copy_cb() method
Daudio_streams.rs264 pub fn copy_cb<F: FnOnce(&mut [u8])>(&mut self, size: usize, cb: F) { in copy_cb() method
/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