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

1 2 3 4 5 6 7 8 91011>>

  /external/bluetooth/bluez/audio/
manager.h 26 gboolean hfp;
27 gboolean headset;
28 gboolean gateway;
29 gboolean sink;
30 gboolean source;
31 gboolean control;
32 gboolean socket;
33 gboolean media;
37 gboolean *enable_sco);
40 gboolean server_is_enabled(bdaddr_t *src, uint16_t svc)
    [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 48 gboolean nrec,
52 gboolean headset_remove_state_cb(unsigned int id);
71 gboolean auto_dc,
80 gboolean headset_cancel_stream(struct audio_device *dev, unsigned int id);
82 gboolean get_hfp_active(struct audio_device *dev);
83 void set_hfp_active(struct audio_device *dev, gboolean active);
95 gboolean headset_get_nrec(struct audio_device *dev);
98 gboolean headset_remove_nrec_cb(struct audio_device *dev, unsigned int id);
99 gboolean headset_get_inband(struct audio_device *dev);
100 gboolean headset_get_sco_hci(struct audio_device *dev)
    [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);
  /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/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/bluez/src/
hcid.h 36 gboolean remember_powered;
37 gboolean reverse_sdp;
38 gboolean name_resolv;
39 gboolean debug_keys;
40 gboolean attrib_server;
41 gboolean le;
60 gboolean plugin_init(GKeyFile *config, const char *enable,
device.h 51 void device_remove(struct btd_device *device, gboolean remove_stored);
54 DBusMessage *msg, gboolean secure);
56 DBusMessage *msg, uuid_t *search, gboolean reverse);
70 gboolean device_is_busy(struct btd_device *device);
71 gboolean device_is_temporary(struct btd_device *device);
72 gboolean device_is_paired(struct btd_device *device);
73 gboolean device_is_trusted(struct btd_device *device);
74 void device_set_paired(struct btd_device *device, gboolean paired);
75 void device_set_temporary(struct btd_device *device, gboolean temporary);
77 void device_set_bonded(struct btd_device *device, gboolean bonded)
    [all...]
  /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...]
  /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/Source/JavaScriptCore/wtf/gtk/
MainThreadGtk.cpp 41 static gboolean timeoutFired(gpointer)
  /external/bluetooth/bluez/network/
server.h 24 int server_init(DBusConnection *conn, gboolean secure);
  /external/webkit/Source/WebCore/bindings/gobject/
WebKitDOMEventTarget.h 44 gboolean (* add_event_listener)(WebKitDOMEventTarget *target,
47 gboolean bubble,
49 gboolean (* remove_event_listener)(WebKitDOMEventTarget *target,
52 gboolean bubble);
62 WEBKIT_API gboolean webkit_dom_event_target_add_event_listener(WebKitDOMEventTarget *target,
65 gboolean bubble,
68 WEBKIT_API gboolean webkit_dom_event_target_remove_event_listener(WebKitDOMEventTarget *target,
71 gboolean bubble);
  /external/webkit/Source/WebKit/gtk/webkit/
webkitviewportattributesprivate.h 45 gboolean userScalable;
46 gboolean isValid;
webkitwebview.h 101 gboolean (* web_view_ready) (WebKitWebView* web_view);
103 gboolean (* close_web_view) (WebKitWebView* web_view);
115 gboolean (* script_alert) (WebKitWebView *web_view,
118 gboolean (* script_confirm) (WebKitWebView *web_view,
121 gboolean *did_confirm);
122 gboolean (* script_prompt) (WebKitWebView *web_view,
127 gboolean (* console_message) (WebKitWebView *web_view,
135 gboolean (* move_cursor) (WebKitWebView *web_view,
148 gboolean (* should_allow_editing_action) (WebKitWebView *web_view);
170 gboolean flag)
    [all...]
  /external/bluetooth/bluez/attrib/
gattrib.h 49 gboolean g_attrib_set_disconnect_function(GAttrib *attrib,
52 gboolean g_attrib_set_destroy_function(GAttrib *attrib,
59 gboolean g_attrib_cancel(GAttrib *attrib, guint id);
60 gboolean g_attrib_cancel_all(GAttrib *attrib);
62 gboolean g_attrib_set_debug(GAttrib *attrib,
69 gboolean g_attrib_is_encrypted(GAttrib *attrib);
72 gboolean g_attrib_set_mtu(GAttrib *attrib, int mtu);
74 gboolean g_attrib_unregister(GAttrib *attrib, guint id);
75 gboolean g_attrib_unregister_all(GAttrib *attrib);

Completed in 862 milliseconds

1 2 3 4 5 6 7 8 91011>>