Home
last modified time | relevance | path

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

/system/chre/chpp/services/
Dgnss.c502 size_t notificationLen = sizeof(*notification); in chppGnssServiceRequestStateResyncCallback() local
514 notificationLen); in chppGnssServiceRequestStateResyncCallback()
557 size_t notificationLen = 0; in chppGnssServiceLocationEventCallback() local
559 if (!chppGnssLocationEventFromChre(event, &notification, &notificationLen)) { in chppGnssServiceLocationEventCallback()
566 notificationLen = sizeof(struct ChppAppHeader); in chppGnssServiceLocationEventCallback()
577 (notificationLen > sizeof(struct ChppAppHeader)) in chppGnssServiceLocationEventCallback()
584 notificationLen); in chppGnssServiceLocationEventCallback()
629 size_t notificationLen = 0; in chppGnssServiceMeasurementEventCallback() local
631 if (!chppGnssDataEventFromChre(event, &notification, &notificationLen)) { in chppGnssServiceMeasurementEventCallback()
639 notificationLen = sizeof(struct ChppAppHeader); in chppGnssServiceMeasurementEventCallback()
[all …]
Dwifi.c581 size_t notificationLen = 0; in chppWifiServiceScanEventCallback() local
585 if (!chppWifiScanEventFromChre(event, &notification, &notificationLen)) { in chppWifiServiceScanEventCallback()
593 notificationLen = sizeof(struct ChppAppHeader); in chppWifiServiceScanEventCallback()
603 (notificationLen > sizeof(struct ChppAppHeader)) in chppWifiServiceScanEventCallback()
610 notificationLen); in chppWifiServiceScanEventCallback()
625 size_t notificationLen = 0; in chppWifiServiceRangingEventCallback() local
627 if (!chppWifiRangingEventFromChre(event, &notification, &notificationLen)) { in chppWifiServiceRangingEventCallback()
635 notificationLen = sizeof(struct ChppAppHeader); in chppWifiServiceRangingEventCallback()
645 (notificationLen > sizeof(struct ChppAppHeader)) in chppWifiServiceRangingEventCallback()
652 notificationLen = MIN(notificationLen, sizeof(struct ChppAppHeader)); in chppWifiServiceRangingEventCallback()
[all …]