HomeSort by relevance Sort by last modified time
    Searched refs:hw_get_module_by_class (Results 1 - 6 of 6) sorted by null

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

Completed in 1729 milliseconds