Searched refs:timeoutMsg (Results 1 – 4 of 4) sorted by relevance
74 String timeoutMsg = "Timeout waiting " + timeoutMs + "ms for " + jobMsg; in runJobSync() local81 throw new IllegalStateException(timeoutMsg); in runJobSync()85 throw new IllegalStateException(timeoutMsg); in runJobSync()
420 Message timeoutMsg = obtainMessage(WHAT_TIMEOUT, setting); in handleMessage() local421 sendMessageDelayed(timeoutMsg, INJECTED_STATUS_UPDATE_TIMEOUT_MILLIS); in handleMessage()
1101 sp<AMessage> timeoutMsg = new AMessage(kWhatStopStalled, mReflector); in onMessageReceived() local1102 timeoutMsg->setInt32("generation", mGeneration); in onMessageReceived()1103 timeoutMsg->post(timeoutUs); in onMessageReceived()
4484 sp<AMessage> timeoutMsg = in onMessageReceived() local4486 timeoutMsg->setInt32( in onMessageReceived()4488 timeoutMsg->post(timeoutUs); in onMessageReceived()4566 sp<AMessage> timeoutMsg = in onMessageReceived() local4568 timeoutMsg->setInt32( in onMessageReceived()4570 timeoutMsg->post(timeoutUs); in onMessageReceived()