Home
last modified time | relevance | path

Searched refs:notificationLen (Results 1 – 2 of 2) sorted by relevance

/system/chre/chpp/services/
Dgnss.c500 size_t notificationLen = sizeof(*notification); in chppGnssServiceRequestStateResyncCallback() local
512 notificationLen); in chppGnssServiceRequestStateResyncCallback()
555 size_t notificationLen = 0; in chppGnssServiceLocationEventCallback() local
557 if (!chppGnssLocationEventFromChre(event, &notification, &notificationLen)) { in chppGnssServiceLocationEventCallback()
564 notificationLen = sizeof(struct ChppAppHeader); in chppGnssServiceLocationEventCallback()
575 (notificationLen > sizeof(struct ChppAppHeader)) in chppGnssServiceLocationEventCallback()
582 notificationLen); in chppGnssServiceLocationEventCallback()
627 size_t notificationLen = 0; in chppGnssServiceMeasurementEventCallback() local
629 if (!chppGnssDataEventFromChre(event, &notification, &notificationLen)) { in chppGnssServiceMeasurementEventCallback()
637 notificationLen = sizeof(struct ChppAppHeader); in chppGnssServiceMeasurementEventCallback()
[all …]
Dwifi.c742 size_t notificationLen = 0; in chppWifiServiceScanEventCallback() local
746 if (!chppWifiScanEventFromChre(event, &notification, &notificationLen)) { in chppWifiServiceScanEventCallback()
754 notificationLen = sizeof(struct ChppAppHeader); in chppWifiServiceScanEventCallback()
764 (notificationLen > sizeof(struct ChppAppHeader)) in chppWifiServiceScanEventCallback()
771 notificationLen); in chppWifiServiceScanEventCallback()
786 size_t notificationLen = 0; in chppWifiServiceRangingEventCallback() local
788 if (!chppWifiRangingEventFromChre(event, &notification, &notificationLen)) { in chppWifiServiceRangingEventCallback()
796 notificationLen = sizeof(struct ChppAppHeader); in chppWifiServiceRangingEventCallback()
813 (notificationLen > sizeof(struct ChppAppHeader)) in chppWifiServiceRangingEventCallback()
819 notificationLen = MIN(notificationLen, sizeof(struct ChppAppHeader)); in chppWifiServiceRangingEventCallback()
[all …]