Home
last modified time | relevance | path

Searched refs:timeoutMsg (Results 1 – 5 of 5) 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.java421 Message timeoutMsg = obtainMessage(WHAT_TIMEOUT, setting); in handleMessage() local
422 sendMessageDelayed(timeoutMsg, INJECTED_STATUS_UPDATE_TIMEOUT_MILLIS); in handleMessage()
/frameworks/av/media/libstagefright/
DMediaCodecSource.cpp1058 sp<AMessage> timeoutMsg = new AMessage(kWhatStopStalled, mReflector); in onMessageReceived() local
1059 timeoutMsg->setInt32("generation", mGeneration); in onMessageReceived()
1060 timeoutMsg->post(timeoutUs); in onMessageReceived()
DMediaCodec.cpp2848 sp<AMessage> timeoutMsg = in onMessageReceived() local
2850 timeoutMsg->setInt32( in onMessageReceived()
2852 timeoutMsg->post(timeoutUs); in onMessageReceived()
2922 sp<AMessage> timeoutMsg = in onMessageReceived() local
2924 timeoutMsg->setInt32( in onMessageReceived()
2926 timeoutMsg->post(timeoutUs); in onMessageReceived()
/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java1706 Message timeoutMsg = mHandler.obtainMessage(MESSAGE_TIMEOUT_BIND); in handleMessage() local
1707 mHandler.sendMessageDelayed(timeoutMsg, TIMEOUT_BIND_MS); in handleMessage()
2269 Message timeoutMsg = mHandler.obtainMessage(MESSAGE_TIMEOUT_BIND); in handleEnable() local
2270 mHandler.sendMessageDelayed(timeoutMsg, TIMEOUT_BIND_MS); in handleEnable()