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

1 2 3 4 5 6 7 8

  /external/dbus/dbus/
dbus-pending-call.c 2 /* dbus-pending-call.c Object representing a call in progress.
27 #include "dbus-pending-call-internal.h"
28 #include "dbus-pending-call.h"
84 * Creates a new pending reply object.
88 * @param timeout_handler timeout handler, takes pending call as data
96 DBusPendingCall *pending; local
107 pending = dbus_new0 (DBusPendingCall, 1);
109 if (pending == NULL)
119 pending, NULL);
124 dbus_free (pending);
    [all...]
dbus-pending-call-internal.h 2 /* dbus-pending-call-internal.h DBusPendingCall internal interfaces
34 dbus_bool_t _dbus_pending_call_is_timeout_added_unlocked (DBusPendingCall *pending);
35 void _dbus_pending_call_set_timeout_added_unlocked (DBusPendingCall *pending,
37 DBusTimeout * _dbus_pending_call_get_timeout_unlocked (DBusPendingCall *pending);
38 dbus_uint32_t _dbus_pending_call_get_reply_serial_unlocked (DBusPendingCall *pending);
39 void _dbus_pending_call_set_reply_serial_unlocked (DBusPendingCall *pending,
41 DBusConnection * _dbus_pending_call_get_connection_and_lock (DBusPendingCall *pending);
42 DBusConnection * _dbus_pending_call_get_connection_unlocked (DBusPendingCall *pending);
43 dbus_bool_t _dbus_pending_call_get_completed_unlocked (DBusPendingCall *pending);
44 void _dbus_pending_call_complete (DBusPendingCall *pending);
    [all...]
dbus-pending-call.h 2 /* dbus-pending-call.h Object representing a call in progress.
42 DBusPendingCall* dbus_pending_call_ref (DBusPendingCall *pending);
44 void dbus_pending_call_unref (DBusPendingCall *pending);
46 dbus_bool_t dbus_pending_call_set_notify (DBusPendingCall *pending,
51 void dbus_pending_call_cancel (DBusPendingCall *pending);
53 dbus_bool_t dbus_pending_call_get_completed (DBusPendingCall *pending);
55 DBusMessage* dbus_pending_call_steal_reply (DBusPendingCall *pending);
57 void dbus_pending_call_block (DBusPendingCall *pending);
64 dbus_bool_t dbus_pending_call_set_data (DBusPendingCall *pending,
69 void* dbus_pending_call_get_data (DBusPendingCall *pending,
    [all...]
dbus-connection-internal.h 78 DBusPendingCall *pending,
87 void _dbus_pending_call_notify (DBusPendingCall *pending);
89 DBusPendingCall *pending);
90 void _dbus_connection_block_pending_call (DBusPendingCall *pending);
91 void _dbus_pending_call_complete_and_unlock (DBusPendingCall *pending,
  /external/valgrind/main/none/tests/
pending.stdout.exp 6 6: checking SIGHUP still pending...
  /external/bluetooth/bluez/audio/
sink.c 166 struct pending_request *pending)
168 if (pending->conn)
169 dbus_connection_unref(pending->conn);
170 if (pending->msg)
171 dbus_message_unref(pending->msg);
172 if (pending->id)
173 a2dp_cancel(dev, pending->id);
175 g_free(pending);
266 struct pending_request *pending = sink->connect; local
272 if (pending->msg)
294 struct pending_request *pending; local
336 struct pending_request *pending; local
362 struct pending_request *pending; local
433 struct pending_request *pending; local
467 struct pending_request *pending; local
502 struct pending_request *pending; local
536 struct pending_request *pending; local
759 struct pending_request *pending = sink->connect; local
    [all...]
source.c 148 struct pending_request *pending)
150 if (pending->conn)
151 dbus_connection_unref(pending->conn);
152 if (pending->msg)
153 dbus_message_unref(pending->msg);
154 if (pending->id)
155 a2dp_cancel(dev, pending->id);
157 g_free(pending);
219 struct pending_request *pending = source->connect; local
225 if (pending->msg)
247 struct pending_request *pending; local
289 struct pending_request *pending; local
319 struct pending_request *pending; local
384 struct pending_request *pending; local
418 struct pending_request *pending; local
    [all...]
  /external/dbus/test/name-test/
test-pending-call-timeout.c 2 * Test to make sure that pending calls succeed when given a default,
17 DBusPendingCall *pending; local
29 dbus_connection_send_with_reply (conn, method, &pending, timeout_milliseconds);
33 dbus_pending_call_block (pending);
38 reply = dbus_pending_call_steal_reply (pending);
53 dbus_pending_call_unref (pending);
74 printf ("*** Testing pending call timeouts\n");
run-test.sh 36 echo "running test-pending-call-dispatch"
37 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-pending-call-dispatch || die "test-pending-call-dispatch failed"
39 echo "running test-pending-call-timeout"
40 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-pending-call-timeout || die "test-pending-call-timeout failed"
  /external/chromium/chrome/browser/history/
page_usage_data.h 78 void set_thumbnail_pending(bool pending) {
79 thumbnail_pending_ = pending;
96 void set_favicon_pending(bool pending) {
97 favicon_pending_ = pending;
  /frameworks/compile/linkloader/utils/
traits.h 26 char pending; member in struct:TypeTraits::AlignmentTest
  /external/kernel-headers/original/linux/
udp.h 45 int pending; /* Any pending frames ? */ member in struct:udp_sock
52 __u16 len; /* total length of pending frames */
workqueue.h 15 unsigned long pending; member in struct:work_struct
52 (_work)->pending = 0; \
87 * Kill off a pending schedule_delayed_work(). Note that the work callback
97 clear_bit(0, &work->pending);
  /external/bluetooth/glib/gio/
