Home
last modified time | relevance | path

Searched refs:LDAC_S_OK (Results 1 – 4 of 4) sorted by relevance

/external/libldac/src/
Dldaclib_api.c192 return LDAC_S_OK;
208 return LDAC_S_OK;
224 return LDAC_S_OK;
240 return LDAC_S_OK;
253 return LDAC_S_OK;
266 return LDAC_S_OK;
287 return LDAC_S_OK;
316 return LDAC_S_OK;
322 return LDAC_S_OK;
374 return LDAC_S_OK;
[all …]
Dencode_ldac.c25 LDAC_RESULT result = LDAC_S_OK; in alloc_encode_ldac()
47 if (result != LDAC_S_OK) { in alloc_encode_ldac()
66 LDAC_RESULT result = LDAC_S_OK; in init_encode_ldac()
DldacBT_api.c250 else if (result != LDAC_S_OK) { in ldacBT_init_handle_encode()
261 else if (result != LDAC_S_OK) { in ldacBT_init_handle_encode()
271 else if (result != LDAC_S_OK) { in ldacBT_init_handle_encode()
568 else if( result != LDAC_S_OK ){ in ldacBT_encode()
583 else if (result != LDAC_S_OK) { in ldacBT_encode()
594 else if (result != LDAC_S_OK) { in ldacBT_encode()
Dldaclib.h33 #define LDAC_S_OK ((LDAC_RESULT)0x00000000L) macro