Searched refs:cmdType (Results 1 – 5 of 5) sorted by relevance
/device/linaro/poplar/wifi/wifi_hal/ |
D | wifi_offload.cpp | 83 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()
|
D | wifi_logger.cpp | 128 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()
|
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | glUtils.h | 74 GLuint glUtilsIndirectStructSize(IndirectCommandType cmdType);
|
D | glUtils.cpp | 663 GLuint glUtilsIndirectStructSize(IndirectCommandType cmdType) { in glUtilsIndirectStructSize() argument 664 switch (cmdType) { in glUtilsIndirectStructSize()
|
/device/google/cuttlefish/guest/hals/ril/reference-ril/ |
D | reference-ril.c | 5165 int cmdType = 0; local 5185 cmdType = strtoul(tempStr, &end, 16); 5186 cmdType = 0xFF & cmdType; 5187 RLOGD("cmdType: %d",cmdType); 5189 switch (cmdType) {
|