Home
last modified time | relevance | path

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

/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/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.1/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.cpp192 config->ext.device.hwModule = halConfig.ext.device.hw_module; in audioPortConfigFromHal()
199 config->ext.mix.hwModule = halConfig.ext.mix.hw_module; in audioPortConfigFromHal()
231 halConfig->ext.device.hw_module = config.ext.device.hwModule; in audioPortConfigToHal()
238 halConfig->ext.mix.hw_module = config.ext.mix.hwModule; in audioPortConfigToHal()
284 port->ext.device.hwModule = halPort.ext.device.hw_module; in audioPortFromHal()
291 port->ext.mix.hwModule = halPort.ext.mix.hw_module; in audioPortFromHal()
335 halPort->ext.device.hw_module = port.ext.device.hwModule; in audioPortToHal()
342 halPort->ext.mix.hw_module = port.ext.mix.hwModule; in audioPortToHal()
/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/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/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
/hardware/interfaces/audio/common/6.0/
Dtypes.hal1088 AudioModuleHandle hwModule; // module the device is attached to
1128 AudioModuleHandle hwModule; // module the stream is attached to
1143 AudioModuleHandle hwModule; // module the device is attached to
1159 AudioModuleHandle hwModule; // module the stream is attached to