Home
last modified time | relevance | path

Searched refs:postStatus (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
DDynamicSystemInstallationService.java211 postStatus(STATUS_IN_PROGRESS, CAUSE_NOT_SPECIFIED, null); in onProgressUpdate()
217 postStatus(STATUS_READY, CAUSE_INSTALL_COMPLETED, null); in onResult()
229 postStatus(STATUS_NOT_STARTED, CAUSE_INSTALL_CANCELLED, null); in onResult()
234 postStatus(STATUS_NOT_STARTED, CAUSE_ERROR_IO, detail); in onResult()
239 postStatus(STATUS_NOT_STARTED, CAUSE_ERROR_INVALID_URL, detail); in onResult()
243 postStatus(STATUS_NOT_STARTED, CAUSE_ERROR_EXCEPTION, detail); in onResult()
327 postStatus(STATUS_NOT_STARTED, CAUSE_INSTALL_CANCELLED, null); in executeDiscardCommand()
360 postStatus(STATUS_NOT_STARTED, CAUSE_ERROR_EXCEPTION, null); in executeRebootToDynSystemCommand()
519 private void postStatus(int status, int cause, Throwable detail) { in postStatus() method in DynamicSystemInstallationService
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerRenderer.cpp457 status_t postStatus = msg->postAndAwaitResponse(&response); in openAudioSink() local
460 if (postStatus != OK || response.get() == nullptr || !response->findInt32("err", &err)) { in openAudioSink()