Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/common/audio_streams/src/
H A 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
H A Daudio_streams.rs910 struct TestCommit { in commit() struct
911 frame_count: usize, in commit()
913 impl BufferCommit for TestCommit { in commit() implementation
974 struct TestCommit { in async_commit() struct
975 frame_count: usize, in async_commit()
978 impl AsyncBufferCommit for TestCommit { in async_commit() implementation
/aosp_15_r20/system/libhidl/transport/allocator/1.0/vts/functional/
H A DVtsHidlAllocatorV1_0TargetTest.cpp96 TEST_P(AllocatorHidlTest, TestCommit) { in TEST_P() argument
/aosp_15_r20/external/mesa3d/bin/pick/
H A Dcore_test.py33 class TestCommit: class