Searched refs:timeoutMsg (Results 1 – 4 of 4) sorted by relevance
75 String timeoutMsg = "Timeout waiting " + timeoutMs + "ms for " + jobMsg; in runJobSync() local82 throw new IllegalStateException(timeoutMsg); in runJobSync()86 throw new IllegalStateException(timeoutMsg); in runJobSync()
419 Message timeoutMsg = obtainMessage(WHAT_TIMEOUT, setting); in handleMessage() local420 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()
5429 sp<AMessage> timeoutMsg = in onMessageReceived() local5431 timeoutMsg->setInt32( in onMessageReceived()5433 timeoutMsg->post(timeoutUs); in onMessageReceived()5517 sp<AMessage> timeoutMsg = in onMessageReceived() local5519 timeoutMsg->setInt32( in onMessageReceived()5521 timeoutMsg->post(timeoutUs); in onMessageReceived()