Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/itf/
DIAndroidBufferQueue.c71 return SL_RESULT_INTERNAL_ERROR; in setItems()
178 return SL_RESULT_INTERNAL_ERROR; in setItems()
228 return SL_RESULT_INTERNAL_ERROR; in setItems()
DIPlay.c90 result = SL_RESULT_INTERNAL_ERROR; in IPlay_SetPlayState()
141 result = SL_RESULT_INTERNAL_ERROR; in IPlay_GetPlayState()
DIDynamicInterfaceManagement.c83 result = SL_RESULT_INTERNAL_ERROR; in HandleAdd()
332 result = SL_RESULT_INTERNAL_ERROR; in HandleResume()
DIObject.c64 result = SL_RESULT_INTERNAL_ERROR; in HandleRealize()
207 result = SL_RESULT_INTERNAL_ERROR; in HandleResume()
/frameworks/wilhelm/src/android/
DAudioPlayer_to_android.cpp66 result = SL_RESULT_INTERNAL_ERROR; in aplayer_setPlayState()
84 result = SL_RESULT_INTERNAL_ERROR; in aplayer_setPlayState()
92 result = SL_RESULT_INTERNAL_ERROR; in aplayer_setPlayState()
532 result = SL_RESULT_INTERNAL_ERROR; in audioPlayer_getStreamType()
988 return SL_RESULT_INTERNAL_ERROR; in android_audioPlayer_checkSourceSink()
1036 return SL_RESULT_INTERNAL_ERROR; in android_audioPlayer_checkSourceSink()
1609 result = SL_RESULT_INTERNAL_ERROR; in android_audioPlayer_realize()
1711 result = SL_RESULT_INTERNAL_ERROR; in android_audioPlayer_destroy()
2217 result = SL_RESULT_INTERNAL_ERROR; in android_audioPlayer_bufferQueue_onClear()
Dandroid_Effect.cpp703 result = SL_RESULT_INTERNAL_ERROR; in android_genericFx_queryNumEffects()
735 result = SL_RESULT_INTERNAL_ERROR; in android_genericFx_queryEffect()
DAudioRecorder_to_android.cpp100 result = SL_RESULT_INTERNAL_ERROR; in audioRecorder_getPreset()
/frameworks/wilhelm/src/desktop/
DSndFile.c168 return SL_RESULT_INTERNAL_ERROR; in SndFile_checkAudioPlayerSourceSink()
/frameworks/wilhelm/tests/examples/
DslesTestRecBuffQueue.cpp245 ExitOnError(SL_RESULT_INTERNAL_ERROR); in TestRecToBuffQueue()
/frameworks/wilhelm/src/
Dsles.c143 return SL_RESULT_INTERNAL_ERROR; in err_to_result()
/frameworks/wilhelm/include/SLES/
DOpenSLES.h211 #define SL_RESULT_INTERNAL_ERROR ((SLuint32) 0x0000000D) macro