/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | wifi_offload.cpp | 86 u8 *src_mac_addr, u8 *dst_mac_addr, u32 period_msec, GetCmdType cmdType) in MKeepAliveCommand() argument 89 mPeriodMsec(period_msec), mType(cmdType) in MKeepAliveCommand() 93 MKeepAliveCommand(wifi_interface_handle iface, u8 index, GetCmdType cmdType) in MKeepAliveCommand() argument 94 : WifiCommand("MKeepAliveCommand", iface, 0), mIndex(index), mType(cmdType) in MKeepAliveCommand()
|
D | twt.cpp | 595 TwtRequest params, TwtRequestType cmdType) in TwtFeatureRequest() argument 596 : WifiCommand("TwtFeatureRequest", iface, 0), reqContext(params), mType(cmdType) in TwtFeatureRequest() 913 TwtRequestType cmdType = TWT_SETUP_REQUEST; in twt_setup_request() local 915 cmd = new TwtFeatureRequest(iface, (void *)msg, cmdType); in twt_setup_request() 930 TwtRequestType cmdType = TWT_INFO_FRAME_REQUEST; in twt_info_frame_request() local 932 cmd = new TwtFeatureRequest(iface, (void *)msg, cmdType); in twt_info_frame_request() 947 TwtRequestType cmdType = TWT_TEAR_DOWN_REQUEST; in twt_teardown_request() local 949 cmd = new TwtFeatureRequest(iface, (void *)msg, cmdType); in twt_teardown_request()
|
D | nan.cpp | 429 NanResponseType get_response_type_frm_req_type(NanRequestType cmdType); 654 NanRequest params, NanRequestType cmdType) in NanPairingPrimitive() argument 655 : WifiCommand("NanCommand", iface, id), mParams(params), mType(cmdType) in NanPairingPrimitive() 1665 NanRequest params, NanRequestType cmdType) in NanDiscEnginePrimitive() argument 1666 : WifiCommand("NanCommand", iface, id), mParams(params), mType(cmdType) in NanDiscEnginePrimitive() 3133 NanRequest params, NanRequestType cmdType) in NanDataPathPrimitive() argument 3134 : WifiCommand("NanCommand", iface, id), reqContext(params), mType(cmdType) in NanDataPathPrimitive() 4014 NanRequest params, NanRequestType cmdType) in NanMacControl() argument 4015 : WifiCommand("NanCommand", iface, id), mParams(params), mType(cmdType) in NanMacControl() 5421 NanResponseType get_response_type_frm_req_type(NanRequestType cmdType) { in get_response_type_frm_req_type() argument [all …]
|
D | wifi_logger.cpp | 602 GetCmdType cmdType) in DebugCommand() argument 604 (cmdType) in DebugCommand() 620 DebugCommand(wifi_interface_handle iface, char *ring_name, GetCmdType cmdType) in DebugCommand() argument 621 : WifiCommand("DebugCommand", iface, 0), mRingName(ring_name), mType(cmdType) in DebugCommand() 638 wifi_ring_buffer_status *status, GetCmdType cmdType) in DebugCommand() argument 639 … : WifiCommand("DebugCommand", iface, 0), mNumRings(num_rings), mStatus(status), mType(cmdType) in DebugCommand() 655 DebugCommand(wifi_interface_handle iface, unsigned int *support, GetCmdType cmdType) in DebugCommand() argument 656 : WifiCommand("DebugCommand", iface, 0), mSupport(support), mType(cmdType) in DebugCommand() 673 wifi_buf_ring_map_entry_t *map, GetCmdType cmdType) in DebugCommand() argument 674 : WifiCommand("DebugCommand", iface, 0), mNumMaps(num_maps), mMaps(map), mType(cmdType) in DebugCommand() [all …]
|
/hardware/synaptics/wlan/synadhd/wifi_hal/ |
D | wifi_offload.cpp | 86 u8 *src_mac_addr, u8 *dst_mac_addr, u32 period_msec, GetCmdType cmdType) in MKeepAliveCommand() argument 89 mPeriodMsec(period_msec), mType(cmdType) in MKeepAliveCommand() 93 MKeepAliveCommand(wifi_interface_handle iface, u8 index, GetCmdType cmdType) in MKeepAliveCommand() argument 94 : WifiCommand("MKeepAliveCommand", iface, 0), mIndex(index), mType(cmdType) in MKeepAliveCommand()
|
D | twt.cpp | 588 TwtRequest params, TwtRequestType cmdType) in TwtFeatureRequest() argument 589 : WifiCommand("TwtFeatureRequest", iface, 0), reqContext(params), mType(cmdType) in TwtFeatureRequest() 902 TwtRequestType cmdType = TWT_SETUP_REQUEST; in twt_setup_request() local 904 cmd = new TwtFeatureRequest(iface, (void *)msg, cmdType); in twt_setup_request() 919 TwtRequestType cmdType = TWT_INFO_FRAME_REQUEST; in twt_info_frame_request() local 921 cmd = new TwtFeatureRequest(iface, (void *)msg, cmdType); in twt_info_frame_request() 936 TwtRequestType cmdType = TWT_TEAR_DOWN_REQUEST; in twt_teardown_request() local 938 cmd = new TwtFeatureRequest(iface, (void *)msg, cmdType); in twt_teardown_request()
|
D | nan.cpp | 583 NanRequest params, NanRequestType cmdType) in NanDiscEnginePrimitive() argument 584 : WifiCommand("NanCommand", iface, id), mParams(params), mType(cmdType) in NanDiscEnginePrimitive() 1795 NanRequest params, NanRequestType cmdType) in NanDataPathPrimitive() argument 1796 : WifiCommand("NanCommand", iface, id), reqContext(params), mType(cmdType) in NanDataPathPrimitive() 2551 NanRequest params, NanRequestType cmdType) in NanMacControl() argument 2552 : WifiCommand("NanCommand", iface, id), mParams(params), mType(cmdType) in NanMacControl() 4284 NanRequestType cmdType = NAN_REQUEST_ENABLE; in nan_enable_request() local 4297 cmd->setType(cmdType); in nan_enable_request() 4323 NanRequestType cmdType = NAN_REQUEST_DISABLE; in nan_disable_request() local 4327 NanMacControl *cmd = new NanMacControl(iface, id, NULL, cmdType); in nan_disable_request() [all …]
|
D | wifi_logger.cpp | 554 GetCmdType cmdType) in DebugCommand() argument 556 (cmdType) in DebugCommand() 570 DebugCommand(wifi_interface_handle iface, char *ring_name, GetCmdType cmdType) in DebugCommand() argument 571 : WifiCommand("DebugCommand", iface, 0), mRingName(ring_name), mType(cmdType) in DebugCommand() 586 wifi_ring_buffer_status *status, GetCmdType cmdType) in DebugCommand() argument 587 … : WifiCommand("DebugCommand", iface, 0), mNumRings(num_rings), mStatus(status), mType(cmdType) in DebugCommand() 601 DebugCommand(wifi_interface_handle iface, unsigned int *support, GetCmdType cmdType) in DebugCommand() argument 602 : WifiCommand("DebugCommand", iface, 0), mSupport(support), mType(cmdType) in DebugCommand() 617 wifi_buf_ring_map_entry_t *map, GetCmdType cmdType) in DebugCommand() argument 618 : WifiCommand("DebugCommand", iface, 0), mNumMaps(num_maps), mMaps(map), mType(cmdType) in DebugCommand() [all …]
|
/hardware/google/graphics/common/hwc3/ |
D | ComposerCommandEngine.cpp | 99 auto cmdType = layerCmd.layerLifecycleBatchCommandType; in dispatchBatchCreateDestroyLayerCommand() local 100 if ((cmdType != LayerLifecycleBatchCommandType::CREATE) && in dispatchBatchCreateDestroyLayerCommand() 101 (cmdType != LayerLifecycleBatchCommandType::DESTROY)) { in dispatchBatchCreateDestroyLayerCommand() 104 auto err = mHal->batchedCreateDestroyLayer(display, layerCmd.layer, cmdType); in dispatchBatchCreateDestroyLayerCommand() 110 if (cmdType == LayerLifecycleBatchCommandType::CREATE) { in dispatchBatchCreateDestroyLayerCommand()
|
/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | glUtils.h | 77 GLuint glUtilsIndirectStructSize(IndirectCommandType cmdType);
|
D | glUtils.cpp | 1112 GLuint glUtilsIndirectStructSize(IndirectCommandType cmdType) { in glUtilsIndirectStructSize() argument 1113 switch (cmdType) { in glUtilsIndirectStructSize()
|