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

  /frameworks/av/media/libstagefright/
MediaCodec.cpp 958 sp<AMessage> timeoutMsg =
960 timeoutMsg->setInt32(
962 timeoutMsg->post(timeoutUs);
1032 sp<AMessage> timeoutMsg =
1034 timeoutMsg->setInt32(
1036 timeoutMsg->post(timeoutUs);
    [all...]
  /frameworks/base/services/java/com/android/server/
BluetoothManagerService.java 549 Message timeoutMsg = mHandler.obtainMessage(MESSAGE_TIMEOUT_BIND);
550 mHandler.sendMessageDelayed(timeoutMsg,TIMEOUT_BIND_MS);
    [all...]
  /tools/motodev/src/plugins/android/src/com/motorola/studio/android/adt/
DDMSFacade.java 548 String timeoutMsg, IStopCondition stopCondition, IProgressMonitor monitor)
621 testTimeout(timeoutLimit, ((timeoutMsg != null) ? timeoutMsg
    [all...]

Completed in 111 milliseconds