Home
last modified time | relevance | path

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

/external/sonivox/arm-hybrid-22k/host_src/
Deas_main.c76 EAS_RESULT result, reportResult; in PlayFile() local
99 if ((reportResult = EAS_OpenFile(easData, filename, &handle)) != EAS_SUCCESS) in PlayFile()
102 return reportResult; in PlayFile()
109 reportResult = result; in PlayFile()
120 if (reportResult == EAS_SUCCESS) in PlayFile()
127 reportResult = EAS_FAILURE; in PlayFile()
132 while (reportResult == EAS_SUCCESS) in PlayFile()
143 if (reportResult == EAS_SUCCESS) in PlayFile()
144 reportResult = result; in PlayFile()
153 if (reportResult == EAS_SUCCESS) in PlayFile()
[all …]
/external/sonivox/arm-fm-22k/host_src/
Deas_main.c76 EAS_RESULT result, reportResult; in PlayFile() local
99 if ((reportResult = EAS_OpenFile(easData, filename, &handle)) != EAS_SUCCESS) in PlayFile()
102 return reportResult; in PlayFile()
109 reportResult = result; in PlayFile()
120 if (reportResult == EAS_SUCCESS) in PlayFile()
127 reportResult = EAS_FAILURE; in PlayFile()
132 while (reportResult == EAS_SUCCESS) in PlayFile()
143 if (reportResult == EAS_SUCCESS) in PlayFile()
144 reportResult = result; in PlayFile()
153 if (reportResult == EAS_SUCCESS) in PlayFile()
[all …]
/external/sonivox/arm-wt-22k/host_src/
Deas_main.c76 EAS_RESULT result, reportResult; in PlayFile() local
102 if ((reportResult = EAS_OpenFile(easData, &file, &handle)) != EAS_SUCCESS) in PlayFile()
105 return reportResult; in PlayFile()
112 reportResult = result; in PlayFile()
123 if (reportResult == EAS_SUCCESS) in PlayFile()
130 reportResult = EAS_FAILURE; in PlayFile()
135 while (reportResult == EAS_SUCCESS) in PlayFile()
146 if (reportResult == EAS_SUCCESS) in PlayFile()
147 reportResult = result; in PlayFile()
156 if (reportResult == EAS_SUCCESS) in PlayFile()
[all …]
/external/sonivox/arm-wt-22k/lib_src/
Deas_public.c469 EAS_RESULT result, reportResult; in EAS_Shutdown() local
480 reportResult = EAS_SUCCESS; in EAS_Shutdown()
488 reportResult = result; in EAS_Shutdown()
497 if (reportResult == EAS_SUCCESS) in EAS_Shutdown()
498 reportResult = result; in EAS_Shutdown()
505 if (reportResult == EAS_SUCCESS) in EAS_Shutdown()
506 reportResult = result; in EAS_Shutdown()
517 if (reportResult == EAS_SUCCESS) in EAS_Shutdown()
518 reportResult = result; in EAS_Shutdown()
533 if (reportResult == EAS_SUCCESS) in EAS_Shutdown()
[all …]
/external/sonivox/arm-hybrid-22k/lib_src/
Deas_public.c468 EAS_RESULT result, reportResult; in EAS_Shutdown() local
479 reportResult = EAS_SUCCESS; in EAS_Shutdown()
487 reportResult = result; in EAS_Shutdown()
496 if (reportResult == EAS_SUCCESS) in EAS_Shutdown()
497 reportResult = result; in EAS_Shutdown()
504 if (reportResult == EAS_SUCCESS) in EAS_Shutdown()
505 reportResult = result; in EAS_Shutdown()
516 if (reportResult == EAS_SUCCESS) in EAS_Shutdown()
517 reportResult = result; in EAS_Shutdown()
532 if (reportResult == EAS_SUCCESS) in EAS_Shutdown()
[all …]
/external/sonivox/arm-fm-22k/lib_src/
Deas_public.c468 EAS_RESULT result, reportResult; in EAS_Shutdown() local
479 reportResult = EAS_SUCCESS; in EAS_Shutdown()
487 reportResult = result; in EAS_Shutdown()
496 if (reportResult == EAS_SUCCESS) in EAS_Shutdown()
497 reportResult = result; in EAS_Shutdown()
504 if (reportResult == EAS_SUCCESS) in EAS_Shutdown()
505 reportResult = result; in EAS_Shutdown()
516 if (reportResult == EAS_SUCCESS) in EAS_Shutdown()
517 reportResult = result; in EAS_Shutdown()
532 if (reportResult == EAS_SUCCESS) in EAS_Shutdown()
[all …]
/external/deqp/modules/glshared/
DglsShaderPerformanceCase.cpp198 reportResult(result.megaVertPerSec, result.megaFragPerSec); in iterate()
205 void ShaderPerformanceCase::reportResult (float mvertPerSecond, float mfragPerSecond) in reportResult() function in deqp::gls::ShaderPerformanceCase
DglsShaderPerformanceCase.hpp70 virtual void reportResult (float mvertPerSecond, float mfragPerSecond);