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

/external/bluetooth/bluez/audio/
H A Dsink.c63 unsigned int cb_id; member in struct:sink
210 sink->cb_id = 0;
654 if (sink->cb_id)
656 sink->cb_id);
744 sink->cb_id = avdtp_stream_add_cb(session, stream,
H A Dsource.c64 unsigned int cb_id; member in struct:source
191 source->cb_id = 0;
497 if (source->cb_id)
499 source->cb_id);
587 source->cb_id = avdtp_stream_add_cb(session, stream,
H A Dunix.c92 unsigned int cb_id; member in struct:unix_client
244 client->cb_id = 0;
739 if (client->cb_id > 0)
741 client->cb_id);
761 client->cb_id = avdtp_stream_add_cb(session, stream,
816 if (client->cb_id > 0) {
818 client->cb_id);
819 client->cb_id = 0;
1269 if (client->cb_id > 0) {
1271 client->cb_id);
[all...]
H A Dheadset.c195 void *user_data, unsigned int *cb_id);
197 void *user_data, unsigned int *cb_id);
615 void *user_data, unsigned int *cb_id)
643 if (cb_id)
644 *cb_id = id;
1561 void *user_data, unsigned int *cb_id)
1596 if (cb_id)
1597 *cb_id = id;
1604 void *user_data, unsigned int *cb_id)
1614 return get_records(dev, cb, user_data, cb_id);
614 sco_connect(struct audio_device *dev, headset_stream_cb_t cb, void *user_data, unsigned int *cb_id) argument
1560 get_records(struct audio_device *device, headset_stream_cb_t cb, void *user_data, unsigned int *cb_id) argument
1603 rfcomm_connect(struct audio_device *dev, headset_stream_cb_t cb, void *user_data, unsigned int *cb_id) argument
[all...]
H A Da2dp.c120 static unsigned int cb_id = 0; variable
191 cb->id = ++cb_id;
/external/openssl/include/openssl/
H A Dssl.h440 long (*ssl_callback_ctrl)(SSL *s, int cb_id, void (*fp)(void));
441 long (*ssl_ctx_callback_ctrl)(SSL_CTX *s, int cb_id, void (*fp)(void));
/external/openssl/ssl/
H A Dssl.h440 long (*ssl_callback_ctrl)(SSL *s, int cb_id, void (*fp)(void));
441 long (*ssl_ctx_callback_ctrl)(SSL_CTX *s, int cb_id, void (*fp)(void));

Completed in 129 milliseconds