Lines Matching refs:ChppAppHeader
114 .minLength = sizeof(struct ChppAppHeader),
174 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppDispatchGnssResponse()
250 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppDispatchGnssNotification()
386 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppGnssGetCapabilitiesResult()
422 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppGnssControlLocationSessionResult()
462 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppGnssControlMeasurementSessionResult()
500 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppGnssConfigurePassiveLocationListenerResult()
551 buf += sizeof(struct ChppAppHeader); in chppGnssLocationResultNotification()
552 len -= sizeof(struct ChppAppHeader); in chppGnssLocationResultNotification()
580 buf += sizeof(struct ChppAppHeader); in chppGnssMeasurementResultNotification()
581 len -= sizeof(struct ChppAppHeader); in chppGnssMeasurementResultNotification()
634 struct ChppAppHeader *request = chppAllocClientRequestCommand( in chppGnssClientClose()
668 struct ChppAppHeader *request = chppAllocClientRequestCommand( in chppGnssClientGetCapabilities()