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.cpp981 sp<AMessage> timeoutMsg = new AMessage(kWhatStopStalled, mReflector); local
982 timeoutMsg->setInt32("generation", mGeneration);
983 timeoutMsg->post(kStopTimeoutUs);
H A DMediaCodec.cpp2000 sp<AMessage> timeoutMsg = local
2002 timeoutMsg->setInt32(
2004 timeoutMsg->post(timeoutUs);
2074 sp<AMessage> timeoutMsg = local
2076 timeoutMsg->setInt32(
2078 timeoutMsg->post(timeoutUs);
/frameworks/base/services/core/java/com/android/server/
H A DBluetoothManagerService.java1152 Message timeoutMsg = mHandler.obtainMessage(MESSAGE_TIMEOUT_BIND);
1153 mHandler.sendMessageDelayed(timeoutMsg, TIMEOUT_BIND_MS);
1594 Message timeoutMsg=mHandler.obtainMessage(MESSAGE_TIMEOUT_BIND);
1595 mHandler.sendMessageDelayed(timeoutMsg,TIMEOUT_BIND_MS);

Completed in 64 milliseconds