class Test

Defined at line 10 of file ../../src/media/audio/drivers/testing/realm/test-codec.cc

Codec with good behavior.

Public Methods

zx_status_t Create (zx_device_t * parent)
void Test (zx_device_t * device)

Defined at line 14 of file ../../src/media/audio/drivers/testing/realm/test-codec.cc

zx_status_t Shutdown ()

Implementation for SimpleCodecServer.

Defined at line 17 of file ../../src/media/audio/drivers/testing/realm/test-codec.cc

zx_status_t Bind (void * ctx, zx_device_t * parent)

Defined at line 37 of file ../../src/media/audio/drivers/testing/realm/test-root.cc

void DdkRelease ()

Defined at line 65 of file ../../src/media/audio/drivers/testing/realm/test-root.cc

Protected Methods

zx::result<DriverIds> Initialize ()

Implementation for SimpleCodecServer.

Defined at line 21 of file ../../src/media/audio/drivers/testing/realm/test-codec.cc

zx_status_t Reset ()

Defined at line 27 of file ../../src/media/audio/drivers/testing/realm/test-codec.cc

Info GetInfo ()

Defined at line 28 of file ../../src/media/audio/drivers/testing/realm/test-codec.cc

zx_status_t Stop ()

Defined at line 31 of file ../../src/media/audio/drivers/testing/realm/test-codec.cc

zx_status_t Start ()

Defined at line 32 of file ../../src/media/audio/drivers/testing/realm/test-codec.cc

DaiSupportedFormats GetDaiFormats ()

Defined at line 33 of file ../../src/media/audio/drivers/testing/realm/test-codec.cc

zx::result<CodecFormatInfo> SetDaiFormat (const DaiFormat & format)

Defined at line 43 of file ../../src/media/audio/drivers/testing/realm/test-codec.cc

GainFormat GetGainFormat ()

Defined at line 48 of file ../../src/media/audio/drivers/testing/realm/test-codec.cc

GainState GetGainState ()

Defined at line 49 of file ../../src/media/audio/drivers/testing/realm/test-codec.cc

void SetGainState (GainState state)

Defined at line 50 of file ../../src/media/audio/drivers/testing/realm/test-codec.cc