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()
938 sp<AMessage> timeoutMsg = new AMessage(kWhatStopStalled, mReflector); in onMessageReceived() local939 timeoutMsg->setInt32("generation", mGeneration); in onMessageReceived()940 timeoutMsg->post(kStopTimeoutUs); in onMessageReceived()
2000 sp<AMessage> timeoutMsg = in onMessageReceived() local2002 timeoutMsg->setInt32( in onMessageReceived()2004 timeoutMsg->post(timeoutUs); in onMessageReceived()2074 sp<AMessage> timeoutMsg = in onMessageReceived() local2076 timeoutMsg->setInt32( in onMessageReceived()2078 timeoutMsg->post(timeoutUs); in onMessageReceived()
1123 Message timeoutMsg = mHandler.obtainMessage(MESSAGE_TIMEOUT_BIND); in handleMessage() local1124 mHandler.sendMessageDelayed(timeoutMsg, TIMEOUT_BIND_MS); in handleMessage()1565 Message timeoutMsg=mHandler.obtainMessage(MESSAGE_TIMEOUT_BIND); in handleEnable() local1566 mHandler.sendMessageDelayed(timeoutMsg,TIMEOUT_BIND_MS); in handleEnable()