OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timeoutMsg
(Results
1 - 5
of
5
) sorted by null
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DispatchThread.java
74
String
timeoutMsg
= "Timeout waiting " + timeoutMs + "ms for " + jobMsg;
81
throw new IllegalStateException(
timeoutMsg
);
85
throw new IllegalStateException(
timeoutMsg
);
/packages/apps/Settings/src/com/android/settings/location/
SettingsInjector.java
417
Message
timeoutMsg
= obtainMessage(WHAT_TIMEOUT, setting);
418
sendMessageDelayed(
timeoutMsg
, INJECTED_STATUS_UPDATE_TIMEOUT_MILLIS);
/frameworks/av/media/libstagefright/
MediaCodecSource.cpp
981
sp<AMessage>
timeoutMsg
= new AMessage(kWhatStopStalled, mReflector);
982
timeoutMsg
->setInt32("generation", mGeneration);
983
timeoutMsg
->post(kStopTimeoutUs);
MediaCodec.cpp
[
all
...]
/frameworks/base/services/core/java/com/android/server/
BluetoothManagerService.java
[
all
...]
Completed in 560 milliseconds