HomeSort by relevance Sort by last modified time
    Searched defs:mRetryCount (Results 1 - 6 of 6) sorted by null

  /hardware/libhardware_legacy/audio/
A2dpAudioInterface.h 113 int mRetryCount;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RetryManager.java 108 private int mRetryCount;
123 + " curMaxRetry=" + mCurMaxRetryCount + " retry=" + mRetryCount
267 boolean retVal = mRetryForever || (mRetryCount < mCurMaxRetryCount);
277 if (mRetryCount < mRetryArray.size()) {
278 index = mRetryCount;
298 if (DBG) log("getRetryCount: " + mRetryCount);
299 return mRetryCount;
306 mRetryCount++;
307 if (mRetryCount > mCurMaxRetryCount) {
308 mRetryCount = mCurMaxRetryCount
    [all...]
SMSDispatcher.java 382 tracker.mRetryCount = MAX_SEND_RETRIES;
386 +" mRetryCount="+tracker.mRetryCount
397 tracker.mRetryCount < MAX_SEND_RETRIES) {
406 tracker.mRetryCount++;
    [all...]
  /packages/services/Telephony/src/com/android/phone/
HfaLogic.java 75 private int mRetryCount;
90 mRetryCount = DEFAULT_RETRY_COUNT;
107 + " mRetryCount=" + mRetryCount);
108 mRetryCount -= 1;
109 if (mRetryCount >= 0) {
114 mRetryCount = 0;
PhoneInterfaceManager.java 462 private int mRetryCount = -1;
486 mRetryCount = msg.arg1;
546 resultArray[1] = mRetryCount;
  /frameworks/av/services/audioflinger/
PlaybackTracks.h 121 int8_t mRetryCount;

Completed in 308 milliseconds