Home
last modified time | relevance | path

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

/system/chre/chpp/include/chpp/common/
Dgnss.h97 struct ChppGnssGetCapabilitiesResponse { struct
/system/chre/chpp/services/
Dgnss.c345 struct ChppGnssGetCapabilitiesResponse *response = in chppGnssServiceGetCapabilities()
347 struct ChppGnssGetCapabilitiesResponse); in chppGnssServiceGetCapabilities()
/system/chre/chpp/clients/
Dgnss.c385 if (len < sizeof(struct ChppGnssGetCapabilitiesResponse)) { in chppGnssGetCapabilitiesResult()
391 &((struct ChppGnssGetCapabilitiesResponse *)buf)->params; in chppGnssGetCapabilitiesResult()
/system/chre/chpp/test/
Dtransport_test.cpp963 sizeof(ChppGnssGetCapabilitiesResponse)); in TEST_F()