HomeSort by relevance Sort by last modified time
    Searched refs:hfp_slc_handle (Results 1 - 10 of 10) sorted by null

  /external/adhd/cras/src/server/
cras_hfp_slc.h 9 struct hfp_slc_handle;
12 typedef int (*hfp_slc_init_cb)(struct hfp_slc_handle *handle);
15 typedef int (*hfp_slc_disconnect_cb)(struct hfp_slc_handle *handle);
17 /* Creates an hfp_slc_handle to poll the RFCOMM file descriptor
28 struct hfp_slc_handle *hfp_slc_create(int fd, int is_hsp,
33 /* Destroys an hfp_slc_handle. */
34 void hfp_slc_destroy(struct hfp_slc_handle *handle);
37 int hfp_set_call_status(struct hfp_slc_handle *handle, int call);
40 int hfp_event_incoming_call(struct hfp_slc_handle *handle,
46 int hfp_event_update_call(struct hfp_slc_handle *handle)
    [all...]
cras_hfp_iodev.h 13 struct hfp_slc_handle;
21 struct hfp_slc_handle *slc,
cras_hfp_ag_profile.h 39 struct hfp_slc_handle;
59 struct hfp_slc_handle *cras_hfp_ag_get_active_handle();
62 struct hfp_slc_handle *cras_hfp_ag_get_slc(struct cras_bt_device *device);
cras_hfp_slc.c 58 struct hfp_slc_handle { struct
82 int (*callback) (struct hfp_slc_handle *handle, const char *cmd);
86 static int hfp_send(struct hfp_slc_handle *handle, const char *buf)
116 static int hfp_send_ind_event_report(struct hfp_slc_handle *handle,
131 static int hfp_send_calling_line_identification(struct hfp_slc_handle *handle,
149 static int answer_call(struct hfp_slc_handle *handle, const char *cmd)
161 static int call_waiting_notify(struct hfp_slc_handle *handle, const char *buf)
169 static int cli_notification(struct hfp_slc_handle *handle, const char *cmd)
179 static int dial_number(struct hfp_slc_handle *handle, const char *cmd)
207 static int dtmf_tone(struct hfp_slc_handle *handle, const char *buf
    [all...]
cras_telephony.c 94 struct hfp_slc_handle *handle;
156 struct hfp_slc_handle *handle;
176 struct hfp_slc_handle *handle;
196 struct hfp_slc_handle *handle;
216 struct hfp_slc_handle *handle;
350 struct hfp_slc_handle *handle;
382 struct hfp_slc_handle *handle;
cras_hfp_ag_profile.c 90 struct hfp_slc_handle *slc_handle;
141 static int cras_hfp_ag_slc_initialized(struct hfp_slc_handle *handle)
153 static int cras_hfp_ag_slc_disconnected(struct hfp_slc_handle *handle)
359 struct hfp_slc_handle *cras_hfp_ag_get_active_handle()
366 struct hfp_slc_handle *cras_hfp_ag_get_slc(struct cras_bt_device *device)
cras_hfp_iodev.c 23 struct hfp_slc_handle *slc;
213 struct hfp_slc_handle *slc,
  /external/adhd/cras/src/tests/
hfp_slc_unittest.cc 17 static struct hfp_slc_handle *handle;
29 int slc_initialized_cb(struct hfp_slc_handle *handle);
30 int slc_disconnected_cb(struct hfp_slc_handle *handle);
131 int slc_initialized_cb(struct hfp_slc_handle *handle) {
136 int slc_disconnected_cb(struct hfp_slc_handle *handle) {
hfp_iodev_unittest.cc 17 static struct hfp_slc_handle *fake_slc;
342 int hfp_set_call_status(struct hfp_slc_handle *handle, int call)
347 int hfp_event_speaker_gain(struct hfp_slc_handle *handle, int gain)
bt_device_unittest.cc 229 struct hfp_slc_handle *cras_hfp_ag_get_slc(struct cras_bt_device *device)
256 int hfp_event_speaker_gain(struct hfp_slc_handle *handle, int gain)

Completed in 103 milliseconds