Home
last modified time | relevance | path

Searched refs:postError (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/
DSoundTriggerTestService.java243 postError("Could not find model for: " + modelUuid.toString()); in loadModel()
264 postError("Could not find model for: " + modelUuid.toString()); in unloadModel()
290 postError("Could not find model for: " + modelUuid.toString()); in reloadModel()
314 postError("Could not find model for: " + modelUuid.toString()); in startRecognition()
339 postError("Could not find model for: " + modelUuid.toString()); in stopRecognition()
362 postError("Could not find model for: " + modelUuid.toString()); in playTriggerAudio()
376 postError("Could not find model for: " + modelUuid.toString()); in playCapturedAudio()
392 postError("Could not find model for: " + modelUuid.toString()); in setCaptureAudioTimeout()
403 postError("Could not find model for: " + modelUuid.toString()); in setCaptureAudio()
702 private void postError(String msg) { in postError() method in SoundTriggerTestService
/frameworks/av/media/libstagefright/httplive/
DLiveSession.h310 void postError(status_t err);
DLiveSession.cpp788 postError(err); in onMessageReceived()
2375 void LiveSession::postError(status_t err) { in postError() function in android::LiveSession
/frameworks/base/media/java/android/media/tv/
DTvInputManager.java718 void postError(final int error) { in postError() method in TvInputManager.SessionCallbackRecord
1099 record.postError(error); in TvInputManager()