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.java74 String timeoutMsg = "Timeout waiting " + timeoutMs + "ms for " + jobMsg; in runJobSync() local
81 throw new IllegalStateException(timeoutMsg); in runJobSync()
85 throw new IllegalStateException(timeoutMsg); in runJobSync()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/location/
DSettingsInjector.java420 Message timeoutMsg = obtainMessage(WHAT_TIMEOUT, setting); in handleMessage() local
421 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.cpp4484 sp<AMessage> timeoutMsg = in onMessageReceived() local
4486 timeoutMsg->setInt32( in onMessageReceived()
4488 timeoutMsg->post(timeoutUs); in onMessageReceived()
4566 sp<AMessage> timeoutMsg = in onMessageReceived() local
4568 timeoutMsg->setInt32( in onMessageReceived()
4570 timeoutMsg->post(timeoutUs); in onMessageReceived()