OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:A2D_FAIL
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/bta/av/
bta_av_sbc.c
443
return
A2D_FAIL
;
454
return
A2D_FAIL
;
465
return
A2D_FAIL
;
476
return
A2D_FAIL
;
487
return
A2D_FAIL
;
/external/bluetooth/bluedroid/stack/include/
a2d_api.h
55
#define
A2D_FAIL
0x0A /* Failed */
163
**
A2D_FAIL
if function execution failed.
201
**
A2D_FAIL
if function execution failed.
/external/bluetooth/bluedroid/stack/a2dp/
a2d_api.c
166
**
A2D_FAIL
if function execution failed.
230
return (result ? A2D_SUCCESS :
A2D_FAIL
);
265
**
A2D_FAIL
if function execution failed.
317
return (result ? A2D_SUCCESS :
A2D_FAIL
);
/external/bluetooth/bluedroid/btif/co/
bta_av_co.c
363
UINT8 result =
A2D_FAIL
;
381
return
A2D_FAIL
;
[
all
...]
Completed in 58 milliseconds