/frameworks/wilhelm/tests/examples/ |
slesTestEffectCapabilities.cpp | 36 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__) 38 void ExitOnErrorFunc( SLresult result , int line)
|
slesTestBassBoostPath.cpp | 36 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__) 38 void ExitOnErrorFunc( SLresult result , int line)
|
slesTestPlayFdPath.cpp | 36 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__) 38 void ExitOnErrorFunc( SLresult result , int line)
|
slesTestVirtualizerPath.cpp | 36 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__) 38 void ExitOnErrorFunc( SLresult result , int line)
|
xaVideoDecoderCapabilities.cpp | 33 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__) 35 void ExitOnErrorFunc( XAresult result , int line)
|
slesTestEqFdPath.cpp | 36 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__) 38 void ExitOnErrorFunc( SLresult result , int line)
|
slesTestEqOutputPath.cpp | 36 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__) 38 void ExitOnErrorFunc( SLresult result , int line)
|
slesTestRecBuffQueue.cpp | 69 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__) 71 void ExitOnErrorFunc( SLresult result , int line)
|
slesTestSendToPresetReverb.cpp | 37 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__) 39 void ExitOnErrorFunc( SLresult result , int line)
|
slesTestDecodeToBuffQueue.cpp | 95 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__) 97 void ExitOnErrorFunc( SLresult result , int line)
|
slesTestDecodeAac.cpp | 147 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__) 149 void ExitOnErrorFunc( SLresult result , int line) [all...] |
/frameworks/wilhelm/tests/mimeUri/ |
slesTestManyPlayers.cpp | 56 #define CheckErr(x) ExitOnErrorFunc(x, -1, __LINE__) 57 #define CheckErrPlyr(x, id) ExitOnErrorFunc(x, id, __LINE__) 59 void ExitOnErrorFunc( SLresult result, int playerId, int line)
|
slesTestLoopUri.cpp | 51 #define CheckErr(x) ExitOnErrorFunc(x,__LINE__) 53 void ExitOnErrorFunc( SLresult result , int line)
|
slesTestPlayStreamType.cpp | 34 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__) 36 void ExitOnErrorFunc( SLresult result , int line)
|
slesTestPlayUri.cpp | 58 #define CheckErr(x) ExitOnErrorFunc(x,__LINE__) 60 void ExitOnErrorFunc( SLresult result , int line)
|
slesTest_playStates.cpp | 34 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__) 36 void ExitOnErrorFunc( SLresult result , int line)
|
slesTestGetPositionUri.cpp | 45 #define CheckErr(x) ExitOnErrorFunc(x,__LINE__) 47 void ExitOnErrorFunc( SLresult result , int line)
|
slesTestSlowDownUri.cpp | 53 #define CheckErr(x) ExitOnErrorFunc(x,__LINE__) 55 void ExitOnErrorFunc( SLresult result , int line)
|
/frameworks/wilhelm/tests/listening/ |
slesTest_playMuteSolo.cpp | 41 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__) 43 void ExitOnErrorFunc( SLresult result , int line)
|
/frameworks/wilhelm/tests/sandbox/streamSource/ |
slesTestPlayStream.cpp | 59 #define CheckErr(x) ExitOnErrorFunc(x,__LINE__) 61 void ExitOnErrorFunc( SLresult result , int line)
|