HomeSort by relevance Sort by last modified time
    Searched full:modems (Results 1 - 25 of 201) sorted by null

1 2 3 4 5 6 7 8 9

  /external/autotest/client/site_tests/platform_DebugDaemonGetModemStatus/
platform_DebugDaemonGetModemStatus.py 20 modems = json.loads(result)
22 for m in modems:
27 raise error.TestFail('No modems found: %s' % result)
  /external/autotest/client/cros/cellular/
mm.py 45 """Enumerates all modems in the system.
81 TestError: if there are no matching modems, or there are more
88 raise error.TestError('No modems had substring: ' + modem_pattern)
cell_tools_test_on_chromebook.py 46 logger.debug('Reset all modems ..')
  /external/autotest/client/site_tests/cellular_DeferredRegistration/
control 21 the service because some modems periodically go searching for a better signal
cellular_DeferredRegistration.py 19 disconnecting the service because some modems periodically go searching for
  /external/autotest/client/site_tests/network_3GModemControl/
control.e362 19 # The E362 modems may fail while connecting and disconnecting. These
36 # For E362 modems, we need to prevent the modem from disconnecting too quickly
network_3GModemControl.py 133 """Control the modem using a mixture of commands on device, modems, etc."""
293 # Icera modems behave weirdly if we cancel the operation while the
319 # Icera modems behave weirdly if we cancel the operation while the
  /external/autotest/client/site_tests/network_SwitchCarrier/
network_SwitchCarrier.py 65 modems = self.mm.EnumerateDevices(dbus_interface=self.IMM)
66 if modems:
67 self.modem = self.bus.get_object(self.CMM, modems[0])
  /external/kernel-headers/original/uapi/linux/
scc.h 87 CLK_EXTERNAL, /* external clocking (G3RUH/DF9IC modems) */
89 /* modems without clock regeneration */
91 /* MODEMs without clock recovery */
tty.h 32 #define N_CAIF 20 /* CAIF protocol for talking to modems */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
scc.h 87 CLK_EXTERNAL, /* external clocking (G3RUH/DF9IC modems) */
89 /* modems without clock regeneration */
91 /* MODEMs without clock recovery */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
scc.h 87 CLK_EXTERNAL, /* external clocking (G3RUH/DF9IC modems) */
89 /* modems without clock regeneration */
91 /* MODEMs without clock recovery */
tty.h 32 #define N_CAIF 20 /* CAIF protocol for talking to modems */
  /external/autotest/client/cros/cellular/pseudomodem/
modemmanager.py 31 # modems upon initialization, and this method would add them?
messaging.py 13 # and make Modems have a reference to an instance of Messaging
  /external/autotest/client/cros/networking/
mm1_proxy.py 123 modems = object_manager.GetManagedObjects()
126 'Failed to list the available modems. DBus error: |%s|',
129 if not modems:
131 elif len(modems) > 1:
133 'Expected one modem object, found %d', len(modems))
135 modem_proxy = ModemProxy(self._bus, modems.keys()[0])
cellular_proxy.py 126 # identical cellular modems in a DUT. Fortunately, we only support one
184 Disables all cellular modems.
194 @raises ShillProxyError if the modems fail to disable within
  /external/autotest/client/site_tests/network_3GScanningProperty/
network_3GScanningProperty.py 22 'modems.py')
49 modems = object_manager.GetManagedObjects()
51 raise error.TestFail('Failed to list the available modems. '
53 if len(modems) != 1:
55 len(modems))
57 modem_path = modems.keys()[0]
  /external/autotest/client/cros/cellular/wardmodem/
modem_configuration.py 66 # modems.
75 # modems.
90 # The state machines loaded by all modems.
  /external/autotest/client/cros/cellular/wardmodem/state_machines/
network_identity_machine.py 63 different for these two functions. Some modems actually report two
79 We force the mode to be normal, and allow modems to provide different
139 Not Implemented. None of the modems we use return this information
  /external/autotest/client/site_tests/network_3GSmokeTest/
network_3GSmokeTest.py 60 """Find all modems attached and return an dictionary of information.
85 # Get information about all the modems
120 # Verify that we can still get information for all the modems
  /system/connectivity/shill/cellular/
modem_manager.h 56 // associated modems.
62 typedef std::map<std::string, std::shared_ptr<Modem>> Modems;
105 Modems modems_; // Maps a modem |path| to a modem instance.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
TelephonyDevController.java 313 ArrayList<HardwareConfig> modems = new ArrayList<HardwareConfig>(); local
318 modems.add(modem);
322 return modems;
  /external/fec/
dsp.3 20 signal processing (DSP), especially in modems. The \fBinitdp\fR,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/usb/
cdc.h 5 * notably ethernet adapters and various modems. It's used mostly with
182 * section 3.6.2.1 table 4 has the ACM profile, for modems.

Completed in 453 milliseconds

1 2 3 4 5 6 7 8 9