Home
last modified time | relevance | path

Searched refs:cb_id (Results 1 – 7 of 7) sorted by relevance

/external/bluetooth/bluez/audio/
Dsource.c63 unsigned int cb_id; member
214 source->cb_id = 0; in stream_state_changed()
661 if (source->cb_id) in source_free()
663 source->cb_id); in source_free()
754 source->cb_id = avdtp_stream_add_cb(session, stream, in source_new_stream()
Dunix.c90 unsigned int cb_id; member
223 client->cb_id = 0; in stream_state_changed()
719 if (client->cb_id > 0) in a2dp_config_complete()
721 client->cb_id); in a2dp_config_complete()
741 client->cb_id = avdtp_stream_add_cb(session, stream, in a2dp_config_complete()
796 if (client->cb_id > 0) { in a2dp_resume_complete()
798 client->cb_id); in a2dp_resume_complete()
799 client->cb_id = 0; in a2dp_resume_complete()
1252 if (client->cb_id > 0) in start_close()
1254 client->cb_id); in start_close()
Dsink.c62 unsigned int cb_id; member
222 sink->cb_id = 0; in stream_state_changed()
807 if (sink->cb_id) in sink_free()
809 sink->cb_id); in sink_free()
910 sink->cb_id = avdtp_stream_add_cb(session, stream, in sink_new_stream()
Dheadset.c205 void *user_data, unsigned int *cb_id);
207 void *user_data, unsigned int *cb_id);
625 void *user_data, unsigned int *cb_id) in sco_connect() argument
653 if (cb_id) in sco_connect()
654 *cb_id = id; in sco_connect()
1530 void *user_data, unsigned int *cb_id) in get_records() argument
1565 if (cb_id) in get_records()
1566 *cb_id = id; in get_records()
1573 void *user_data, unsigned int *cb_id) in rfcomm_connect() argument
1583 return get_records(dev, cb, user_data, cb_id); in rfcomm_connect()
[all …]
Da2dp.c109 static unsigned int cb_id = 0; variable
1370 cb_data->id = ++cb_id; in a2dp_config()
1449 cb_id--; in a2dp_config()
1462 cb_data->id = ++cb_id; in a2dp_resume()
1508 cb_id--; in a2dp_resume()
1521 cb_data->id = ++cb_id; in a2dp_suspend()
1559 cb_id--; in a2dp_suspend()
/external/openssl/ssl/
Dssl.h417 long (*ssl_callback_ctrl)(SSL *s, int cb_id, void (*fp)(void));
418 long (*ssl_ctx_callback_ctrl)(SSL_CTX *s, int cb_id, void (*fp)(void));
/external/openssl/include/openssl/
Dssl.h417 long (*ssl_callback_ctrl)(SSL *s, int cb_id, void (*fp)(void));
418 long (*ssl_ctx_callback_ctrl)(SSL_CTX *s, int cb_id, void (*fp)(void));