Home
last modified time | relevance | path

Searched refs:timeoutMsg (Results 1 – 4 of 4) sorted by relevance

/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DDispatchThread.java75 String timeoutMsg = "Timeout waiting " + timeoutMs + "ms for " + jobMsg; in runJobSync() local
82 throw new IllegalStateException(timeoutMsg); in runJobSync()
86 throw new IllegalStateException(timeoutMsg); in runJobSync()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/location/
DSettingsInjector.java419 Message timeoutMsg = obtainMessage(WHAT_TIMEOUT, setting); in handleMessage() local
420 sendMessageDelayed(timeoutMsg, INJECTED_STATUS_UPDATE_TIMEOUT_MILLIS); in handleMessage()
/frameworks/av/media/libstagefright/
DMediaCodecSource.cpp1101 sp<AMessage> timeoutMsg = new AMessage(kWhatStopStalled, mReflector); in onMessageReceived() local
1102 timeoutMsg->setInt32("generation", mGeneration); in onMessageReceived()
1103 timeoutMsg->post(timeoutUs); in onMessageReceived()
DMediaCodec.cpp5429 sp<AMessage> timeoutMsg = in onMessageReceived() local
5431 timeoutMsg->setInt32( in onMessageReceived()
5433 timeoutMsg->post(timeoutUs); in onMessageReceived()
5517 sp<AMessage> timeoutMsg = in onMessageReceived() local
5519 timeoutMsg->setInt32( in onMessageReceived()
5521 timeoutMsg->post(timeoutUs); in onMessageReceived()