Home
last modified time | relevance | path

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

/system/chre/chpp/include/chpp/common/
Dwifi_types.h234 struct ChppWifiNanSessionTerminatedEventWithHeader { struct
383 struct ChppWifiNanSessionTerminatedEventWithHeader **out, size_t *outSize);
/system/chre/chpp/test/
Dwifi_convert_test.cpp457 ChppWifiNanSessionTerminatedEventWithHeader *chppWithHeader = nullptr; in validateNanSessionTerminatedEvent()
466 size_t expectedSize = sizeof(ChppWifiNanSessionTerminatedEventWithHeader); in validateNanSessionTerminatedEvent()
/system/chre/chpp/common/
Dwifi_convert.c518 struct ChppWifiNanSessionTerminatedEventWithHeader **out, size_t *outSize) { in chppWifiNanSessionTerminatedEventFromChre()
523 sizeof(struct ChppWifiNanSessionTerminatedEventWithHeader); in chppWifiNanSessionTerminatedEventFromChre()
/system/chre/chpp/services/
Dwifi.c950 struct ChppWifiNanSessionTerminatedEventWithHeader *notif = NULL; in chppWifiServiceNanTerminatedCallback()