HomeSort by relevance Sort by last modified time
    Searched refs:MSG_WRITE (Results 1 - 3 of 3) sorted by null

  /packages/apps/TV/usbtuner/src/com/android/usbtuner/exoplayer/cache/
SampleCache.java 107 public static final int MSG_WRITE = 1;
161 case MSG_WRITE:
364 mIoHandler.obtainMessage(IoHandlerCallback.MSG_WRITE,
  /frameworks/base/services/core/java/com/android/server/am/
CompatModePackages.java 65 private static final int MSG_WRITE = ActivityManagerService.FIRST_COMPAT_MODE_MSG;
77 case MSG_WRITE:
194 mHandler.removeMessages(MSG_WRITE);
195 Message msg = mHandler.obtainMessage(MSG_WRITE);
  /external/webrtc/webrtc/p2p/base/
pseudotcp_unittest.cc 115 MSG_WRITE};
459 rtc::Thread::Current()->Post(this, MSG_WRITE);
482 case MSG_WRITE: {
565 rtc::Thread::Current()->PostDelayed(10, this, MSG_WRITE);

Completed in 94 milliseconds