Searched refs:postStatus (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/ |
D | DynamicSystemInstallationService.java | 244 postStatus(STATUS_IN_PROGRESS, CAUSE_NOT_SPECIFIED, null); in onProgressUpdate() 251 postStatus(STATUS_READY, CAUSE_INSTALL_COMPLETED, null); in onResult() 271 postStatus(STATUS_NOT_STARTED, CAUSE_INSTALL_CANCELLED, null); in onResult() 276 postStatus(STATUS_NOT_STARTED, CAUSE_ERROR_IO, detail); in onResult() 281 postStatus(STATUS_NOT_STARTED, CAUSE_ERROR_INVALID_URL, detail); in onResult() 285 postStatus(STATUS_NOT_STARTED, CAUSE_ERROR_EXCEPTION, detail); in onResult() 374 postStatus(STATUS_NOT_STARTED, CAUSE_INSTALL_CANCELLED, null); in executeDiscardCommand() 407 postStatus(STATUS_NOT_STARTED, CAUSE_ERROR_EXCEPTION, null); in executeRebootToDynSystemCommand() 480 postStatus(STATUS_NOT_STARTED, CAUSE_INSTALL_CANCELLED, null); in executeNotifyKeyguardDismissed() 621 private void postStatus(int status, int cause, Throwable detail) { in postStatus() method in DynamicSystemInstallationService
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayerRenderer.cpp | 467 status_t postStatus = msg->postAndAwaitResponse(&response); in openAudioSink() local 470 if (postStatus != OK || response.get() == nullptr || !response->findInt32("err", &err)) { in openAudioSink()
|