OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nqueue
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/glib/gobject/
gobjectnotifyqueue.c
61
GObjectNotifyQueue *
nqueue
= data;
local
63
g_slist_free (
nqueue
->pspecs);
64
g_list_free_1 ((void*)
nqueue
);
71
GObjectNotifyQueue *
nqueue
;
local
73
nqueue
= g_datalist_id_get_data (&object->qdata, context->quark_notify_queue);
74
if (!
nqueue
)
76
nqueue
= (void*) g_list_alloc ();
77
memset (
nqueue
, 0, sizeof (*
nqueue
));
78
nqueue
->context = context
[
all
...]
gobject.c
172
GObjectNotifyQueue *
nqueue
);
853
GObjectNotifyQueue *
nqueue
;
local
855
nqueue
= g_object_notify_queue_freeze (object, &property_notify_context);
856
g_object_notify_queue_add (object,
nqueue
, pspec);
857
g_object_notify_queue_thaw (object,
nqueue
);
875
GObjectNotifyQueue *
nqueue
;
local
882
nqueue
= g_object_notify_queue_from_object (object, &property_notify_context);
883
if (!
nqueue
|| !
nqueue
->freeze_count)
887
g_object_notify_queue_thaw (object,
nqueue
);
1117
GObjectNotifyQueue *
nqueue
= NULL; \/* shouldn't be initialized, just to silence compiler *\/
local
1343
GObjectNotifyQueue *
nqueue
= g_object_notify_queue_freeze (object, &property_notify_context);
local
1378
GObjectNotifyQueue *
nqueue
;
local
1605
GObjectNotifyQueue *
nqueue
;
local
[
all
...]
Completed in 18 milliseconds