Searched defs:hal_module_methods (Results 1 - 4 of 4) sorted by relevance
/hardware/libhardware/modules/local_time/ | ||
H A D | local_time_hw.c | 95 static struct hw_module_methods_t hal_module_methods = { variable in typeref:struct:hw_module_methods_t 107 .methods = &hal_module_methods, |
/hardware/libhardware/modules/usbaudio/ | ||
H A D | audio_hw.c | 420 static struct hw_module_methods_t hal_module_methods = { variable in typeref:struct:hw_module_methods_t 432 .methods = &hal_module_methods, |
/hardware/libhardware/modules/audio/ | ||
H A D | audio_hw.c | 423 static struct hw_module_methods_t hal_module_methods = { variable in typeref:struct:hw_module_methods_t 435 .methods = &hal_module_methods, |
/hardware/libhardware/modules/audio_remote_submix/ | ||
H A D | audio_hw.cpp | 819 static struct hw_module_methods_t hal_module_methods = { member in namespace:android 831 /* methods */ &hal_module_methods, |
Completed in 111 milliseconds