Home
last modified time | relevance | path

Searched refs:hw_module (Results 1 – 2 of 2) sorted by relevance

/system/media/tests/
Dsystemaudio_tests.cpp369 port->ext.device.hw_module = mHwModule; in fillFakeAudioPortBaseInfo()
399 lhs->ext.device.hw_module = rhs->ext.device.hw_module + 1; in testAudioPortExtBaseEquivalent()
401 lhs->ext.device.hw_module = rhs->ext.device.hw_module; in testAudioPortExtBaseEquivalent()
413 lhs->ext.mix.hw_module = rhs->ext.mix.hw_module + 1; in testAudioPortExtBaseEquivalent()
415 lhs->ext.mix.hw_module = rhs->ext.mix.hw_module; in testAudioPortExtBaseEquivalent()
506 config->ext.device.hw_module = mHwModule; in fillFakeAudioPortConfigInfo()
512 config->ext.mix.hw_module = mHwModule; in fillFakeAudioPortConfigInfo()
/system/media/audio/include/system/
Daudio.h609 audio_module_handle_t hw_module; /* module the device is attached to */ member
617 audio_module_handle_t hw_module; /* module the stream is attached to */ member
705 audio_module_handle_t hw_module; /* module the device is attached to */ member
716 audio_module_handle_t hw_module; /* module the stream is attached to */ member
935 if (lhs->ext.device.hw_module != rhs->ext.device.hw_module || in audio_port_configs_are_equal()
943 if (lhs->ext.mix.hw_module != rhs->ext.mix.hw_module || in audio_port_configs_are_equal()
1029 lhs->ext.device.hw_module != rhs->ext.device.hw_module || in audio_ports_base_are_equal()
1037 if (lhs->ext.mix.hw_module != rhs->ext.mix.hw_module || in audio_ports_base_are_equal()