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

1 2 3 4 5 6 7 8 91011>>

  /external/bluetooth/glib/gio/inotify/
inotify-helper.h 29 gboolean _ih_startup (void);
30 gboolean _ih_sub_add (inotify_sub *sub);
31 gboolean _ih_sub_cancel (inotify_sub *sub);
inotify-path.h 29 gboolean _ip_startup (void (*event_cb)(ik_event_t *event, inotify_sub *sub));
30 gboolean _ip_start_watching (inotify_sub *sub);
31 gboolean _ip_stop_watching (inotify_sub *sub);
  /external/bluetooth/bluez/audio/
manager.h 26 gboolean hfp;
27 gboolean headset;
28 gboolean gateway;
29 gboolean sink;
30 gboolean source;
31 gboolean control;
35 gboolean *enable_sco);
38 gboolean server_is_enabled(bdaddr_t *src, uint16_t svc);
44 gboolean connected);
48 gboolean create)
    [all...]
sink.h 40 gboolean sink_remove_state_cb(unsigned int id);
44 gboolean sink_is_active(struct audio_device *dev);
46 gboolean sink_new_stream(struct audio_device *dev, struct avdtp *session,
48 gboolean sink_setup_stream(struct sink *sink, struct avdtp *session);
49 gboolean sink_shutdown(struct sink *sink);
source.h 41 gboolean source_remove_state_cb(unsigned int id);
45 gboolean source_is_active(struct audio_device *dev);
47 gboolean source_new_stream(struct audio_device *dev, struct avdtp *session,
49 gboolean source_setup_stream(struct source *source, struct avdtp *session);
50 gboolean source_shutdown(struct source *source);
headset.h 49 gboolean headset_remove_state_cb(unsigned int id);
68 gboolean auto_dc,
77 gboolean headset_cancel_stream(struct audio_device *dev, unsigned int id);
79 gboolean get_hfp_active(struct audio_device *dev);
80 void set_hfp_active(struct audio_device *dev, gboolean active);
92 gboolean headset_get_nrec(struct audio_device *dev);
93 gboolean headset_get_sco_hci(struct audio_device *dev);
95 gboolean headset_is_active(struct audio_device *dev);
98 gboolean headset_lock(struct audio_device *dev, headset_lock_t lock);
99 gboolean headset_unlock(struct audio_device *dev, headset_lock_t lock)
    [all...]
control.h 39 gboolean avctp_remove_state_cb(unsigned int id);
44 gboolean avrcp_connect(struct audio_device *dev);
50 gboolean control_is_active(struct audio_device *dev);
gateway.h 37 gboolean gateway_is_connected(struct audio_device *dev);
41 gboolean gateway_request_stream(struct audio_device *dev,
45 gboolean gateway_cancel_stream(struct audio_device *dev, unsigned int id);
  /external/bluetooth/glib/gio/fen/
fen-helper.h 30 void fen_add (const gchar *filename, gpointer sub, gboolean is_mondir);
31 void fen_remove (const gchar *filename, gpointer sub, gboolean is_mondir);
34 gboolean fen_init ();
fen-sub.h 33 gboolean is_mondir;
36 fen_sub* fen_sub_new (gpointer udata, gboolean is_mondir);
fen-kernel.h 37 gboolean has_twin;
38 gboolean is_pending;
43 gboolean port_add (file_obj_t* fobj, off_t* len, gpointer f);
44 gboolean port_add_simple (file_obj_t* fobj, gpointer f);
46 gboolean is_ported (gpointer f);
48 fnode_event_t* fnode_event_new (int event, gboolean has_twin, gpointer user_data);
52 extern gboolean port_class_init ();
  /external/bluetooth/glib/gio/fam/
fam-helper.h 30 gboolean _fam_sub_startup (void);
33 gboolean directory,
35 gboolean _fam_sub_cancel (fam_sub* sub);
  /external/bluetooth/glib/gio/
gcontenttype.h 34 gboolean g_content_type_equals (const char *type1,
36 gboolean g_content_type_is_a (const char *type,
38 gboolean g_content_type_is_unknown (const char *type);
42 gboolean g_content_type_can_be_executable (const char *type);
49 gboolean *result_uncertain);
gdrive.h 80 gboolean (* has_volumes) (GDrive *drive);
82 gboolean (* is_media_removable) (GDrive *drive);
83 gboolean (* has_media) (GDrive *drive);
84 gboolean (* is_media_check_automatic) (GDrive *drive);
85 gboolean (* can_eject) (GDrive *drive);
86 gboolean (* can_poll_for_media) (GDrive *drive);
92 gboolean (* eject_finish) (GDrive *drive,
99 gboolean (* poll_for_media_finish) (GDrive *drive,
112 gboolean g_drive_has_volumes (GDrive *drive);
114 gboolean g_drive_is_media_removable (GDrive *drive)
    [all...]
gunixmounts.h 67 gboolean g_unix_mount_is_readonly (GUnixMountEntry *mount_entry);
68 gboolean g_unix_mount_is_system_internal (GUnixMountEntry *mount_entry);
69 gboolean g_unix_mount_guess_can_eject (GUnixMountEntry *mount_entry);
70 gboolean g_unix_mount_guess_should_display (GUnixMountEntry *mount_entry);
79 gboolean g_unix_mount_point_is_readonly (GUnixMountPoint *mount_point);
80 gboolean g_unix_mount_point_is_user_mountable (GUnixMountPoint *mount_point);
81 gboolean g_unix_mount_point_is_loopback (GUnixMountPoint *mount_point);
82 gboolean g_unix_mount_point_guess_can_eject (GUnixMountPoint *mount_point);
90 gboolean g_unix_mounts_changed_since (guint64 time);
91 gboolean g_unix_mount_points_changed_since (guint64 time)
    [all...]
gseekable.h 65 gboolean (* can_seek) (GSeekable *seekable);
66 gboolean (* seek) (GSeekable *seekable,
72 gboolean (* can_truncate) (GSeekable *seekable);
73 gboolean (* truncate_fn) (GSeekable *seekable,
84 gboolean g_seekable_can_seek (GSeekable *seekable);
85 gboolean g_seekable_seek (GSeekable *seekable,
90 gboolean g_seekable_can_truncate (GSeekable *seekable);
91 gboolean g_seekable_truncate (GSeekable *seekable,
gappinfo.h 93 gboolean (* equal) (GAppInfo *appinfo1,
100 gboolean (* launch) (GAppInfo *appinfo,
104 gboolean (* supports_uris) (GAppInfo *appinfo);
105 gboolean (* supports_files) (GAppInfo *appinfo);
106 gboolean (* launch_uris) (GAppInfo *appinfo,
110 gboolean (* should_show) (GAppInfo *appinfo);
113 gboolean (* set_as_default_for_type) (GAppInfo *appinfo,
116 gboolean (* set_as_default_for_extension) (GAppInfo *appinfo,
119 gboolean (* add_supports_type) (GAppInfo *appinfo,
122 gboolean (* can_remove_supports_type) (GAppInfo *appinfo)
    [all...]
gdataoutputstream.h 81 gboolean g_data_output_stream_put_byte (GDataOutputStream *stream,
85 gboolean g_data_output_stream_put_int16 (GDataOutputStream *stream,
89 gboolean g_data_output_stream_put_uint16 (GDataOutputStream *stream,
93 gboolean g_data_output_stream_put_int32 (GDataOutputStream *stream,
97 gboolean g_data_output_stream_put_uint32 (GDataOutputStream *stream,
101 gboolean g_data_output_stream_put_int64 (GDataOutputStream *stream,
105 gboolean g_data_output_stream_put_uint64 (GDataOutputStream *stream,
109 gboolean g_data_output_stream_put_string (GDataOutputStream *stream,
glocalfileinfo.h 37 gboolean writable;
38 gboolean is_sticky;
39 gboolean has_trash_dir;
51 gboolean _g_local_file_has_trash_dir (const char *dirname,
66 gboolean _g_local_file_info_set_attribute (char *filename,
73 gboolean _g_local_file_info_set_attributes (char *filename,
  /external/bluetooth/glib/glib/
gpattern.h 36 gboolean g_pattern_spec_equal (GPatternSpec *pspec1,
38 gboolean g_pattern_match (GPatternSpec *pspec,
42 gboolean g_pattern_match_string (GPatternSpec *pspec,
44 gboolean g_pattern_match_simple (const gchar *pattern,
  /external/webkit/JavaScriptCore/wtf/gtk/
MainThreadGtk.cpp 41 static gboolean timeoutFired(gpointer)
  /external/bluetooth/bluez/gdbus/
gdbus.h 37 typedef gboolean (* GDBusSignalFunction) (DBusConnection *connection,
43 gboolean g_dbus_request_name(DBusConnection *connection, const char *name,
46 gboolean g_dbus_check_service(DBusConnection *connection, const char *name);
48 gboolean g_dbus_set_disconnect_function(DBusConnection *connection,
91 gboolean g_dbus_register_interface(DBusConnection *connection,
98 gboolean g_dbus_unregister_interface(DBusConnection *connection,
109 gboolean g_dbus_send_message(DBusConnection *connection, DBusMessage *message);
110 gboolean g_dbus_send_reply(DBusConnection *connection,
112 gboolean g_dbus_send_reply_valist(DBusConnection *connection,
115 gboolean g_dbus_emit_signal(DBusConnection *connection
    [all...]
  /external/bluetooth/bluez/src/
device.h 42 gboolean remove_stored);
45 DBusMessage *msg, uuid_t *search, gboolean reverse);
55 gboolean device_is_busy(struct btd_device *device);
56 gboolean device_is_temporary(struct btd_device *device);
57 gboolean device_is_paired(struct btd_device *device);
58 void device_set_temporary(struct btd_device *device, gboolean temporary);
63 gboolean device_is_connected(struct btd_device *device);
64 void device_set_secmode3_conn(struct btd_device *device, gboolean enable);
71 gboolean device_is_creating(struct btd_device *device, const char *sender);
72 gboolean device_is_bonding(struct btd_device *device, const char *sender)
    [all...]
hcid.h 60 gboolean remember_powered;
61 gboolean reverse_sdp;
62 gboolean name_resolv;
93 gboolean plugin_init(GKeyFile *config);
  /external/webkit/WebKit/gtk/webkit/
webkitwebview.h 83 gboolean (* web_view_ready) (WebKitWebView* web_view);
85 gboolean (* close_web_view) (WebKitWebView* web_view);
97 gboolean (* script_alert) (WebKitWebView *web_view,
100 gboolean (* script_confirm) (WebKitWebView *web_view,
103 gboolean *did_confirm);
104 gboolean (* script_prompt) (WebKitWebView *web_view,
109 gboolean (* console_message) (WebKitWebView *web_view,
117 gboolean (* move_cursor) (WebKitWebView *web_view,
152 gboolean flag);
157 WEBKIT_API gboolean
    [all...]

Completed in 963 milliseconds

1 2 3 4 5 6 7 8 91011>>