Home
last modified time | relevance | path

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

/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.c479 EAS_RESULT reportResult = EAS_SUCCESS; in EAS_Shutdown() local
490 reportResult = result; in EAS_Shutdown()
499 if (reportResult == EAS_SUCCESS) in EAS_Shutdown()
500 reportResult = result; in EAS_Shutdown()
507 if (reportResult == EAS_SUCCESS) in EAS_Shutdown()
508 reportResult = result; in EAS_Shutdown()
519 if (reportResult == EAS_SUCCESS) in EAS_Shutdown()
520 reportResult = result; in EAS_Shutdown()
535 if (reportResult == EAS_SUCCESS) in EAS_Shutdown()
536 reportResult = result; in EAS_Shutdown()
[all …]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
DWifiScannerFacade.java123 public void reportResult(ScanResult[] results, String type) { in reportResult() method in WifiScannerFacade.WifiActionListener
207 mWAL.reportResult(new ScanResult[] { in onFullResult()
273 mWAL.reportResult(results, "onChanging"); in onChanging()
283 mWAL.reportResult(results, "onQuiescence"); in onQuiescence()
326 mWAL.reportResult(results, "onFound"); in onFound()
331 mWAL.reportResult(results, "onLost"); in onLost()
/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);