OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fam_connection
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/glib/gio/fam/
fam-helper.c
32
static FAMConnection*
fam_connection
= NULL;
variable
34
G_LOCK_DEFINE_STATIC(
fam_connection
);
variable
73
while (
fam_connection
!= NULL && FAMPending (
fam_connection
))
79
if (FAMNextEvent (
fam_connection
, &ev) != 1)
81
FAMClose (
fam_connection
);
82
g_free (
fam_connection
);
85
fam_connection
= NULL;
149
G_LOCK (
fam_connection
);
153
G_UNLOCK (
fam_connection
);
[
all
...]
Completed in 132 milliseconds