Home
last modified time | relevance | path

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

/system/media/tests/
Dsystemaudio_tests.cpp363 port->ext.device.hw_module = mHwModule; in fillFakeAudioPortBaseInfo()
393 lhs->ext.device.hw_module = rhs->ext.device.hw_module + 1; in testAudioPortExtBaseEquivalent()
395 lhs->ext.device.hw_module = rhs->ext.device.hw_module; in testAudioPortExtBaseEquivalent()
407 lhs->ext.mix.hw_module = rhs->ext.mix.hw_module + 1; in testAudioPortExtBaseEquivalent()
409 lhs->ext.mix.hw_module = rhs->ext.mix.hw_module; in testAudioPortExtBaseEquivalent()
502 config->ext.device.hw_module = mHwModule; in fillFakeAudioPortConfigInfo()
508 config->ext.mix.hw_module = mHwModule; in fillFakeAudioPortConfigInfo()
/system/media/audio/include/system/
Daudio.h525 audio_module_handle_t hw_module; /* module the device is attached to */ member
533 audio_module_handle_t hw_module; /* module the stream is attached to */ member
624 audio_module_handle_t hw_module; /* module the device is attached to */ member
635 audio_module_handle_t hw_module; /* module the stream is attached to */ member
852 if (lhs->ext.device.hw_module != rhs->ext.device.hw_module || in audio_port_configs_are_equal()
860 if (lhs->ext.mix.hw_module != rhs->ext.mix.hw_module || in audio_port_configs_are_equal()
948 lhs->ext.device.hw_module != rhs->ext.device.hw_module || in audio_ports_base_are_equal()
956 if (lhs->ext.mix.hw_module != rhs->ext.mix.hw_module || in audio_ports_base_are_equal()