Home
last modified time | relevance | path

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

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