Searched refs:getErrorMessage (Results 1 - 15 of 15) sorted by relevance

/frameworks/support/v4/api21/android/support/v4/media/session/
H A DPlaybackStateCompatApi21.java43 public static CharSequence getErrorMessage(Object stateObj) { method in class:PlaybackStateCompatApi21
44 return ((PlaybackState)stateObj).getErrorMessage();
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DObjectLoader.cpp113 input_filename, pFile.getErrorMessage().c_str());
121 pFile.getErrorMessage().c_str());
135 pFile.getErrorMessage().c_str());
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInfoWriter.cpp134 pOutput.getErrorMessage().c_str());
150 output_filename, pOutput.getErrorMessage().c_str());
162 output_filename, pOutput.getErrorMessage().c_str());
170 output_filename, pOutput.getErrorMessage().c_str());
H A DRSCompilerDriver.cpp97 read_output_mutex.getErrorMessage().c_str());
108 // object_file->getErrorMessage().c_str());
121 object_file->getErrorMessage().c_str());
264 pOutputPath, write_output_mutex.getErrorMessage().c_str());
275 output_file.getErrorMessage().c_str());
328 info_path.string(), info_file.getErrorMessage().c_str());
335 info_path.string(), write_info_mutex.getErrorMessage().c_str());
H A DRSExecutable.cpp137 info_file.getErrorMessage().c_str());
146 mObjFile->getName().c_str(), info_file.getErrorMessage().c_str());
H A DRSInfoReader.cpp160 pInput.getErrorMessage().c_str());
167 input_filename, pInput.getErrorMessage().c_str());
176 input_filename, pInput.getErrorMessage().c_str());
/frameworks/compile/libbcc/lib/Support/
H A DSha1Util.cpp34 "calculation! (%s)", pFilename, file.getErrorMessage().c_str());
/frameworks/compile/libbcc/include/bcc/Support/
H A DFileBase.h142 inline std::string getErrorMessage() const function in class:bcc::FileBase
/frameworks/support/v4/java/android/support/v4/media/session/
H A DPlaybackStateCompat.java337 public CharSequence getErrorMessage() { method in class:PlaybackStateCompat
371 PlaybackStateCompatApi21.getErrorMessage(stateObj),
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneMmiCode.java1017 mMessage = getErrorMessage(ar);
1070 private CharSequence getErrorMessage(AsyncResult ar) { method in class:ImsPhoneMmiCode
1120 sb.append(getErrorMessage(ar));
1257 sb.append(getErrorMessage(ar));
1261 sb.append(getErrorMessage(ar));
1321 sb.append(getErrorMessage(ar));
1324 sb.append(getErrorMessage(ar));
1382 sb.append(getErrorMessage(ar));
1477 sb.append(getErrorMessage(ar));
1480 sb.append(getErrorMessage(a
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmMmiCode.java1120 mMessage = getErrorMessage(ar);
1139 private CharSequence getErrorMessage(AsyncResult ar) { method in class:GsmMmiCode
1242 sb.append(getErrorMessage(ar));
1294 sb.append(getErrorMessage(ar));
1474 sb.append(getErrorMessage(ar));
1528 sb.append(getErrorMessage(ar));
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
H A DMain.java295 session.getResult().getErrorMessage());
301 session.getResult().getErrorMessage());
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DOnePlayerActivity.java199 statusBuilder.append("error: ").append(state.getErrorMessage());
/frameworks/compile/slang/
H A Dslang.h230 char const *getErrorMessage() { return mDiagClient->str().c_str(); } function in class:slang::Slang
/frameworks/base/media/java/android/media/session/
H A DPlaybackState.java375 public CharSequence getErrorMessage() { method in class:PlaybackState

Completed in 3882 milliseconds