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()
1038 sp<AMessage> timeoutMsg = new AMessage(kWhatStopStalled, mReflector); in onMessageReceived() local1039 timeoutMsg->setInt32("generation", mGeneration); in onMessageReceived()1040 timeoutMsg->post(timeoutUs); in onMessageReceived()
2344 sp<AMessage> timeoutMsg = in onMessageReceived() local2346 timeoutMsg->setInt32( in onMessageReceived()2348 timeoutMsg->post(timeoutUs); in onMessageReceived()2418 sp<AMessage> timeoutMsg = in onMessageReceived() local2420 timeoutMsg->setInt32( in onMessageReceived()2422 timeoutMsg->post(timeoutUs); in onMessageReceived()
1361 Message timeoutMsg = mHandler.obtainMessage(MESSAGE_TIMEOUT_BIND); in handleMessage() local1362 mHandler.sendMessageDelayed(timeoutMsg, TIMEOUT_BIND_MS); in handleMessage()1809 Message timeoutMsg=mHandler.obtainMessage(MESSAGE_TIMEOUT_BIND); in handleEnable() local1810 mHandler.sendMessageDelayed(timeoutMsg,TIMEOUT_BIND_MS); in handleEnable()