HomeSort by relevance Sort by last modified time
    Searched full:watches (Results 26 - 50 of 61) sorted by null

12 3

  /external/bluetooth/bluez/src/
device.c 117 GSList *watches; /* List of disconnect_data */ member in struct:btd_device
814 l = device->watches;
826 g_slist_foreach(device->watches, (GFunc) g_free, NULL);
827 g_slist_free(device->watches);
828 device->watches = NULL;
1023 device->watches = g_slist_append(device->watches, data);
1032 for (l = device->watches; l; l = l->next) {
1036 device->watches = g_slist_remove(device->watches,
    [all...]
  /external/dbus/tools/
dbus-launch.1 150 created that watches stdin for HUP and tries to connect to the X
  /external/chromium/base/
directory_watcher_unittest.cc 346 // TODO(phajdan.jr): Enable when support for Linux recursive watches is added.
  /packages/apps/Settings/src/com/android/settings/
AccessibilitySettings.java 278 * The AccessibilityManagerService watches this property and manages the
  /external/chromium/net/socket/
tcp_client_socket_win.cc 197 // |read_watcher_| watches for events from Connect() and Read().
199 // |write_watcher_| watches for events from Write();
  /frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardUpdateMonitor.java 52 * Watches for updates that may be interesting to the keyguard, and provides
  /external/bluetooth/bluez/
ChangeLog 77 Add helpers for D-Bus signal watches.
278 Add support for more detailed usage of disconnect watches.
    [all...]
  /dalvik/vm/alloc/
MarkSweep.c 190 * - The TrackedAlloc stuff watches all native VM references.
  /external/bluetooth/bluez/serial/
proxy.c 589 /* Remove the watches and unregister the record */
  /external/dbus/bus/
bus.c 487 /* Drop existing conf-dir watches (if applicable) */
    [all...]
activation.c 1106 * connection watches used to be; there should be
    [all...]
  /external/dbus/dbus/
dbus-transport.c 696 * to add watches to the connection, queue incoming messages,
    [all...]
  /external/dnsmasq/src/
dnsmasq.h 681 struct watch *watches; member in struct:daemon
dnsmasq.c 203 daemon->watches = NULL;
    [all...]
  /external/kernel-headers/original/linux/
sysctl.h 77 INOTIFY_MAX_USER_WATCHES=2, /* max watches per user */
fs.h 545 struct list_head inotify_watches; /* watches on this inode */
546 struct mutex inotify_mutex; /* protects the watches list */
    [all...]
sched.h 519 atomic_t inotify_watches; /* How many inotify watches does this user have? */
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
sysctl.h 84 INOTIFY_MAX_USER_WATCHES=2, /* max watches per user */
  /external/chromium/net/proxy/
proxy_config_service_linux.cc 473 // inotify watches inodes (so we'll be watching the old deleted file after
    [all...]
  /frameworks/base/core/java/android/widget/
HorizontalScrollView.java 77 * code that watches for focus changes initiated outside this ScrollView
    [all...]
ScrollView.java 71 * code that watches for focus changes initiated outside this ScrollView
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmDataConnectionTracker.java 200 /** Watches for changes to the APN db. */
    [all...]
  /external/bluetooth/glib/
ChangeLog.pre-2-10 70 Implement watches for GIOChannels for write file descriptors on
    [all...]
  /development/tools/zoneinfo/tzdata2010k/
northamerica 276 # set their watches and clocks on Eastern time." It quotes H.H. "Bubba"
    [all...]
  /external/dbus/
ChangeLog     [all...]

Completed in 512 milliseconds

12 3