Searched refs:hwModule (Results 1 – 6 of 6) sorted by relevance
136 const hw_module_t* hwModule = NULL; in getLightDevice() local138 int ret = hw_get_module (LIGHTS_HARDWARE_MODULE_ID, &hwModule); in getLightDevice()140 ret = hwModule->methods->open(hwModule, name, in getLightDevice()
128 const hw_module_t* hwModule = NULL; in getLightDevice() local130 int ret = hw_get_module(LIGHTS_HARDWARE_MODULE_ID, &hwModule); in getLightDevice()132 ret = hwModule->methods->open( in getLightDevice()133 hwModule, name, reinterpret_cast<hw_device_t**>(&lightDevice)); in getLightDevice()
154 config->ext.device.hwModule = halConfig.ext.device.hw_module; in audioPortConfigFromHal()161 config->ext.mix.hwModule = halConfig.ext.mix.hw_module; in audioPortConfigFromHal()192 halConfig->ext.device.hw_module = config.ext.device.hwModule; in audioPortConfigToHal()199 halConfig->ext.mix.hw_module = config.ext.mix.hwModule; in audioPortConfigToHal()262 port->ext.device.hwModule = halPort.ext.device.hw_module; in audioPortFromHal()269 port->ext.mix.hwModule = halPort.ext.mix.hw_module; in audioPortFromHal()312 halPort->ext.device.hw_module = port.ext.device.hwModule; in audioPortToHal()319 halPort->ext.mix.hw_module = port.ext.mix.hwModule; in audioPortToHal()
839 AudioModuleHandle hwModule; // module the device is attached to880 AudioModuleHandle hwModule; // module the stream is attached to895 AudioModuleHandle hwModule; // module the device is attached to910 AudioModuleHandle hwModule; // module the stream is attached to
800 AudioModuleHandle hwModule; // module the device is attached to840 AudioModuleHandle hwModule; // module the stream is attached to855 AudioModuleHandle hwModule; // module the device is attached to871 AudioModuleHandle hwModule; // module the stream is attached to
929 AudioModuleHandle hwModule; // module the device is attached to969 AudioModuleHandle hwModule; // module the stream is attached to984 AudioModuleHandle hwModule; // module the device is attached to1000 AudioModuleHandle hwModule; // module the stream is attached to