/frameworks/av/media/common_time/ |
local_clock.cpp | 43 res = hw_get_module_by_class(LOCAL_TIME_HARDWARE_MODULE_ID, NULL, &mod);
|
/hardware/libhardware/ |
hardware.c | 120 int hw_get_module_by_class(const char *class_id, const char *inst, function 174 return hw_get_module_by_class(id, NULL, module);
|
/hardware/libhardware/include/hardware/ |
hardware.h | 225 int hw_get_module_by_class(const char *class_id, const char *inst,
|
/hardware/libhardware/tests/keymaster/ |
keymaster_test.cpp | 248 ASSERT_EQ(0, hw_get_module_by_class(KEYSTORE_HARDWARE_MODULE_ID, NULL, &mod)) [all...] |
/system/security/keystore/ |
keystore.cpp | 133 rc = hw_get_module_by_class(KEYSTORE_HARDWARE_MODULE_ID, NULL, &mod); [all...] |
/frameworks/av/services/audioflinger/ |
AudioFlinger.cpp | 197 rc = hw_get_module_by_class(AUDIO_HARDWARE_MODULE_ID, if_name, &mod); [all...] |