Lines Matching refs:NanDataPathPrimitive

1744 class NanDataPathPrimitive : public WifiCommand  class
1752 NanDataPathPrimitive(wifi_interface_handle iface, int id, in NanDataPathPrimitive() function in NanDataPathPrimitive
1759 ~NanDataPathPrimitive() { in ~NanDataPathPrimitive()
3310 NanDataPathPrimitive *dp_prim = in handleEvent()
3311 (NanDataPathPrimitive *)(info.nan_dp_control); in handleEvent()
4476 delete (NanDataPathPrimitive*)info.nan_dp_control; in nan_deinit_handler()
4508 (void*)new NanDataPathPrimitive(iface, 0, NULL, NAN_REQUEST_LAST); in nan_register_handler()
5054 NanDataPathPrimitive *cmd = in nan_data_interface_create()
5055 new NanDataPathPrimitive(iface, id, (void *)iface_name, cmdType); in nan_data_interface_create()
5077 NanDataPathPrimitive *cmd = in nan_data_interface_delete()
5078 new NanDataPathPrimitive(iface, id, (void *)iface_name, cmdType); in nan_data_interface_delete()
5100 NanDataPathPrimitive *cmd = NULL; in nan_data_request_initiator()
5145 cmd = new NanDataPathPrimitive(iface, id, (void *)&msg_sec_info, cmdType); in nan_data_request_initiator()
5159 cmd = new NanDataPathPrimitive(iface, id, (void *)msg, cmdType); in nan_data_request_initiator()
5186 NanDataPathPrimitive *cmd = NULL; in nan_data_indication_response()
5225 cmd = new NanDataPathPrimitive(iface, id, (void *)&msg_sec_info, cmdType); in nan_data_indication_response()
5255 cmd = new NanDataPathPrimitive(iface, id, (void *)msg, cmdType); in nan_data_indication_response()
5277 NanDataPathPrimitive *cmd; in nan_data_end()
5282 cmd = new NanDataPathPrimitive(iface, id, (void *)msg, cmdType); in nan_data_end()