Home
last modified time | relevance | path

Searched refs:hwModule (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/light/2.0/default/
DLight.cpp136 const hw_module_t* hwModule = NULL; in getLightDevice() local
138 int ret = hw_get_module (LIGHTS_HARDWARE_MODULE_ID, &hwModule); in getLightDevice()
140 ret = hwModule->methods->open(hwModule, name, in getLightDevice()
/hardware/google/interfaces/light/1.0/default/
DLight.cpp128 const hw_module_t* hwModule = NULL; in getLightDevice() local
130 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()
/hardware/interfaces/audio/common/all-versions/default/
DHidlUtils.cpp154 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()
/hardware/interfaces/audio/common/2.0/
Dtypes.hal839 AudioModuleHandle hwModule; // module the device is attached to
880 AudioModuleHandle hwModule; // module the stream is attached to
895 AudioModuleHandle hwModule; // module the device is attached to
910 AudioModuleHandle hwModule; // module the stream is attached to
/hardware/interfaces/audio/common/4.0/
Dtypes.hal800 AudioModuleHandle hwModule; // module the device is attached to
840 AudioModuleHandle hwModule; // module the stream is attached to
855 AudioModuleHandle hwModule; // module the device is attached to
871 AudioModuleHandle hwModule; // module the stream is attached to
/hardware/interfaces/audio/common/5.0/
Dtypes.hal929 AudioModuleHandle hwModule; // module the device is attached to
969 AudioModuleHandle hwModule; // module the stream is attached to
984 AudioModuleHandle hwModule; // module the device is attached to
1000 AudioModuleHandle hwModule; // module the stream is attached to