Home
last modified time | relevance | path

Searched refs:cmdType (Results 1 – 3 of 3) sorted by relevance

/device/linaro/poplar/wifi/wifi_hal/
Dwifi_logger.cpp128 GetCmdType cmdType) in DebugCommand() argument
130 (cmdType) in DebugCommand()
136 DebugCommand(wifi_interface_handle iface, char *ring_name, GetCmdType cmdType) in DebugCommand() argument
137 : WifiCommand("DebugCommand", iface, 0), mRingName(ring_name), mType(cmdType) in DebugCommand()
142 wifi_ring_buffer_status *status, GetCmdType cmdType) in DebugCommand() argument
143 … : WifiCommand("DebugCommand", iface, 0), mNumRings(num_rings), mStatus(status), mType(cmdType) in DebugCommand()
149 DebugCommand(wifi_interface_handle iface, unsigned int *support, GetCmdType cmdType) in DebugCommand() argument
150 : WifiCommand("DebugCommand", iface, 0), mSupport(support), mType(cmdType) in DebugCommand()
155 u32 max_interval_sec, u32 min_data_size, char *ring_name, GetCmdType cmdType) in DebugCommand() argument
158 mRingName(ring_name), mType(cmdType) in DebugCommand()
Dwifi_offload.cpp83 u8 *src_mac_addr, u8 *dst_mac_addr, u32 period_msec, GetCmdType cmdType) in MKeepAliveCommand() argument
86 mPeriodMsec(period_msec), mType(cmdType) in MKeepAliveCommand()
90 MKeepAliveCommand(wifi_interface_handle iface, u8 index, GetCmdType cmdType) in MKeepAliveCommand() argument
91 : WifiCommand("MKeepAliveCommand", iface, 0), mIndex(index), mType(cmdType) in MKeepAliveCommand()
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c5931 int cmdType = 0; local
5951 cmdType = strtoul(tempStr, &end, 16);
5952 cmdType = 0xFF & cmdType;
5953 RLOGD("cmdType: %d",cmdType);
5955 switch (cmdType) {