Home
last modified time | relevance | path

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

/hardware/interfaces/gnss/common/utils/default/
DMockLocation.cpp24 float gMockBearingDegrees{0}; variable
DUtils.cpp257 .bearingDegrees = gMockBearingDegrees, in getMockLocationV1_0()
/hardware/interfaces/gnss/common/utils/default/include/
DMockLocation.h30 extern float gMockBearingDegrees;
/hardware/interfaces/gnss/1.1/default/
DGnssDebug.cpp41 .bearingDegrees = gMockBearingDegrees, in getDebugData()
/hardware/interfaces/gnss/common/utils/default/v2_1/
DGnssDebug.cpp37 .bearingDegrees = gMockBearingDegrees, in getDebugData()
/hardware/interfaces/gnss/common/utils/default/include/v2_1/
DGnssTemplate.h686 auto bea = gMockBearingDegrees; in setLocation()
714 gMockBearingDegrees = bea; in setLocation()
718 gMockLatitudeDegrees, gMockLongitudeDegrees, gMockAltitudeMeters, gMockBearingDegrees, in setLocation()