HomeSort by relevance Sort by last modified time
    Searched refs:modem (Results 26 - 50 of 88) sorted by null

12 3 4

  /external/autotest/client/site_tests/network_3GSmokeTest/
network_3GSmokeTest.py 19 SHILL_LOG_SCOPES = 'cellular+dbus+device+dhcp+manager+modem+portal+service'
23 Tests that 3G modem can connect to the network
26 disconnects from the network, and verifies that the modem still
27 responds to modem manager DBUS API calls. It repeats the
62 This returns a bunch of information for each modem attached to
64 sometimes fails if a modem is left in an odd state, so we
65 collect as many things as we can to ensure that the modem is
68 @return A dictionary of information for each modem path.
75 modem = manager.GetModem(path)
76 results[path] = modem.GetModemProperties(
    [all...]
  /hardware/qcom/gps/msm8084/utils/
Android.mk 3 #Compile this library only for builds with the latest modem image
  /hardware/qcom/gps/msm8909/utils/
Android.mk 3 #Compile this library only for builds with the latest modem image
  /hardware/qcom/gps/msm8994/utils/
Android.mk 3 #Compile this library only for builds with the latest modem image
  /hardware/qcom/gps/msm8996/utils/
Android.mk 3 #Compile this library only for builds with the latest modem image
  /hardware/qcom/gps/msmcobalt/utils/platform_lib_abstractions/loc_pla/src/
Android.mk 3 #Compile this library only for builds with the latest modem image
  /hardware/qcom/gps/utils/
Android.mk 3 #Compile this library only for builds with the latest modem image
  /external/autotest/client/cros/cellular/pseudomodem/
connect_machine.py 15 ConnectMachine handles the state transitions involved in bringing the modem
19 def __init__(self, modem, properties, return_cb, raise_cb):
20 super(ConnectMachine, self).__init__(modem)
44 logging.info('ConnectMachine: Modem is DISABLED.')
47 message = 'ConnectMachine: Failed to enable modem.'
59 # state machine will spin until modem gets enabled,
65 logging.info('ConnectMachine: Modem is ENABLING.')
72 logging.info('ConnectMachine: Modem is ENABLED.')
94 logging.info('ConnectMachine: Modem is SEARCHING.')
95 logging.info('ConnectMachine: Waiting for modem to register.'
116 import modem namespace
    [all...]
modem_3gpp.py 9 import modem namespace
16 class Modem3gpp(modem.Modem):
19 org.freedesktop.ModemManager1.Modem.Modem3gpp and
20 org.freedesktop.ModemManager1.Modem.Simple interfaces. This class provides
50 org.freedesktop.ModemManager1.Modem.Modem3gpp.Scan.
69 modem.Modem.__init__(self,
85 ip = modem.Modem._InitializeProperties(self
    [all...]
cdma_activate_machine.py 19 def __init__(self, modem, return_cb, raise_cb):
20 super(CdmaActivateMachine, self).__init__(modem)
63 message = 'Modem transitioned to invalid state: ' + \
76 message = 'Modem is in invalid activation state: ' + state
83 logging.info('CdmaActivationMachine: Modem is NOT_ACTIVATED.')
89 # Make the modem reset after 5 seconds.
95 logging.info('CdmaActivationMachine: Modem is ACTIVATING.')
96 logging.info('CdmaActivationMachine: Resetting modem.')
129 message = "Modem is not in state 'NOT_ACTIVATED'."
136 message = 'Modem cannot be activated if not in the '
    [all...]
disconnect_machine.py 15 modem to the DISCONNECTED state.
18 def __init__(self, modem, bearer_path, return_cb, raise_cb,
20 super(DisconnectMachine, self).__init__(modem)
28 logging.info('DisconnectMachine: Modem state is CONNECTED.')
37 logging.info('DisconnectMachine: Modem state is DISCONNECTING.')
88 message = 'Modem cannot be disconnected when not connected.'
enable_machine.py 14 EnableMachine handles the state transitions involved in bringing the modem
18 def __init__(self, modem, return_cb, raise_cb):
19 super(EnableMachine, self).__init__(modem)
87 logging.info('Modem is already enabled. Nothing to do.')
98 message = 'Modem enable already in progress.'
100 message = 'Modem enable has already been initiated' \
107 message = 'Modem cannot be enabled if not in the DISABLED' \
register_machine.py 15 modem to the REGISTERED state.
18 def __init__(self, modem, operator_code="", return_cb=None, raise_cb=None):
19 super(RegisterMachine, self).__init__(modem)
46 logging.info('RegisterMachine: Modem is ENABLED.')
73 logging.info('RegisterMachine: Modem is SEARCHING.')
state_machine.py 19 that are involved in the pseudo modem manager.
22 specific modem state. For example, the method that handles the case where
23 the modem is in the ENABLED state would look like:
42 def __init__(self, modem):
44 self._modem = modem
152 Executes the next corresponding state transition based on the modem
208 Returns the function to handle a modem state, for which the value
215 a modem state, the default behavior is to terminate the state machine.
223 Returns a mapping from modem states to corresponding transition
264 By default, the state machines are tied to the modem state, and thi
    [all...]
  /external/autotest/client/site_tests/network_3GDormancyDance/
network_3GDormancyDance.py 180 for modem in mm.EnumerateDevices():
181 (obj, path) = modem
190 modem = dbus.Interface(
192 dbus_interface='org.chromium.ModemManager.Modem.Gobi')
193 modem.RequestEvents('+dormancy')
209 raise error.TestFail('No Gobi modem found.')
210 print 'Modem: %s' % (modem_path,)
  /system/connectivity/shill/cellular/
cellular_error.cc 21 #include <mm/mm-modem.h>
modem_classic.cc 17 #include "shill/cellular/modem.h"
19 #include <mm/mm-modem.h>
32 : Modem(service, path, modem_info, control_interface) {}
60 LOG(ERROR) << "Unsupported cellular modem type: " << mm_type;
  /external/autotest/client/cros/cellular/
test_environment.py 35 (eg. |shill|, |flimflam|, |modem_manager|, |modem|).
40 - There is one and only one modem in the device.
41 - The modem is registered to the network.
69 @param modem_pattern: Search string used when looking for the modem.
79 self.modem = None
106 # between disconnecting the modem in _verify_cellular_service()
115 # modem in _initialize_modem_components(). ModemManager does not
116 # allow enabling a modem without a SIM.
147 self.modem = None
155 'Is the modem plugged in?'
    [all...]
mmtest.py 11 from autotest_lib.client.cros.cellular import modem namespace
18 environment, connected to a fake modem program and talking to a
54 Returns the device path of the pty that serves the fake modem, e.g.
78 modemname -- path to pty slave device of fake modem (e.g. /dev/pts/4)
85 'property_ID_MODEL_ID=6872' # Y3300 modem PID
113 self.modemmanager = subprocess.Popen(['/usr/sbin/modem-manager',
125 return modem.ModemManager(provider='org.freedesktop')
155 # one modem, it's going to be right
  /hardware/qcom/gps/loc_api/libloc_api_50001/
Android.mk 2 #Compile this library only for builds with the latest modem image
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
Android.mk 2 #Compile this library only for builds with the latest modem image
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
Android.mk 2 #Compile this library only for builds with the latest modem image
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
Android.mk 2 #Compile this library only for builds with the latest modem image
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
Android.mk 2 #Compile this library only for builds with the latest modem image
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
Android.mk 2 #Compile this library only for builds with the latest modem image

Completed in 706 milliseconds

12 3 4