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

  /system/bt/btcore/include/
module.h 35 } module_t; typedef in typeref:struct:__anon69088
42 const module_t *get_module(const char *name);
46 bool module_init(const module_t *module);
49 bool module_start_up(const module_t *module);
52 void module_shut_down(const module_t *module);
55 void module_clean_up(const module_t *module);
64 const module_t *module,
  /system/bt/btcore/src/
osi_module.c 33 const module_t osi_module = {
module.c 45 static module_state_t get_module_state(const module_t *module);
46 static void set_module_state(const module_t *module, module_state_t state);
70 const module_t *get_module(const char *name) {
71 module_t* module = (module_t *)dlsym(RTLD_DEFAULT, name);
76 bool module_init(const module_t *module) {
90 bool module_start_up(const module_t *module) {
107 void module_shut_down(const module_t *module) {
123 void module_clean_up(const module_t *module) {
154 static module_state_t get_module_state(const module_t *module)
    [all...]
counter.c 145 module_t counter_module = {
  /system/bt/profile/src/
manager.c 60 const module_t profile_manager_module = {
  /hardware/intel/bootstub/
mb.h 110 } module_t; typedef in typeref:struct:__anon23611
bootstub.c 351 static module_t modules[3];
  /system/bt/btcore/test/
counter_test.cpp 26 extern module_t counter_module;
  /system/bt/device/src/classic/
peer.c 71 const module_t classic_peer_module = {
  /system/bt/device/test/classic/
peer_test.cpp 28 extern const module_t classic_peer_module;
  /system/bt/gki/ulinux/
gki_ulinux.c 54 const module_t gki_module = {
  /system/bt/main/
stack_config.c 56 const module_t stack_config_module = {
bte_logmsg.c 252 const module_t bte_logmsg_module = {
  /system/bt/utils/src/
bt_utils.c 76 const module_t bt_utils_module = {
  /external/selinux/libsepol/tests/policies/test-expander/
module.conf 28 type module_t;
small-base.conf 450 type module_t;
517 type module_t;
541 type module_t;
  /system/bt/hci/src/
btsnoop.c 83 const module_t btsnoop_module = {
hci_layer.c 320 const module_t hci_module = {
  /system/bt/btif/src/
btif_config.c 146 const module_t btif_config_module = {
  /system/bt/device/src/
controller.c 253 const module_t controller_module = {
  /system/bt/hci/test/
hci_layer_test.cpp 42 extern const module_t hci_module;

Completed in 191 milliseconds