HomeSort by relevance Sort by last modified time
    Searched defs:shut_down (Results 1 - 8 of 8) sorted by null

  /system/bt/btcore/include/
module.h 32 module_lifecycle_fn shut_down; member in struct:__anon69088
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Power_Suite.py 35 def shut_down(self, _object, _attributes={}, **_arguments): member in class:Power_Suite_Events
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Legacy_suite.py 34 def shut_down(self, _no_object=None, _attributes={}, **_arguments): member in class:Legacy_suite_Events
  /system/bt/hci/src/
btsnoop.c 76 static future_t *shut_down(void) { function
87 .shut_down = shut_down,
hci_layer.c 142 static future_t *shut_down();
270 shut_down(); // returns NULL so no need to wait for it
274 static future_t *shut_down() { function
324 .shut_down = shut_down,
  /system/bt/btif/src/
btif_config.c 130 static future_t *shut_down(void) { function
150 .shut_down = shut_down,
  /system/bt/device/src/
controller.c 248 static future_t *shut_down(void) { function
257 .shut_down = shut_down,
  /external/libvncserver/x11vnc/
x11vnc_defs.c 219 int shut_down = 0; variable

Completed in 529 milliseconds