Home
last modified time | relevance | path

Searched defs:requestEvent (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dcpp_bindings.cpp626 wifi_error WifiCommand::requestEvent(int cmd) in requestEvent() function in WifiCommand
834 wifi_error WifiVendorCommand::requestEvent() in requestEvent() function in WifiVendorCommand
H A Dwificonfig.cpp749 wifi_error WiFiConfigCommand::requestEvent() in requestEvent() function in WiFiConfigCommand
H A Dnan_req.cpp1453 wifi_error NanCommand::requestEvent() in requestEvent() function in NanCommand
H A Dwifilogger.cpp956 wifi_error WifiLoggerCommand::requestEvent() in requestEvent() function in WifiLoggerCommand
/aosp12/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dcpp_bindings.cpp652 int WifiCommand::requestEvent(int cmd) { in requestEvent() function in WifiCommand
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/request/
H A DUceRequestManager.java658 @UceRequestUpdate int requestEvent) { in sendRequestUpdatedMessage()
754 final Integer requestEvent = Optional.of(args.argi1).orElse(-1); in handleMessage() local