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.cpp1038 sp<AMessage> timeoutMsg = new AMessage(kWhatStopStalled, mReflector); in onMessageReceived() local
1039 timeoutMsg->setInt32("generation", mGeneration); in onMessageReceived()
1040 timeoutMsg->post(timeoutUs); in onMessageReceived()
DMediaCodec.cpp2344 sp<AMessage> timeoutMsg = in onMessageReceived() local
2346 timeoutMsg->setInt32( in onMessageReceived()
2348 timeoutMsg->post(timeoutUs); in onMessageReceived()
2418 sp<AMessage> timeoutMsg = in onMessageReceived() local
2420 timeoutMsg->setInt32( in onMessageReceived()
2422 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()