Home
last modified time | relevance | path

Searched refs:mTimestamp (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/sm8150/gps/geofence/
DGeofenceAdapter.cpp753 uint64_t mTimestamp; in geofenceBreachEvent() member
766 mTimestamp(timestamp) in geofenceBreachEvent()
778 mAdapter.geofenceBreach(mCount, mHwIds, mLocation, mBreachType, mTimestamp); in geofenceBreachEvent()
/hardware/qcom/sm8150p/gps/geofence/
DGeofenceAdapter.cpp753 uint64_t mTimestamp; in geofenceBreachEvent() member
766 mTimestamp(timestamp) in geofenceBreachEvent()
778 mAdapter.geofenceBreach(mCount, mHwIds, mLocation, mBreachType, mTimestamp); in geofenceBreachEvent()
/hardware/qcom/sm7250/gps/geofence/
DGeofenceAdapter.cpp753 uint64_t mTimestamp; in geofenceBreachEvent() member
766 mTimestamp(timestamp) in geofenceBreachEvent()
778 mAdapter.geofenceBreach(mCount, mHwIds, mLocation, mBreachType, mTimestamp); in geofenceBreachEvent()
/hardware/qcom/sm7150/gps/geofence/
DGeofenceAdapter.cpp753 uint64_t mTimestamp; in geofenceBreachEvent() member
766 mTimestamp(timestamp) in geofenceBreachEvent()
778 mAdapter.geofenceBreach(mCount, mHwIds, mLocation, mBreachType, mTimestamp); in geofenceBreachEvent()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDevice.h210 uint64_t mTimestamp; variable
DExynosDevice.cpp76 mTimestamp(0), in ExynosDevice()
426 localTime->tm_sec, updateTimeInfo.lastUeventTime.tv_usec/1000, mTimestamp); in dump()