Home
last modified time | relevance | path

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

/external/crosvm/common/audio_streams/src/
Dcapture.rs343 struct TestCommit { in commit() struct
344 frame_count: usize, in commit()
346 impl BufferCommit for TestCommit { in commit() implementation
412 struct TestCommit { in async_commit() struct
413 frame_count: usize, in async_commit()
416 impl AsyncBufferCommit for TestCommit { in async_commit() implementation
Daudio_streams.rs924 struct TestCommit { in commit() struct
925 frame_count: usize, in commit()
927 impl BufferCommit for TestCommit { in commit() implementation
988 struct TestCommit { in async_commit() struct
989 frame_count: usize, in async_commit()
992 impl AsyncBufferCommit for TestCommit { in async_commit() implementation
/external/mesa3d/bin/pick/
Dcore_test.py33 class TestCommit: class