HomeSort by relevance Sort by last modified time
    Searched defs:writeResult (Results 1 - 6 of 6) sorted by null

  /cts/suite/audio_quality/lib/src/
Report.cpp 90 void Report::writeResult(std::list<StringPair>::const_iterator begin,
118 writeResult(mFailedCases.begin(), mFailedCases.end(), false);
119 writeResult(mPassedCases.begin(), mPassedCases.end(), true);
  /packages/apps/Camera/tests/src/com/android/camera/stress/
TestUtil.java 53 public void writeResult(int iteration) throws Exception {
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/stress/
TestUtil.java 53 public void writeResult(int iteration) throws Exception {
  /packages/apps/Gallery2/tests_camera/src/com/android/camera/stress/
TestUtil.java 53 public void writeResult(int iteration) throws Exception {
  /packages/apps/LegacyCamera/tests/src/com/android/camera/stress/
TestUtil.java 53 public void writeResult(int iteration) throws Exception {
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/
MobiCoreDriverDaemon.cpp 210 size_t MobiCoreDriverDaemon::writeResult(
331 writeResult(CONNECTION, MC_DRV_ERR_DAEMON_SOCKET); \
336 writeResult(CONNECTION, MC_DRV_ERR_DAEMON_SOCKET); \
345 writeResult(CONNECTION, MC_DRV_ERR_DAEMON_DEVICE_NOT_OPEN); \
361 writeResult(connection, MC_DRV_ERR_DEVICE_ALREADY_OPEN);
373 writeResult(connection, MC_DRV_ERR_UNKNOWN_DEVICE);
381 writeResult(connection, MC_DRV_OK);
401 writeResult(connection, MC_DRV_OK);
420 writeResult(connection, MC_DRV_ERR_TRUSTLET_NOT_FOUND);
425 writeResult(connection, MC_DRV_ERR_TRUSTLET_NOT_FOUND)
    [all...]

Completed in 93 milliseconds