OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hw_get_module_by_class
(Results
1 - 6
of
6
) sorted by null
/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
217
int
hw_get_module_by_class
(const char *class_id, const char *inst,
/hardware/libhardware/tests/keymaster/
keymaster_test.cpp
216
ASSERT_EQ(0,
hw_get_module_by_class
(KEYSTORE_HARDWARE_MODULE_ID, NULL, &mod))
/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
190
rc =
hw_get_module_by_class
(AUDIO_HARDWARE_MODULE_ID, if_name, &mod);
[
all
...]
Completed in 136 milliseconds