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.cpp938 sp<AMessage> timeoutMsg = new AMessage(kWhatStopStalled, mReflector); in onMessageReceived() local
939 timeoutMsg->setInt32("generation", mGeneration); in onMessageReceived()
940 timeoutMsg->post(kStopTimeoutUs); in onMessageReceived()
DMediaCodec.cpp2000 sp<AMessage> timeoutMsg = in onMessageReceived() local
2002 timeoutMsg->setInt32( in onMessageReceived()
2004 timeoutMsg->post(timeoutUs); in onMessageReceived()
2074 sp<AMessage> timeoutMsg = in onMessageReceived() local
2076 timeoutMsg->setInt32( in onMessageReceived()
2078 timeoutMsg->post(timeoutUs); in onMessageReceived()
/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java1123 Message timeoutMsg = mHandler.obtainMessage(MESSAGE_TIMEOUT_BIND); in handleMessage() local
1124 mHandler.sendMessageDelayed(timeoutMsg, TIMEOUT_BIND_MS); in handleMessage()
1565 Message timeoutMsg=mHandler.obtainMessage(MESSAGE_TIMEOUT_BIND); in handleEnable() local
1566 mHandler.sendMessageDelayed(timeoutMsg,TIMEOUT_BIND_MS); in handleEnable()