Home
last modified time | relevance | path

Searched defs:hw_module (Results 1 – 14 of 14) sorted by relevance

/hardware/libhardware/tests/fingerprint/
Dfingerprint_test_fixtures.h35 const hw_module_t *hw_module = NULL; in SetUp() local
/hardware/interfaces/vr/1.0/default/
DVr.cpp46 const hw_module_t *hw_module = NULL; in HIDL_FETCH_IVr() local
/hardware/libhardware/tests/camera3/
Dcamera3test_fixtures.h37 const hw_module_t *hw_module = NULL; in SetUp() local
/hardware/interfaces/ir/1.0/default/
DConsumerIr.cpp68 const hw_module_t *hw_module = NULL; in HIDL_FETCH_IConsumerIr() local
/hardware/interfaces/memtrack/1.0/default/
DMemtrack.cpp75 const hw_module_t* hw_module = nullptr; in HIDL_FETCH_IMemtrack() local
/hardware/interfaces/vibrator/1.0/default/
DVibrator.cpp70 const hw_module_t *hw_module = nullptr; in HIDL_FETCH_IVibrator() local
/hardware/interfaces/nfc/1.0/default/
DNfc.cpp81 const hw_module_t* hw_module = nullptr; in HIDL_FETCH_INfc() local
/hardware/libhardware/modules/radio/
Dradio_hal_tool.c170 const hw_module_t *hw_module = NULL; in main() local
/hardware/interfaces/power/1.0/default/
DPower.cpp148 const hw_module_t* hw_module = nullptr; in HIDL_FETCH_IPower() local
/hardware/interfaces/boot/1.0/default/
DBootControl.cpp105 const hw_module_t* hw_module = &HAL_MODULE_INFO_SYM; in HIDL_FETCH_IBootControl() local
/hardware/interfaces/tv/cec/1.0/default/
DHdmiCec.cpp397 const hw_module_t* hw_module = nullptr; in HIDL_FETCH_IHdmiCec() local
/hardware/interfaces/tv/cec/2.0/default/
DHdmiCec.cpp396 const hw_module_t* hw_module = nullptr; in HIDL_FETCH_IHdmiCec() local
/hardware/interfaces/tv/input/1.0/default/
DTvInput.cpp200 const hw_module_t* hw_module = nullptr; in HIDL_FETCH_ITvInput() local
/hardware/libhardware/modules/sensors/
Dmultihal.cpp712 hw_module_t *hw_module = *it; in lazy_init_sensors_list() local
787 static int open_sensors(const struct hw_module_t* hw_module, const char* name, in open_sensors()