HomeSort by relevance Sort by last modified time
    Searched refs:device_context (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/autotest/client/cros/cellular/mbim_compliance/
entity.py 15 def __init__(self, device_context):
17 @param device_context: An object that wraps information about the device
20 self.device_context = device_context
mbim_test_base.py 19 - device_context: An MBIMTestContext. This class finds the relevant MBIM
36 self.device_context = mbim_device_context.MbimDeviceContext(
39 self.device_context.id_vendor,
40 self.device_context.id_product)
mbim_dts_test_base.py 33 self.device_context)
35 self.device_context.update_descriptor_cache(descriptors)
37 self.device_context)
39 connect_seq = connect_sequence.ConnectSequence(self.device_context)
45 (self.device_context.current_ntb_format != ntb_format)):
  /external/autotest/client/cros/cellular/mbim_compliance/sequences/
mbim_open_generic_sequence.py 53 device_context = self.device_context
54 device_type = device_context.device_type
56 device_context.descriptor_cache.mbim_communication_interface)
58 device_context.descriptor_cache.ncm_communication_interface)
60 device_context.descriptor_cache.no_data_data_interface)
62 device_context.descriptor_cache.ncm_data_interface)
64 device_context.descriptor_cache.mbim_data_interface)
66 device_context.descriptor_cache.mbim_functional)
68 device_context.descriptor_cache.interrupt_endpoint
    [all...]
mbim_cid_device_caps_sequence.py 38 device_context = self.device_context
39 descriptor_cache = device_context.descriptor_cache
43 device_context.max_control_transfer_size)
45 device_context._device,
48 device_context.max_control_transfer_size)
mbim_cid_device_services_sequence.py 34 device_context = self.device_context
36 device_context._device,
37 device_context.mbim_communication_interface.bInterfaceNumber,
38 device_context.interrupt_endpoint.bEndpointAddress,
39 device_context.max_control_transfer_size)
mbim_close_sequence.py 39 device_context = self.device_context
40 descriptor_cache = device_context.descriptor_cache
43 device_context.max_control_transfer_size)
45 device_context._device,
48 device_context.max_control_transfer_size)
get_descriptors_sequence.py 37 if self.device_context is None:
40 device = self.device_context.device
44 (self.device_context.id_vendor,
45 self.device_context.id_product))
  /external/autotest/client/site_tests/cellular_MbimComplianceControlRequest/
cellular_MbimComplianceCM07.py 39 self.device_context).run()
40 self.device_context.update_descriptor_cache(descriptors)
42 self.device_context).run()
46 device_context = self.device_context
47 descriptor_cache = device_context.descriptor_cache
55 device_context.max_control_transfer_size)
57 device_context._device,
60 device_context.max_control_transfer_size)
cellular_MbimComplianceCM08.py 42 self.device_context).run()
43 self.device_context.update_descriptor_cache(descriptors)
45 self.device_context).run()
48 device_context = self.device_context
49 descriptor_cache = device_context.descriptor_cache
58 device_context.max_control_transfer_size)
60 device_context._device,
63 device_context.max_control_transfer_size)
cellular_MbimComplianceCM01.py 34 self.device_context).run()
35 self.device_context.update_descriptor_cache(descriptors)
40 self.device_context).run())
cellular_MbimComplianceCM13.py 45 self.device_context).run()
46 self.device_context.update_descriptor_cache(descriptors)
48 self.device_context).run()
49 connect_sequence.ConnectSequence(self.device_context).run()
50 mbim_close_sequence.MBIMCloseSequence(self.device_context).run()
52 self.device_context).run()
55 device_context = self.device_context
56 descriptor_cache = device_context.descriptor_cache
60 device_context.max_control_transfer_size
    [all...]
cellular_MbimComplianceCM10.py 35 self.device_context).run()
36 self.device_context.update_descriptor_cache(descriptors)
38 self.device_context).run()
42 self.device_context).run()
cellular_MbimComplianceCM14.py 38 self.device_context).run()
39 self.device_context.update_descriptor_cache(descriptors)
41 self.device_context).run()
42 mbim_close_sequence.MBIMCloseSequence(self.device_context).run()
46 connect_sequence.ConnectSequence(self.device_context).run(
cellular_MbimComplianceCM02.py 32 self.device_context).run()
33 self.device_context.update_descriptor_cache(descriptors)
38 self.device_context).run())
cellular_MbimComplianceCM03.py 33 self.device_context).run()
34 self.device_context.update_descriptor_cache(descriptors)
36 self.device_context).run()
41 self.device_context).run())
cellular_MbimComplianceCM04.py 34 self.device_context).run()
35 self.device_context.update_descriptor_cache(descriptors)
37 self.device_context).run()
42 self.device_context).run())
cellular_MbimComplianceCM06.py 35 self.device_context).run()
36 self.device_context.update_descriptor_cache(descriptors)
38 self.device_context).run()
43 self.device_context).run())
cellular_MbimComplianceCM09.py 35 self.device_context).run()
36 self.device_context.update_descriptor_cache(descriptors)
38 self.device_context).run()
42 connect_sequence.ConnectSequence(self.device_context).run())
cellular_MbimComplianceCM15.py 36 self.device_context).run()
37 self.device_context.update_descriptor_cache(descriptors)
39 self.device_context)
44 self.device_context)
  /external/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_util.h 35 // "device_context" should be the context of the GPU "_Send" op
41 const DeviceContext* device_context,
50 const DeviceContext* device_context,
84 const DeviceContext* device_context,
92 const DeviceContext* device_context,
109 const DeviceContext* device_context,
  /external/tensorflow/tensorflow/contrib/gdr/
gdr_memory_manager.h 44 Device* device, DeviceContext* device_context, bool on_host,
51 Device* device, DeviceContext* device_context, bool on_host,
  /external/autotest/client/site_tests/cellular_MbimComplianceControlCommand/
cellular_MbimComplianceCID01.py 36 self.device_context)
38 self.device_context.update_descriptor_cache(descriptors)
40 self.device_context)
43 self.device_context)
  /external/autotest/client/site_tests/cellular_MbimComplianceError/
cellular_MbimComplianceERR02.py 36 self.device_context).run()
37 self.device_context.update_descriptor_cache(descriptors)
39 self.device_context)
44 connect_sequence.ConnectSequence(self.device_context).run(
cellular_MbimComplianceERR03.py 36 self.device_context).run()
37 self.device_context.update_descriptor_cache(descriptors)
39 self.device_context)
44 connect_sequence.ConnectSequence(self.device_context).run(

Completed in 515 milliseconds

1 2 3