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

  /external/adhd/cras/src/server/
cras_bt_endpoint.h 16 struct cras_bt_endpoint { struct
21 int (*get_capabilities)(struct cras_bt_endpoint *endpoint,
23 int (*select_configuration)(struct cras_bt_endpoint *endpoint,
27 void (*set_configuration)(struct cras_bt_endpoint *endpoint,
29 void (*suspend)(struct cras_bt_endpoint *endpoint,
32 void (*transport_state_changed)(struct cras_bt_endpoint *endpoint,
36 struct cras_bt_endpoint *prev, *next;
41 struct cras_bt_endpoint *endpoint);
45 struct cras_bt_endpoint *endpoint);
51 struct cras_bt_endpoint *endpoint)
    [all...]
cras_a2dp_endpoint.c 15 #include "cras_bt_endpoint.h"
29 static int cras_a2dp_get_capabilities(struct cras_bt_endpoint *endpoint,
61 static int cras_a2dp_select_configuration(struct cras_bt_endpoint *endpoint,
134 static void cras_a2dp_set_configuration(struct cras_bt_endpoint *endpoint,
143 static void cras_a2dp_suspend(struct cras_bt_endpoint *endpoint,
150 static void a2dp_transport_state_changed(struct cras_bt_endpoint *endpoint,
163 static struct cras_bt_endpoint cras_a2dp_endpoint = {
cras_bt_transport.h 14 struct cras_bt_endpoint;
27 struct cras_bt_endpoint *endpoint);
cras_bt_endpoint.c 14 #include "cras_bt_endpoint.h"
44 static void cras_bt_endpoint_suspend(struct cras_bt_endpoint *endpoint)
62 struct cras_bt_endpoint *endpoint;
130 struct cras_bt_endpoint *endpoint;
193 struct cras_bt_endpoint *endpoint;
236 struct cras_bt_endpoint *endpoint;
338 struct cras_bt_endpoint *endpoint)
474 struct cras_bt_endpoint *endpoint)
518 static struct cras_bt_endpoint *endpoints;
523 struct cras_bt_endpoint *endpoint
    [all...]
cras_bt_transport.c 16 #include "cras_bt_endpoint.h"
36 struct cras_bt_endpoint *endpoint;
69 struct cras_bt_endpoint *endpoint) {

Completed in 107 milliseconds