Home
last modified time | relevance | path

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

/external/crosvm/common/audio_streams/src/
Dcapture.rs328 struct TestCommit { in commit() struct
329 frame_count: usize, in commit()
331 impl BufferCommit for TestCommit { in commit() implementation
397 struct TestCommit { in async_commit() struct
398 frame_count: usize, in async_commit()
401 impl AsyncBufferCommit for TestCommit { in async_commit() implementation
Daudio_streams.rs793 struct TestCommit { in commit() struct
794 frame_count: usize, in commit()
796 impl BufferCommit for TestCommit { in commit() implementation
857 struct TestCommit { in async_commit() struct
858 frame_count: usize, in async_commit()
861 impl AsyncBufferCommit for TestCommit { in async_commit() implementation
/external/mesa3d/bin/pick/
Dcore_test.py33 class TestCommit: class