HomeSort by relevance Sort by last modified time
    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 462 Message timeoutMsg = obtainMessage(WHAT_TIMEOUT, setting);
463 sendMessageDelayed(timeoutMsg, INJECTED_STATUS_UPDATE_TIMEOUT_MILLIS);
  /frameworks/av/media/libstagefright/
MediaCodecSource.cpp     [all...]
MediaCodec.cpp     [all...]
  /frameworks/base/services/core/java/com/android/server/
BluetoothManagerService.java     [all...]

Completed in 276 milliseconds