Home
last modified time | relevance | path

Searched defs:module (Results 1 – 13 of 13) sorted by relevance

/system/bt/btcore/src/
Dmodule.c71 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/
Dbta_sys_main.c251 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/
Dhal.c43 hw_module_t *module; in hal_open() local
/system/extras/simpleperf/
Denvironment.cpp88 char module[reader.MaxLineSize()]; in ProcessKernelSymbols() local
200 for (auto& module : module_mmaps) { in GetModulesInUse() local
Denvironment.h77 const char* module; // If nullptr, the symbol is not in a kernel module. member
/system/extras/perfprofd/
Dperf_data_converter.cc111 auto module = program->add_modules(); in RawPerfDataToAndroidPerfProfile() local
/system/core/libmemtrack/
Dmemtrack.c31 static const memtrack_module_t *module; variable
/system/bt/btif/src/
Dbluetooth.c490 static int open_bluetooth_stack(const struct hw_module_t *module, UNUSED_ATTR char const *name, str… in open_bluetooth_stack()
/system/core/gatekeeperd/
Dgatekeeperd.cpp321 const hw_module_t *module; member in android::GateKeeperProxy
/system/bt/test/bluedroidtest/
Dbluedroidtest.c404 hw_module_t* module; in HAL_load() local
/system/security/softkeymaster/
Dkeymaster_openssl.cpp741 __attribute__((visibility("default"))) int openssl_open(const hw_module_t* module, const char* name, in openssl_open()
/system/core/init/
Dbuiltins.cpp66 std::string module; in insmod() local
/system/bt/audio_a2dp_hw/
Daudio_a2dp_hw.c1361 static int adev_open(const hw_module_t* module, const char* name, in adev_open()