Home
last modified time | relevance | path

Searched refs:command_type (Results 1 – 25 of 47) sorted by relevance

12

/external/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_event.h122 VkCommandTypeEXT command_type; in vn_decode_vkCreateEvent_reply() local
123 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreateEvent_reply()
124 assert(command_type == VK_COMMAND_TYPE_vkCreateEvent_EXT); in vn_decode_vkCreateEvent_reply()
182 VkCommandTypeEXT command_type; in vn_decode_vkDestroyEvent_reply() local
183 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkDestroyEvent_reply()
184 assert(command_type == VK_COMMAND_TYPE_vkDestroyEvent_EXT); in vn_decode_vkDestroyEvent_reply()
229 VkCommandTypeEXT command_type; in vn_decode_vkGetEventStatus_reply() local
230 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkGetEventStatus_reply()
231 assert(command_type == VK_COMMAND_TYPE_vkGetEventStatus_EXT); in vn_decode_vkGetEventStatus_reply()
279 VkCommandTypeEXT command_type; in vn_decode_vkSetEvent_reply() local
[all …]
Dvn_protocol_driver_transport.h314 VkCommandTypeEXT command_type; in vn_decode_vkSetReplyCommandStreamMESA_reply() local
315 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkSetReplyCommandStreamMESA_reply()
316 assert(command_type == VK_COMMAND_TYPE_vkSetReplyCommandStreamMESA_EXT); in vn_decode_vkSetReplyCommandStreamMESA_reply()
354 VkCommandTypeEXT command_type; in vn_decode_vkSeekReplyCommandStreamMESA_reply() local
355 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkSeekReplyCommandStreamMESA_reply()
356 assert(command_type == VK_COMMAND_TYPE_vkSeekReplyCommandStreamMESA_EXT); in vn_decode_vkSeekReplyCommandStreamMESA_reply()
443 VkCommandTypeEXT command_type; in vn_decode_vkExecuteCommandStreamsMESA_reply() local
444 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkExecuteCommandStreamsMESA_reply()
445 assert(command_type == VK_COMMAND_TYPE_vkExecuteCommandStreamsMESA_EXT); in vn_decode_vkExecuteCommandStreamsMESA_reply()
494 VkCommandTypeEXT command_type; in vn_decode_vkCreateRingMESA_reply() local
[all …]
Dvn_protocol_driver_command_buffer.h3041 VkCommandTypeEXT command_type; in vn_decode_vkAllocateCommandBuffers_reply() local
3042 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkAllocateCommandBuffers_reply()
3043 assert(command_type == VK_COMMAND_TYPE_vkAllocateCommandBuffers_EXT); in vn_decode_vkAllocateCommandBuffers_reply()
3115 VkCommandTypeEXT command_type; in vn_decode_vkFreeCommandBuffers_reply() local
3116 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkFreeCommandBuffers_reply()
3117 assert(command_type == VK_COMMAND_TYPE_vkFreeCommandBuffers_EXT); in vn_decode_vkFreeCommandBuffers_reply()
3166 VkCommandTypeEXT command_type; in vn_decode_vkBeginCommandBuffer_reply() local
3167 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkBeginCommandBuffer_reply()
3168 assert(command_type == VK_COMMAND_TYPE_vkBeginCommandBuffer_EXT); in vn_decode_vkBeginCommandBuffer_reply()
3213 VkCommandTypeEXT command_type; in vn_decode_vkEndCommandBuffer_reply() local
[all …]
Dvn_protocol_driver_command_pool.h124 VkCommandTypeEXT command_type; in vn_decode_vkCreateCommandPool_reply() local
125 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreateCommandPool_reply()
126 assert(command_type == VK_COMMAND_TYPE_vkCreateCommandPool_EXT); in vn_decode_vkCreateCommandPool_reply()
184 VkCommandTypeEXT command_type; in vn_decode_vkDestroyCommandPool_reply() local
185 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkDestroyCommandPool_reply()
186 assert(command_type == VK_COMMAND_TYPE_vkDestroyCommandPool_EXT); in vn_decode_vkDestroyCommandPool_reply()
234 VkCommandTypeEXT command_type; in vn_decode_vkResetCommandPool_reply() local
235 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkResetCommandPool_reply()
236 assert(command_type == VK_COMMAND_TYPE_vkResetCommandPool_EXT); in vn_decode_vkResetCommandPool_reply()
286 VkCommandTypeEXT command_type; in vn_decode_vkTrimCommandPool_reply() local
[all …]
Dvn_protocol_driver_fence.h215 VkCommandTypeEXT command_type; in vn_decode_vkCreateFence_reply() local
216 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreateFence_reply()
217 assert(command_type == VK_COMMAND_TYPE_vkCreateFence_EXT); in vn_decode_vkCreateFence_reply()
275 VkCommandTypeEXT command_type; in vn_decode_vkDestroyFence_reply() local
276 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkDestroyFence_reply()
277 assert(command_type == VK_COMMAND_TYPE_vkDestroyFence_EXT); in vn_decode_vkDestroyFence_reply()
337 VkCommandTypeEXT command_type; in vn_decode_vkResetFences_reply() local
338 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkResetFences_reply()
339 assert(command_type == VK_COMMAND_TYPE_vkResetFences_EXT); in vn_decode_vkResetFences_reply()
388 VkCommandTypeEXT command_type; in vn_decode_vkGetFenceStatus_reply() local
[all …]
Dvn_protocol_driver_semaphore.h418 VkCommandTypeEXT command_type; in vn_decode_vkCreateSemaphore_reply() local
419 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreateSemaphore_reply()
420 assert(command_type == VK_COMMAND_TYPE_vkCreateSemaphore_EXT); in vn_decode_vkCreateSemaphore_reply()
478 VkCommandTypeEXT command_type; in vn_decode_vkDestroySemaphore_reply() local
479 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkDestroySemaphore_reply()
480 assert(command_type == VK_COMMAND_TYPE_vkDestroySemaphore_EXT); in vn_decode_vkDestroySemaphore_reply()
530 VkCommandTypeEXT command_type; in vn_decode_vkGetSemaphoreCounterValue_reply() local
531 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkGetSemaphoreCounterValue_reply()
532 assert(command_type == VK_COMMAND_TYPE_vkGetSemaphoreCounterValue_EXT); in vn_decode_vkGetSemaphoreCounterValue_reply()
591 VkCommandTypeEXT command_type; in vn_decode_vkWaitSemaphores_reply() local
[all …]
Dvn_protocol_driver_query_pool.h128 VkCommandTypeEXT command_type; in vn_decode_vkCreateQueryPool_reply() local
129 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreateQueryPool_reply()
130 assert(command_type == VK_COMMAND_TYPE_vkCreateQueryPool_EXT); in vn_decode_vkCreateQueryPool_reply()
188 VkCommandTypeEXT command_type; in vn_decode_vkDestroyQueryPool_reply() local
189 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkDestroyQueryPool_reply()
190 assert(command_type == VK_COMMAND_TYPE_vkDestroyQueryPool_EXT); in vn_decode_vkDestroyQueryPool_reply()
258 VkCommandTypeEXT command_type; in vn_decode_vkGetQueryPoolResults_reply() local
259 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkGetQueryPoolResults_reply()
260 assert(command_type == VK_COMMAND_TYPE_vkGetQueryPoolResults_EXT); in vn_decode_vkGetQueryPoolResults_reply()
324 VkCommandTypeEXT command_type; in vn_decode_vkResetQueryPool_reply() local
[all …]
Dvn_protocol_driver_pipeline_cache.h136 VkCommandTypeEXT command_type; in vn_decode_vkCreatePipelineCache_reply() local
137 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreatePipelineCache_reply()
138 assert(command_type == VK_COMMAND_TYPE_vkCreatePipelineCache_EXT); in vn_decode_vkCreatePipelineCache_reply()
196 VkCommandTypeEXT command_type; in vn_decode_vkDestroyPipelineCache_reply() local
197 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkDestroyPipelineCache_reply()
198 assert(command_type == VK_COMMAND_TYPE_vkDestroyPipelineCache_EXT); in vn_decode_vkDestroyPipelineCache_reply()
259 VkCommandTypeEXT command_type; in vn_decode_vkGetPipelineCacheData_reply() local
260 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkGetPipelineCacheData_reply()
261 assert(command_type == VK_COMMAND_TYPE_vkGetPipelineCacheData_EXT); in vn_decode_vkGetPipelineCacheData_reply()
339 VkCommandTypeEXT command_type; in vn_decode_vkMergePipelineCaches_reply() local
[all …]
Dvn_protocol_driver_private_data_slot.h122 VkCommandTypeEXT command_type; in vn_decode_vkCreatePrivateDataSlot_reply() local
123 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreatePrivateDataSlot_reply()
124 assert(command_type == VK_COMMAND_TYPE_vkCreatePrivateDataSlot_EXT); in vn_decode_vkCreatePrivateDataSlot_reply()
182 VkCommandTypeEXT command_type; in vn_decode_vkDestroyPrivateDataSlot_reply() local
183 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkDestroyPrivateDataSlot_reply()
184 assert(command_type == VK_COMMAND_TYPE_vkDestroyPrivateDataSlot_EXT); in vn_decode_vkDestroyPrivateDataSlot_reply()
238 VkCommandTypeEXT command_type; in vn_decode_vkSetPrivateData_reply() local
239 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkSetPrivateData_reply()
240 assert(command_type == VK_COMMAND_TYPE_vkSetPrivateData_EXT); in vn_decode_vkSetPrivateData_reply()
300 VkCommandTypeEXT command_type; in vn_decode_vkGetPrivateData_reply() local
[all …]
Dvn_protocol_driver_buffer.h615 VkCommandTypeEXT command_type; in vn_decode_vkGetBufferMemoryRequirements_reply() local
616 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkGetBufferMemoryRequirements_reply()
617 assert(command_type == VK_COMMAND_TYPE_vkGetBufferMemoryRequirements_EXT); in vn_decode_vkGetBufferMemoryRequirements_reply()
672 VkCommandTypeEXT command_type; in vn_decode_vkBindBufferMemory_reply() local
673 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkBindBufferMemory_reply()
674 assert(command_type == VK_COMMAND_TYPE_vkBindBufferMemory_EXT); in vn_decode_vkBindBufferMemory_reply()
741 VkCommandTypeEXT command_type; in vn_decode_vkCreateBuffer_reply() local
742 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreateBuffer_reply()
743 assert(command_type == VK_COMMAND_TYPE_vkCreateBuffer_EXT); in vn_decode_vkCreateBuffer_reply()
801 VkCommandTypeEXT command_type; in vn_decode_vkDestroyBuffer_reply() local
[all …]
Dvn_protocol_driver_shader_module.h69 VkCommandTypeEXT command_type; in vn_decode_vkCreateShaderModule_reply() local
70 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreateShaderModule_reply()
71 assert(command_type == VK_COMMAND_TYPE_vkCreateShaderModule_EXT); in vn_decode_vkCreateShaderModule_reply()
129 VkCommandTypeEXT command_type; in vn_decode_vkDestroyShaderModule_reply() local
130 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkDestroyShaderModule_reply()
131 assert(command_type == VK_COMMAND_TYPE_vkDestroyShaderModule_EXT); in vn_decode_vkDestroyShaderModule_reply()
Dvn_protocol_driver_instance.h259 VkCommandTypeEXT command_type; in vn_decode_vkCreateInstance_reply() local
260 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreateInstance_reply()
261 assert(command_type == VK_COMMAND_TYPE_vkCreateInstance_EXT); in vn_decode_vkCreateInstance_reply()
315 VkCommandTypeEXT command_type; in vn_decode_vkDestroyInstance_reply() local
316 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkDestroyInstance_reply()
317 assert(command_type == VK_COMMAND_TYPE_vkDestroyInstance_EXT); in vn_decode_vkDestroyInstance_reply()
360 VkCommandTypeEXT command_type; in vn_decode_vkEnumerateInstanceVersion_reply() local
361 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkEnumerateInstanceVersion_reply()
362 assert(command_type == VK_COMMAND_TYPE_vkEnumerateInstanceVersion_EXT); in vn_decode_vkEnumerateInstanceVersion_reply()
436 VkCommandTypeEXT command_type; in vn_decode_vkEnumerateInstanceLayerProperties_reply() local
[all …]
Dvn_protocol_driver_device_memory.h882 VkCommandTypeEXT command_type; in vn_decode_vkAllocateMemory_reply() local
883 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkAllocateMemory_reply()
884 assert(command_type == VK_COMMAND_TYPE_vkAllocateMemory_EXT); in vn_decode_vkAllocateMemory_reply()
942 VkCommandTypeEXT command_type; in vn_decode_vkFreeMemory_reply() local
943 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkFreeMemory_reply()
944 assert(command_type == VK_COMMAND_TYPE_vkFreeMemory_EXT); in vn_decode_vkFreeMemory_reply()
987 VkCommandTypeEXT command_type; in vn_decode_vkUnmapMemory_reply() local
988 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkUnmapMemory_reply()
989 assert(command_type == VK_COMMAND_TYPE_vkUnmapMemory_EXT); in vn_decode_vkUnmapMemory_reply()
1048 VkCommandTypeEXT command_type; in vn_decode_vkFlushMappedMemoryRanges_reply() local
[all …]
Dvn_protocol_driver_descriptor_pool.h264 VkCommandTypeEXT command_type; in vn_decode_vkCreateDescriptorPool_reply() local
265 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreateDescriptorPool_reply()
266 assert(command_type == VK_COMMAND_TYPE_vkCreateDescriptorPool_EXT); in vn_decode_vkCreateDescriptorPool_reply()
324 VkCommandTypeEXT command_type; in vn_decode_vkDestroyDescriptorPool_reply() local
325 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkDestroyDescriptorPool_reply()
326 assert(command_type == VK_COMMAND_TYPE_vkDestroyDescriptorPool_EXT); in vn_decode_vkDestroyDescriptorPool_reply()
374 VkCommandTypeEXT command_type; in vn_decode_vkResetDescriptorPool_reply() local
375 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkResetDescriptorPool_reply()
376 assert(command_type == VK_COMMAND_TYPE_vkResetDescriptorPool_EXT); in vn_decode_vkResetDescriptorPool_reply()
Dvn_protocol_driver_sampler_ycbcr_conversion.h136 VkCommandTypeEXT command_type; in vn_decode_vkCreateSamplerYcbcrConversion_reply() local
137 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreateSamplerYcbcrConversion_reply()
138 assert(command_type == VK_COMMAND_TYPE_vkCreateSamplerYcbcrConversion_EXT); in vn_decode_vkCreateSamplerYcbcrConversion_reply()
196 VkCommandTypeEXT command_type; in vn_decode_vkDestroySamplerYcbcrConversion_reply() local
197 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkDestroySamplerYcbcrConversion_reply()
198 assert(command_type == VK_COMMAND_TYPE_vkDestroySamplerYcbcrConversion_EXT); in vn_decode_vkDestroySamplerYcbcrConversion_reply()
Dvn_protocol_driver_buffer_view.h167 VkCommandTypeEXT command_type; in vn_decode_vkCreateBufferView_reply() local
168 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreateBufferView_reply()
169 assert(command_type == VK_COMMAND_TYPE_vkCreateBufferView_EXT); in vn_decode_vkCreateBufferView_reply()
227 VkCommandTypeEXT command_type; in vn_decode_vkDestroyBufferView_reply() local
228 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkDestroyBufferView_reply()
229 assert(command_type == VK_COMMAND_TYPE_vkDestroyBufferView_EXT); in vn_decode_vkDestroyBufferView_reply()
Dvn_protocol_driver_image.h1447 VkCommandTypeEXT command_type; in vn_decode_vkGetImageMemoryRequirements_reply() local
1448 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkGetImageMemoryRequirements_reply()
1449 assert(command_type == VK_COMMAND_TYPE_vkGetImageMemoryRequirements_EXT); in vn_decode_vkGetImageMemoryRequirements_reply()
1504 VkCommandTypeEXT command_type; in vn_decode_vkBindImageMemory_reply() local
1505 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkBindImageMemory_reply()
1506 assert(command_type == VK_COMMAND_TYPE_vkBindImageMemory_EXT); in vn_decode_vkBindImageMemory_reply()
1583 VkCommandTypeEXT command_type; in vn_decode_vkGetImageSparseMemoryRequirements_reply() local
1584 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkGetImageSparseMemoryRequirements_reply()
1585 assert(command_type == VK_COMMAND_TYPE_vkGetImageSparseMemoryRequirements_EXT); in vn_decode_vkGetImageSparseMemoryRequirements_reply()
1659 VkCommandTypeEXT command_type; in vn_decode_vkCreateImage_reply() local
[all …]
Dvn_protocol_driver_descriptor_update_template.h174 VkCommandTypeEXT command_type; in vn_decode_vkCreateDescriptorUpdateTemplate_reply() local
175 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreateDescriptorUpdateTemplate_reply()
176 assert(command_type == VK_COMMAND_TYPE_vkCreateDescriptorUpdateTemplate_EXT); in vn_decode_vkCreateDescriptorUpdateTemplate_reply()
234 VkCommandTypeEXT command_type; in vn_decode_vkDestroyDescriptorUpdateTemplate_reply() local
235 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkDestroyDescriptorUpdateTemplate_reply()
236 assert(command_type == VK_COMMAND_TYPE_vkDestroyDescriptorUpdateTemplate_EXT); in vn_decode_vkDestroyDescriptorUpdateTemplate_reply()
Dvn_protocol_driver_pipeline_layout.h174 VkCommandTypeEXT command_type; in vn_decode_vkCreatePipelineLayout_reply() local
175 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreatePipelineLayout_reply()
176 assert(command_type == VK_COMMAND_TYPE_vkCreatePipelineLayout_EXT); in vn_decode_vkCreatePipelineLayout_reply()
234 VkCommandTypeEXT command_type; in vn_decode_vkDestroyPipelineLayout_reply() local
235 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkDestroyPipelineLayout_reply()
236 assert(command_type == VK_COMMAND_TYPE_vkDestroyPipelineLayout_EXT); in vn_decode_vkDestroyPipelineLayout_reply()
Dvn_protocol_driver_descriptor_set.h314 VkCommandTypeEXT command_type; in vn_decode_vkAllocateDescriptorSets_reply() local
315 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkAllocateDescriptorSets_reply()
316 assert(command_type == VK_COMMAND_TYPE_vkAllocateDescriptorSets_EXT); in vn_decode_vkAllocateDescriptorSets_reply()
390 VkCommandTypeEXT command_type; in vn_decode_vkFreeDescriptorSets_reply() local
391 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkFreeDescriptorSets_reply()
392 assert(command_type == VK_COMMAND_TYPE_vkFreeDescriptorSets_EXT); in vn_decode_vkFreeDescriptorSets_reply()
473 VkCommandTypeEXT command_type; in vn_decode_vkUpdateDescriptorSets_reply() local
474 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkUpdateDescriptorSets_reply()
475 assert(command_type == VK_COMMAND_TYPE_vkUpdateDescriptorSets_EXT); in vn_decode_vkUpdateDescriptorSets_reply()
Dvn_protocol_driver_image_view.h299 VkCommandTypeEXT command_type; in vn_decode_vkCreateImageView_reply() local
300 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreateImageView_reply()
301 assert(command_type == VK_COMMAND_TYPE_vkCreateImageView_EXT); in vn_decode_vkCreateImageView_reply()
359 VkCommandTypeEXT command_type; in vn_decode_vkDestroyImageView_reply() local
360 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkDestroyImageView_reply()
361 assert(command_type == VK_COMMAND_TYPE_vkDestroyImageView_EXT); in vn_decode_vkDestroyImageView_reply()
/external/openthread/tests/scripts/thread-cert/
Dmessage.py193 def assertMleMessageIsType(self, command_type): argument
197 assert self.mle.command.type == command_type
354 self._mac_header.command_type == mac802154.MacHeader.CommandIdentifier.DATA_REQUEST
408 def last_mle_message(self, command_type, assert_enabled=True): argument
428 if m.mle.command.type == command_type:
433 … assert (message is not None), "Could not find MleMessage with type: {}".format(command_type)
437 def next_mle_message(self, command_type, assert_enabled=True, sent_to_node=None): argument
438 message = self.next_mle_message_of_one_of_command_types(command_type)
441 … assert (message is not None), "Could not find MleMessage of the type: {}".format(command_type)
459 for command_type in command_types:
[all …]
Dmac802154.py125 command_type=None, argument
141 self.command_type = command_type
356 command_type = self.payload.data[0]
358 command_type = None
371 command_type,
/external/cronet/tot/components/nacl/loader/
Dnacl_helper_linux.cc334 int command_type, in HonorRequestAndReply() argument
342 switch (command_type) { in HonorRequestAndReply()
395 int command_type; in HandleZygoteRequest() local
396 if (!read_iter.ReadInt(&command_type)) { in HandleZygoteRequest()
400 return HonorRequestAndReply(zygote_ipc_fd, command_type, std::move(fds), in HandleZygoteRequest()
/external/cronet/stable/components/nacl/loader/
Dnacl_helper_linux.cc334 int command_type, in HonorRequestAndReply() argument
342 switch (command_type) { in HonorRequestAndReply()
395 int command_type; in HandleZygoteRequest() local
396 if (!read_iter.ReadInt(&command_type)) { in HandleZygoteRequest()
400 return HonorRequestAndReply(zygote_ipc_fd, command_type, std::move(fds), in HandleZygoteRequest()

12