OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:avdtp_error_init
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluez/audio/
avdtp.h
301
void
avdtp_error_init
(struct avdtp_error *err, uint8_t type, int id);
avdtp.c
687
void
avdtp_error_init
(struct avdtp_error *err, uint8_t type, int id)
function
848
avdtp_error_init
(&err, AVDTP_ERROR_ERRNO, EIO);
916
avdtp_error_init
(&err, AVDTP_ERROR_ERRNO, EIO);
976
avdtp_error_init
(&err, AVDTP_ERROR_ERRNO, EIO);
1038
avdtp_error_init
(&avdtp_err, AVDTP_ERROR_ERRNO, err);
[
all
...]
a2dp.c
176
avdtp_error_init
(&avdtp_err, AVDTP_ERROR_ERRNO, -err);
224
avdtp_error_init
(&avdtp_err, AVDTP_ERROR_ERRNO, -err);
745
avdtp_error_init
(&start_err, AVDTP_ERROR_ERRNO, EIO);
[
all
...]
Completed in 20 milliseconds