Home
last modified time | relevance | path

Searched refs:ChppGnssLocationEvent (Results 1 – 3 of 3) sorted by relevance

/system/chre/chpp/include/chpp/common/
Dgnss_types.h85 struct ChppGnssLocationEvent { struct
109 struct ChppGnssLocationEvent payload; argument
178 const struct ChppGnssLocationEvent *in, size_t inSize);
/system/chre/chpp/common/
Dgnss_convert.c110 const struct chreGnssLocationEvent *in, struct ChppGnssLocationEvent *out) { in chppGnssConvertLocationEventFromChre()
244 const struct ChppGnssLocationEvent *in, struct chreGnssLocationEvent *out) { in chppGnssConvertLocationEventToChre()
279 const struct ChppGnssLocationEvent *in, size_t inSize) { in chppGnssLocationEventToChre()
282 if (inSize >= sizeof(struct ChppGnssLocationEvent)) { in chppGnssLocationEventToChre()
/system/chre/chpp/clients/
Dgnss.c555 chppGnssLocationEventToChre((struct ChppGnssLocationEvent *)buf, len); in chppGnssLocationResultNotification()