Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/build/libraries/snd/ARM9.TWL/src/
Dsndex.c96 static void ReplyCallback (SNDEXResult result);
1579 ReplyCallback(SNDEX_RESULT_FATAL_ERROR); in CommonCallback()
1629 ReplyCallback(SNDEX_RESULT_SUCCESS); in CommonCallback()
1632 ReplyCallback(SNDEX_RESULT_INVALID_PARAM); in CommonCallback()
1635 ReplyCallback(SNDEX_RESULT_EXCLUSIVE); in CommonCallback()
1638 ReplyCallback(SNDEX_RESULT_ILLEGAL_STATE); in CommonCallback()
1648 ReplyCallback(SNDEX_RESULT_DEVICE_ERROR); in CommonCallback()
1652 ReplyCallback(SNDEX_RESULT_FATAL_ERROR); in CommonCallback()
1792 ReplyCallback (SNDEXResult result) in ReplyCallback() function