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/av/media/libstagefright/
DMediaCodecSource.cpp1000 sp<AMessage> timeoutMsg = new AMessage(kWhatStopStalled, mReflector); in onMessageReceived() local
1001 timeoutMsg->setInt32("generation", mGeneration); in onMessageReceived()
1002 timeoutMsg->post(kStopTimeoutUs); in onMessageReceived()
DMediaCodec.cpp2288 sp<AMessage> timeoutMsg = in onMessageReceived() local
2290 timeoutMsg->setInt32( in onMessageReceived()
2292 timeoutMsg->post(timeoutUs); in onMessageReceived()
2362 sp<AMessage> timeoutMsg = in onMessageReceived() local
2364 timeoutMsg->setInt32( in onMessageReceived()
2366 timeoutMsg->post(timeoutUs); in onMessageReceived()
/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java1361 Message timeoutMsg = mHandler.obtainMessage(MESSAGE_TIMEOUT_BIND); in handleMessage() local
1362 mHandler.sendMessageDelayed(timeoutMsg, TIMEOUT_BIND_MS); in handleMessage()
1809 Message timeoutMsg=mHandler.obtainMessage(MESSAGE_TIMEOUT_BIND); in handleEnable() local
1810 mHandler.sendMessageDelayed(timeoutMsg,TIMEOUT_BIND_MS); in handleEnable()