OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fate
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiLogger.java
156
Log.e(TAG, "Failed to start packet
fate
monitoring");
619
/** Packet
fate
reporting */
672
for (WifiNative.FateReport
fate
: fates) {
673
pw.print(
fate
.toTableRowString());
677
verboseOutput.append(
fate
.toVerboseStringWithPiiAllowed());
683
pw.format("\n>>> VERBOSE PACKET
FATE
DUMP <<<\n\n");
/hardware/libhardware_legacy/include/hardware_legacy/
wifi_logger.h
411
WIFI_LOGGER_PACKET_FATE_SUPPORTED = (1 << (8)), // tracks connection packets'
fate
446
/* packet
fate
logs */
583
wifi_tx_packet_fate
fate
;
member in struct:__anon32394
592
wifi_rx_packet_fate
fate
;
member in struct:__anon32395
597
API to start packet
fate
monitoring.
599
- When HAL is unloaded, all packet
fate
buffers should be cleared.
607
transmitted for the most recent association. The
fate
reports
627
received for the most recent association. The
fate
reports
/hardware/qcom/wlan/qcwcn/wifi_hal/
pkt_stats.h
403
wifi_tx_packet_fate
fate
;
member in struct:__anon35167
412
wifi_rx_packet_fate
fate
;
member in struct:__anon35168
Completed in 538 milliseconds