Home
last modified time | relevance | path

Searched refs:m_longitude (Results 1 – 4 of 4) sorted by relevance

/base/location/frameworks/location_common/common/source/
Dgeo_address.cpp24 m_longitude = 0.0; in GeoAddress()
54 return m_longitude; in GetLongitude()
98 m_longitude = in.ReadDouble(); in ReadFromParcel()
135 parcel.WriteDouble(m_longitude); in Marshalling()
/base/location/interfaces/inner_api/include/
Dgeo_address.h37 double m_longitude; variable
/base/location/test/location_common/source/
Dlocation_common_test.cpp118 EXPECT_EQ(MOCK_LONGITUDE, geoAddress->m_longitude); in VerifyGeoAddressReadFromParcel()
205 geoAddress->m_longitude = 1.0;
/base/location/frameworks/native/source/
Dnapi_util.cpp449 address->m_longitude = longitude; in GetGeoAddressInfo()