Searched refs:postStatus (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/ |
D | DynamicSystemInstallationService.java | 219 postStatus(STATUS_IN_PROGRESS, CAUSE_NOT_SPECIFIED, null); in onProgressUpdate() 225 postStatus(STATUS_READY, CAUSE_INSTALL_COMPLETED, null); in onResult() 236 postStatus(STATUS_NOT_STARTED, CAUSE_INSTALL_CANCELLED, null); in onResult() 240 postStatus(STATUS_NOT_STARTED, CAUSE_ERROR_IO, detail); in onResult() 245 postStatus(STATUS_NOT_STARTED, CAUSE_ERROR_INVALID_URL, detail); in onResult() 249 postStatus(STATUS_NOT_STARTED, CAUSE_ERROR_EXCEPTION, detail); in onResult() 332 postStatus(STATUS_NOT_STARTED, CAUSE_INSTALL_CANCELLED, null); in executeDiscardCommand() 507 private void postStatus(int status, int cause, Throwable detail) { in postStatus() method in DynamicSystemInstallationService
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayerRenderer.cpp | 437 status_t postStatus = msg->postAndAwaitResponse(&response); in openAudioSink() local 440 if (postStatus != OK || response.get() == nullptr || !response->findInt32("err", &err)) { in openAudioSink()
|