Home
last modified time | relevance | path

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

/system/chre/chpp/include/chpp/common/
Dwifi_types.h415 struct chreWifiScanEvent *chppWifiScanEventToChre(
/system/chre/chpp/test/
Dwifi_convert_test.cpp74 chreWifiScanEvent *backEvent = chppWifiScanEventToChre(chppEvent, outputSize); in validateScanEvent()
144 chreMalformed = chppWifiScanEventToChre(chppEvent, outputSize - 1); in validateScanEvent()
/system/chre/chpp/clients/
Dwifi.c634 chppWifiScanEventToChre((struct ChppWifiScanEvent *)buf, len); in chppWifiScanEventNotification()
/system/chre/chpp/common/
Dwifi_convert.c953 struct chreWifiScanEvent *chppWifiScanEventToChre( in chppWifiScanEventToChre() function