Searched defs:hw_module (Results 1 - 3 of 3) sorted by relevance

/system/core/fingerprintd/
H A DFingerprintDaemonProxy.cpp182 const hw_module_t *hw_module = NULL; local
183 if (0 != (err = hw_get_module(FINGERPRINT_HARDWARE_MODULE_ID, &hw_module))) {
187 if (NULL == hw_module) {
192 mModule = reinterpret_cast<const fingerprint_module_t*>(hw_module);
201 if (0 != (err = mModule->common.methods->open(hw_module, NULL, &device))) {
/system/bt/bta/sys/
H A Dbta_sys.h161 tBTA_SYS_HW_MODULE hw_module; member in struct:__anon564
/system/media/audio/include/system/
H A Daudio.h921 audio_module_handle_t hw_module; /* module the device is attached to */ member in struct:audio_port_config_device_ext
929 audio_module_handle_t hw_module; /* module the stream is attached to */ member in struct:audio_port_config_mix_ext
984 audio_module_handle_t hw_module; /* module the device is attached to */ member in struct:audio_port_device_ext
997 audio_module_handle_t hw_module; /* module the stream is attached to */ member in struct:audio_port_mix_ext

Completed in 187 milliseconds