gfileenumerator.c 64 guint pending : 1; member in struct:_GFileEnumeratorPrivate
210 if (enumerator->priv->pending)
229 enumerator->priv->pending = TRUE;
231 enumerator->priv->pending = FALSE;
269 if (enumerator->priv->pending)
279 enumerator->priv->pending = TRUE;
281 enumerator->priv->pending = FALSE;
297 enumerator->priv->pending = FALSE;
366 if (enumerator->priv->pending)
378 enumerator->priv->pending = TRUE
    [all...]
  /external/dbus/bus/
connection.c 64 BusExpireList *pending_replies; /**< List of pending replies */
1530 BusPendingReply *pending = link->data; local
1581 BusPendingReply *pending; local
1626 BusPendingReply *pending; member in struct:__anon5402
1670 BusPendingReply *pending; local
1802 BusPendingReply *pending = d->link->data; local
1838 BusPendingReply *pending = link->data; local
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
GoogleSearch.java 105 PendingIntent pending = local
107 if (pending == null || !launchPendingIntent(pending, launchUriIntent)) {
159 private boolean launchPendingIntent(PendingIntent pending, Intent fillIn) {
161 pending.send(this, Activity.RESULT_OK, fillIn);
164 Log.i(TAG, "Pending intent cancelled: " + pending);
  /bionic/libc/kernel/common/linux/
workqueue.h 22 unsigned long pending; member in struct:work_struct
40 #define INIT_WORK(_work, _func, _data) do { INIT_LIST_HEAD(&(_work)->entry); (_work)->pending = 0; PREPARE_WORK((_work), (_func), (_data)); init_timer(&(_work)->timer); } while (0)
  /dalvik/vm/mterp/x86/
OP_MONITOR_EXIT.S 25 je common_exceptionThrown # no, exception pending
  /development/ndk/platforms/android-3/include/linux/
workqueue.h 22 unsigned long pending; member in struct:work_struct
40 #define INIT_WORK(_work, _func, _data) do { INIT_LIST_HEAD(&(_work)->entry); (_work)->pending = 0; PREPARE_WORK((_work), (_func), (_data)); init_timer(&(_work)->timer); } while (0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
workqueue.h 22 unsigned long pending; member in struct:work_struct
40 #define INIT_WORK(_work, _func, _data) do { INIT_LIST_HEAD(&(_work)->entry); (_work)->pending = 0; PREPARE_WORK((_work), (_func), (_data)); init_timer(&(_work)->timer); } while (0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
workqueue.h 22 unsigned long pending; member in struct:work_struct
40 #define INIT_WORK(_work, _func, _data) do { INIT_LIST_HEAD(&(_work)->entry); (_work)->pending = 0; PREPARE_WORK((_work), (_func), (_data)); init_timer(&(_work)->timer); } while (0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
workqueue.h 22 unsigned long pending; member in struct:work_struct
40 #define INIT_WORK(_work, _func, _data) do { INIT_LIST_HEAD(&(_work)->entry); (_work)->pending = 0; PREPARE_WORK((_work), (_func), (_data)); init_timer(&(_work)->timer); } while (0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
workqueue.h 22 unsigned long pending; member in struct:work_struct
40 #define INIT_WORK(_work, _func, _data) do { INIT_LIST_HEAD(&(_work)->entry); (_work)->pending = 0; PREPARE_WORK((_work), (_func), (_data)); init_timer(&(_work)->timer); } while (0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
workqueue.h 22 unsigned long pending; member in struct:work_struct
40 #define INIT_WORK(_work, _func, _data) do { INIT_LIST_HEAD(&(_work)->entry); (_work)->pending = 0; PREPARE_WORK((_work), (_func), (_data)); init_timer(&(_work)->timer); } while (0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
workqueue.h 22 unsigned long pending; member in struct:work_struct
40 #define INIT_WORK(_work, _func, _data) do { INIT_LIST_HEAD(&(_work)->entry); (_work)->pending = 0; PREPARE_WORK((_work), (_func), (_data)); init_timer(&(_work)->timer); } while (0)

Completed in 1687 milliseconds

1 2 3 4 5 6 7 8