Home
last modified time | relevance | path

Searched refs:vibrator_open (Results 1 – 2 of 2) sorted by relevance

/hardware/libhardware/include/hardware/
Dvibrator.h66 static inline int vibrator_open(const struct hw_module_t* module, vibrator_device_t** device) in vibrator_open() function
/hardware/interfaces/vibrator/1.0/default/
DVibrator.cpp74 ret = vibrator_open(hw_module, &vib_device); in HIDL_FETCH_IVibrator()