Home
last modified time | relevance | path

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

/aosp12/system/chre/chpp/include/chpp/common/
H A Dwifi.h80 struct ChppWifiConfigureScanMonitorAsyncResponse { struct
/aosp12/system/chre/chpp/services/
H A Dwifi.c521 struct ChppWifiConfigureScanMonitorAsyncResponse *response = in chppWifiServiceScanMonitorStatusChangeCallback()
523 &requestHeader, struct ChppWifiConfigureScanMonitorAsyncResponse); in chppWifiServiceScanMonitorStatusChangeCallback()
/aosp12/system/chre/chpp/clients/
H A Dwifi.c436 if (len < sizeof(struct ChppWifiConfigureScanMonitorAsyncResponse)) { in chppWifiConfigureScanMonitorResult()
450 &((struct ChppWifiConfigureScanMonitorAsyncResponse *)buf)->params; in chppWifiConfigureScanMonitorResult()
/aosp12/system/chre/chpp/test/
H A Dtransport_test.cpp1039 len = sizeof(struct ChppWifiConfigureScanMonitorAsyncResponse); in TEST_F()