Searched refs:timeoutMsg (Results 1 - 4 of 4) sorted by relevance

/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DDispatchThread.java74 String timeoutMsg = "Timeout waiting " + timeoutMs + "ms for " + jobMsg;
81 throw new IllegalStateException(timeoutMsg);
85 throw new IllegalStateException(timeoutMsg);
/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp1038 sp<AMessage> timeoutMsg = new AMessage(kWhatStopStalled, mReflector); local
1039 timeoutMsg->setInt32("generation", mGeneration);
1040 timeoutMsg->post(timeoutUs);
H A DMediaCodec.cpp2344 sp<AMessage> timeoutMsg = local
2346 timeoutMsg->setInt32(
2348 timeoutMsg->post(timeoutUs);
2418 sp<AMessage> timeoutMsg = local
2420 timeoutMsg->setInt32(
2422 timeoutMsg->post(timeoutUs);
/frameworks/base/services/core/java/com/android/server/
H A DBluetoothManagerService.java1361 Message timeoutMsg = mHandler.obtainMessage(MESSAGE_TIMEOUT_BIND);
1362 mHandler.sendMessageDelayed(timeoutMsg, TIMEOUT_BIND_MS);
1809 Message timeoutMsg=mHandler.obtainMessage(MESSAGE_TIMEOUT_BIND);
1810 mHandler.sendMessageDelayed(timeoutMsg,TIMEOUT_BIND_MS);

Completed in 1358 milliseconds