Home
last modified time | relevance | path

Searched refs:mPreviousLocation (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/dataconnection/
DVendorDataResetEventTracker.java57 private GsmCellLocation mPreviousLocation = null; field in VendorDataResetEventTracker
132 mPreviousLocation = (GsmCellLocation) mPhone.getCellIdentity().asCellLocation(); in startResetEventTracker()
133 if (DBG) log("DataConnection mPreviousLocation : " + mPreviousLocation); in startResetEventTracker()
146 if (mPreviousLocation != null in startResetEventTracker()
148 if (mPreviousLocation.getCid() != currentLocation in startResetEventTracker()
150 || mPreviousLocation.getLac() != currentLocation in startResetEventTracker()
156 mPreviousLocation = currentLocation; in startResetEventTracker()
174 mPreviousLocation = null; in stopResetEventTracker()
/frameworks/av/media/libaudioclient/
DAudioTrack.cpp612 mPreviousLocation = ExtendedTimestamp::LOCATION_INVALID; in set()
666 mPreviousLocation = ExtendedTimestamp::LOCATION_INVALID; in start()
2602 ALOGW_IF(mPreviousLocation == ExtendedTimestamp::LOCATION_KERNEL, in getTimestamp_l()
2627 ALOGV_IF(mPreviousLocation == ExtendedTimestamp::LOCATION_SERVER, in getTimestamp_l()
2669 mPreviousLocation = location; in getTimestamp_l()
/frameworks/av/media/libaudioclient/include/media/
DAudioTrack.h1168 ExtendedTimestamp::Location mPreviousLocation; // location used for previous timestamp variable