Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/snd/ARM9.TWL/src/
Dsndex.c96 static void ReplyCallback (SNDEXResult result);
1584 ReplyCallback(SNDEX_RESULT_FATAL_ERROR); in CommonCallback()
1634 ReplyCallback(SNDEX_RESULT_SUCCESS); in CommonCallback()
1637 ReplyCallback(SNDEX_RESULT_INVALID_PARAM); in CommonCallback()
1640 ReplyCallback(SNDEX_RESULT_EXCLUSIVE); in CommonCallback()
1643 ReplyCallback(SNDEX_RESULT_ILLEGAL_STATE); in CommonCallback()
1653 ReplyCallback(SNDEX_RESULT_DEVICE_ERROR); in CommonCallback()
1657 ReplyCallback(SNDEX_RESULT_FATAL_ERROR); in CommonCallback()
1797 ReplyCallback (SNDEXResult result) in ReplyCallback() function