HomeSort by relevance Sort by last modified time
    Searched refs:watch (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /frameworks/native/opengl/tests/gralloc/
gralloc.cpp 65 StopWatch watch("memset");
71 StopWatch watch("memcpy baseline");
77 StopWatch watch("memcpy from gralloc");
83 StopWatch watch("memcpy into gralloc");
90 StopWatch watch("lamecpy baseline");
96 StopWatch watch("lamecpy from gralloc");
102 StopWatch watch("lamecpy into gralloc");
  /external/libmojo/mojo/public/js/
support.js 12 /* @deprecated Please use watch()/cancelWatch() instead of
28 /* @deprecated Please use watch()/cancelWatch() instead of
39 * @param {MojoHandle} handle The handle to watch.
40 * @param {MojoHandleSignals} signals The signals to watch.
45 * watch.
47 function watch(handle, signals, callback) { [native code] } function
49 /* Cancels a handle watch initiated by watch().
51 * @param {MojoWatchId} watchId The watch identifier returned by watch()
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_common.c 60 DBusWatch *watch, eloop_event_type type)
67 dbus_watch_handle(watch, DBUS_WATCH_READABLE);
69 dbus_watch_handle(watch, DBUS_WATCH_WRITABLE);
71 dbus_watch_handle(watch, DBUS_WATCH_ERROR);
100 static dbus_bool_t add_watch(DBusWatch *watch, void *data)
106 if (!dbus_watch_get_enabled(watch))
109 flags = dbus_watch_get_flags(watch);
110 fd = dbus_watch_get_unix_fd(watch);
113 priv, watch);
117 priv, watch);
    [all...]
  /frameworks/base/media/mca/filterfw/native/core/
time_util.cpp 77 NamedStopWatch* watch = FindPtrOrNull(watches, watch_name); local
78 if (!watch) {
79 watch = new NamedStopWatch(watch_name);
80 watches[watch_name] = watch;
82 return watch;
time_util.h 58 explicit ScopedTimer(NamedStopWatch* watch)
59 : mWatch(watch) { mWatch->Start(); }
  /frameworks/base/media/mca/filterpacks/native/base/
time_util.cpp 77 NamedStopWatch* watch = FindPtrOrNull(watches, watch_name); local
78 if (!watch) {
79 watch = new NamedStopWatch(watch_name);
80 watches[watch_name] = watch;
82 return watch;
time_util.h 58 explicit ScopedTimer(NamedStopWatch* watch)
59 : mWatch(watch) { mWatch->Start(); }
  /external/selinux/restorecond/
restorecond.h 39 extern int watch(int fd, const char *watch_file);
Makefile 36 restorecond.o utmpwatcher.o stringslist.o user.o watch.o: restorecond.h
38 restorecond: restore.o restorecond.o utmpwatcher.o stringslist.o user.o watch.o
restorecond.c 117 /* trigger a failure in the watch */
133 Add a file to the watch list. We are watching for file creation, so we actually
134 put the watch on the directory and then examine all files created in that directory
212 while (watch(master_fd, watch_file) == 0) {
  /external/libchrome/base/files/
file_path_watcher_linux.cc 50 typedef int Watch; // Watch descriptor used by AddWatch and RemoveWatch.
51 static const Watch kInvalidWatch = -1;
53 // Watch directory |path| for changes. |watcher| will be notified on each
55 Watch AddWatch(const FilePath& path, FilePathWatcherImpl* watcher);
57 // Remove |watch| if it's valid.
58 void RemoveWatch(Watch watch, FilePathWatcherImpl* watcher);
72 hash_map<Watch, WatcherSet> watchers_;
97 // Called for each event coming from the watch. |fired_watch| identifies th
143 InotifyReader::Watch watch; member in struct:base::__anon22690::FilePathWatcherImpl::WatchEntry
300 Watch watch = inotify_add_watch(inotify_fd_, path.value().c_str(), local
598 InotifyReader::Watch watch = local
605 InotifyReader::Watch watch = local
660 InotifyReader::Watch watch = local
    [all...]
  /external/libmojo/mojo/edk/system/
request_context.cc 47 // From the application's perspective the watch has already been cancelled,
53 for (const WatchNotifyFinalizer& watch :
59 watch.watcher->MaybeInvokeCallback(watch.result, watch.state, flags);
  /external/ltp/testcases/kernel/syscalls/utils/
inotify.h 19 __s32 wd; /* watch descriptor */
20 __u32 mask; /* watch mask */
26 /* the following are legal, implemented events that user-space can watch for */
40 /* the following are legal events. they are sent as needed to any watch */
50 #define IN_ONLYDIR 0x01000000 /* only watch the path if it is a directory */
52 #define IN_MASK_ADD 0x20000000 /* add to the mask of an already existing watch */
72 * struct inotify_watch - represents a watch request on a specific inode
76 * ih, inode, and wd are never written to once the watch is created.
88 __s32 wd; /* watch descriptor */
89 __u32 mask; /* event mask for this watch */
    [all...]
  /external/dhcpcd-6.8.2/dbus/
rpc-dbus.c 554 dbus_handle_event(DBusWatch *watch, int flags)
556 dbus_watch_handle((DBusWatch *)watch, flags);
568 dbus_read_event(void *watch)
570 dbus_handle_event((DBusWatch *)watch, DBUS_WATCH_READABLE);
574 dbus_write_event(void *watch)
576 dbus_handle_event((DBusWatch *)watch, DBUS_WATCH_WRITABLE);
580 add_watch(DBusWatch *watch, __unused void *data)
588 fd = dbus_watch_get_unix_fd(watch);
589 flags = dbus_watch_get_flags(watch);
592 read_arg = watch;
    [all...]
  /frameworks/support/wear/src/android/support/wear/widget/drawer/
AbsListViewFlingWatcher.java 47 public void watch() { method in class:AbsListViewFlingWatcher
FlingWatcherFactory.java 52 void watch(); method in interface:FlingWatcherFactory.FlingWatcher
RecyclerViewFlingWatcher.java 46 public void watch() { method in class:RecyclerViewFlingWatcher
NestedScrollViewFlingWatcher.java 65 public void watch() { method in class:NestedScrollViewFlingWatcher
ScrollViewFlingWatcher.java 65 public void watch() { method in class:ScrollViewFlingWatcher
  /cts/tests/tests/hardware/src/android/hardware/cts/
LowRamDeviceTest.java 82 Boolean watch = mPackageManager.hasSystemFeature(PackageManager.FEATURE_WATCH); local
84 Log.i(TAG, String.format("density=%d, supports64Bit=%s, screenSize=%d, watch=%s",
85 density, supports64Bit, screenSize, watch));
87 if (watch) {
  /external/libchrome/dbus/
bus.cc 40 class Watch : public base::MessagePumpLibevent::Watcher {
42 explicit Watch(DBusWatch* watch)
43 : raw_watch_(watch) {
47 ~Watch() override { dbus_watch_set_data(raw_watch_, NULL, NULL); }
69 const bool persistent = true; // Watch persistently.
100 // Unlike Watch, Timeout is a ref counted object, to ensure that |this| of
1025 Watch* watch = new Watch(raw_watch); local
1036 Watch* watch = static_cast<Watch*>(dbus_watch_get_data(raw_watch)); local
1044 Watch* watch = static_cast<Watch*>(dbus_watch_get_data(raw_watch)); local
    [all...]
  /prebuilts/go/darwin-x86/src/hash/adler32/
adler32_test.go 31 {0x5b2e1480, "The days of the digital watch are numbered. -Tom Stoppard"},
42 {0x1e601747, "You remind me of a TV show, but that's all right: I watch it anyway."},
  /prebuilts/go/darwin-x86/src/hash/crc64/
crc64_test.go 34 {0x3e05b21c7a4dc4da, 0x2fd681d7b2421fd, "The days of the digital watch are numbered. -Tom Stoppard"},
45 {0x28c4a3f3b769e078, 0x57c891e39a97d9b7, "You remind me of a TV show, but that's all right: I watch it anyway."},
  /prebuilts/go/linux-x86/src/hash/adler32/
adler32_test.go 31 {0x5b2e1480, "The days of the digital watch are numbered. -Tom Stoppard"},
42 {0x1e601747, "You remind me of a TV show, but that's all right: I watch it anyway."},
  /prebuilts/go/linux-x86/src/hash/crc64/
crc64_test.go 34 {0x3e05b21c7a4dc4da, 0x2fd681d7b2421fd, "The days of the digital watch are numbered. -Tom Stoppard"},
45 {0x28c4a3f3b769e078, 0x57c891e39a97d9b7, "You remind me of a TV show, but that's all right: I watch it anyway."},

Completed in 390 milliseconds

1 2 3 4