Searched refs:SL_RESULT_CONTROL_LOST (Results 1 - 8 of 8) sorted by relevance

/frameworks/wilhelm/src/ut/
H A DslesutResult.c24 #define SLESUT_RESULT_MAX (SL_RESULT_CONTROL_LOST + 1)
45 "SL_RESULT_CONTROL_LOST"
/frameworks/wilhelm/src/itf/
H A DIPresetReverb.c49 result = SL_RESULT_CONTROL_LOST;
81 result = SL_RESULT_CONTROL_LOST;
86 // OpenSL ES 1.0.1 spec and conformance test do not permit SL_RESULT_CONTROL_LOST
87 if (SL_RESULT_CONTROL_LOST == result) {
H A DIEnvironmentalReverb.c57 result = SL_RESULT_CONTROL_LOST;
84 result = SL_RESULT_CONTROL_LOST;
118 result = SL_RESULT_CONTROL_LOST;
146 result = SL_RESULT_CONTROL_LOST;
177 result = SL_RESULT_CONTROL_LOST;
205 result = SL_RESULT_CONTROL_LOST;
236 result = SL_RESULT_CONTROL_LOST;
264 result = SL_RESULT_CONTROL_LOST;
297 result = SL_RESULT_CONTROL_LOST;
325 result = SL_RESULT_CONTROL_LOST;
[all...]
H A DIBassBoost.c49 result = SL_RESULT_CONTROL_LOST;
76 result = SL_RESULT_CONTROL_LOST;
103 result = SL_RESULT_CONTROL_LOST;
131 result = SL_RESULT_CONTROL_LOST;
161 result = SL_RESULT_CONTROL_LOST;
H A DIVirtualizer.c49 result = SL_RESULT_CONTROL_LOST;
78 result = SL_RESULT_CONTROL_LOST;
105 result = SL_RESULT_CONTROL_LOST;
133 result = SL_RESULT_CONTROL_LOST;
163 result = SL_RESULT_CONTROL_LOST;
H A DIEqualizer.c66 result = SL_RESULT_CONTROL_LOST;
94 result = SL_RESULT_CONTROL_LOST;
161 result = SL_RESULT_CONTROL_LOST;
194 result = SL_RESULT_CONTROL_LOST;
229 result = SL_RESULT_CONTROL_LOST;
268 result = SL_RESULT_CONTROL_LOST;
324 result = SL_RESULT_CONTROL_LOST;
356 result = SL_RESULT_CONTROL_LOST;
396 result = SL_RESULT_CONTROL_LOST;
/frameworks/wilhelm/src/android/
H A Dandroid_Effect.cpp608 return SL_RESULT_CONTROL_LOST;
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h214 #define SL_RESULT_CONTROL_LOST ((SLuint32) 0x00000010) macro

Completed in 86 milliseconds