class MsdMockBufferManager
Defined at line 204 of file ../../src/graphics/magma/lib/magma_service/mock/mock_msd.h
There is no buffermanager concept in the msd abi right now, so this class is
for testing purposes only, making it a little different than the other
classes in this header
Public Methods
void MsdMockBufferManager ()
Defined at line 206 of file ../../src/graphics/magma/lib/magma_service/mock/mock_msd.h
void ~MsdMockBufferManager ()
Defined at line 208 of file ../../src/graphics/magma/lib/magma_service/mock/mock_msd.h
std::unique_ptr<MsdMockBuffer> CreateBuffer (zx::vmo handle, uint64_t client_id)
Defined at line 210 of file ../../src/graphics/magma/lib/magma_service/mock/mock_msd.h
void DestroyBuffer (MsdMockBuffer * buf)
Defined at line 218 of file ../../src/graphics/magma/lib/magma_service/mock/mock_msd.h