Home
last modified time | relevance | path

Searched refs:timeoutMsg (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A 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()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/location/
H A DSettingsInjector.java419 Message timeoutMsg = obtainMessage(WHAT_TIMEOUT, setting); in handleMessage() local
420 sendMessageDelayed(timeoutMsg, INJECTED_STATUS_UPDATE_TIMEOUT_MILLIS); in handleMessage()
/aosp12/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp1094 sp<AMessage> timeoutMsg = new AMessage(kWhatStopStalled, mReflector); in onMessageReceived() local
1095 timeoutMsg->setInt32("generation", mGeneration); in onMessageReceived()
1096 timeoutMsg->post(timeoutUs); in onMessageReceived()
H A DMediaCodec.cpp4136 sp<AMessage> timeoutMsg = in onMessageReceived() local
4138 timeoutMsg->setInt32( in onMessageReceived()
4140 timeoutMsg->post(timeoutUs); in onMessageReceived()
4218 sp<AMessage> timeoutMsg = in onMessageReceived() local
4220 timeoutMsg->setInt32( in onMessageReceived()
4222 timeoutMsg->post(timeoutUs); in onMessageReceived()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DBluetoothManagerService.java1821 Message timeoutMsg = mHandler.obtainMessage(MESSAGE_TIMEOUT_BIND); in handleMessage() local
1822 mHandler.sendMessageDelayed(timeoutMsg, TIMEOUT_BIND_MS); in handleMessage()
2432 Message timeoutMsg = mHandler.obtainMessage(MESSAGE_TIMEOUT_BIND); in handleEnable() local
2433 mHandler.sendMessageDelayed(timeoutMsg, TIMEOUT_BIND_MS); in handleEnable()