Searched defs:module (Results 1 – 13 of 13) sorted by relevance
/system/bt/btcore/src/ |
D | module.c | 71 module_t* module = (module_t *)dlsym(RTLD_DEFAULT, name); in get_module() local 76 bool module_init(const module_t *module) { in module_init() 90 bool module_start_up(const module_t *module) { in module_start_up() 107 void module_shut_down(const module_t *module) { in module_shut_down() 123 void module_clean_up(const module_t *module) { in module_clean_up() 154 static module_state_t get_module_state(const module_t *module) { in get_module_state() 162 static void set_module_state(const module_t *module, module_state_t state) { in set_module_state() 180 const module_t *module; member 191 const module_t *module, in module_start_up_callbacked_wrapper()
|
/system/bt/bta/sys/ |
D | bta_sys_main.c | 251 void bta_sys_hw_register( tBTA_SYS_HW_MODULE module, tBTA_SYS_HW_CBACK *cback) in bta_sys_hw_register() 257 void bta_sys_hw_unregister( tBTA_SYS_HW_MODULE module ) in bta_sys_hw_unregister() 694 void bta_sys_disable(tBTA_SYS_HW_MODULE module) in bta_sys_disable()
|
/system/bt/test/suite/support/ |
D | hal.c | 43 hw_module_t *module; in hal_open() local
|
/system/extras/simpleperf/ |
D | environment.cpp | 88 char module[reader.MaxLineSize()]; in ProcessKernelSymbols() local 200 for (auto& module : module_mmaps) { in GetModulesInUse() local
|
D | environment.h | 77 const char* module; // If nullptr, the symbol is not in a kernel module. member
|
/system/extras/perfprofd/ |
D | perf_data_converter.cc | 111 auto module = program->add_modules(); in RawPerfDataToAndroidPerfProfile() local
|
/system/core/libmemtrack/ |
D | memtrack.c | 31 static const memtrack_module_t *module; variable
|
/system/bt/btif/src/ |
D | bluetooth.c | 490 static int open_bluetooth_stack(const struct hw_module_t *module, UNUSED_ATTR char const *name, str… in open_bluetooth_stack()
|
/system/core/gatekeeperd/ |
D | gatekeeperd.cpp | 321 const hw_module_t *module; member in android::GateKeeperProxy
|
/system/bt/test/bluedroidtest/ |
D | bluedroidtest.c | 404 hw_module_t* module; in HAL_load() local
|
/system/security/softkeymaster/ |
D | keymaster_openssl.cpp | 741 __attribute__((visibility("default"))) int openssl_open(const hw_module_t* module, const char* name, in openssl_open()
|
/system/core/init/ |
D | builtins.cpp | 66 std::string module; in insmod() local
|
/system/bt/audio_a2dp_hw/ |
D | audio_a2dp_hw.c | 1361 static int adev_open(const hw_module_t* module, const char* name, in adev_open()
|