OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LDACBT_ERR_NONE
(Results
1 - 3
of
3
) sorted by null
/external/libldac/src/
ldacBT_internal.c
78
hLdacBT->error_code =
LDACBT_ERR_NONE
;
79
hLdacBT->error_code_api =
LDACBT_ERR_NONE
;
150
return
LDACBT_ERR_NONE
;
160
return
LDACBT_ERR_NONE
;
178
return
LDACBT_ERR_NONE
;
187
return
LDACBT_ERR_NONE
;
194
return
LDACBT_ERR_NONE
;
199
return
LDACBT_ERR_NONE
;
ldacBT_api.c
91
}else if( hLdacBT->error_code_api !=
LDACBT_ERR_NONE
){
140
if( (hLdacBT->error_code_api = ldacBT_assert_mtu( mtu )) !=
LDACBT_ERR_NONE
){
143
if( (hLdacBT->error_code_api = ldacBT_assert_eqmid( eqmid )) !=
LDACBT_ERR_NONE
){
146
if( (hLdacBT->error_code_api = ldacBT_assert_cm( cm )) !=
LDACBT_ERR_NONE
){
149
if( (hLdacBT->error_code_api = ldacBT_assert_sample_format( fmt )) !=
LDACBT_ERR_NONE
){
152
if( (hLdacBT->error_code_api = ldacBT_assert_pcm_sampling_freq( sf )) !=
LDACBT_ERR_NONE
){
285
return (hLdacBT->error_code_api==
LDACBT_ERR_NONE
?LDACBT_S_OK:LDACBT_E_FAIL);
299
if( (hLdacBT->error_code_api = ldacBT_assert_eqmid( eqmid )) !=
LDACBT_ERR_NONE
){
371
hLdacBT->error_code_api =
LDACBT_ERR_NONE
;
/external/libldac/inc/
ldacBT.h
380
#define
LDACBT_ERR_NONE
0
Completed in 1184 milliseconds