HomeSort by relevance Sort by last modified time
    Searched defs:modem (Results 1 - 14 of 14) sorted by null

  /external/autotest/client/cros/networking/
mm1_proxy.py 102 Return the one and only modem object.
104 This method distinguishes between no modem and more than one modem.
105 In the former, this could happen if the modem has not yet surfaced and
106 is not really considered an error. The caller can wait for the modem
110 Every call to |get_modem| obtains a fresh DBus proxy for the modem. So,
111 if the modem DBus object has changed between two calls to this method,
112 the proxy returned will be for the currently exported modem.
114 @return a ModemProxy object. Return None if no modem is found.
115 @raise ModemManager1ProxyError unless exactly one modem is found
179 def modem(self): member in class:ModemProxy
    [all...]
  /external/autotest/client/cros/cellular/pseudomodem/
sim.py 45 Broadband modems usually need a SIM card to operate. Each Modem object will
150 Increments the current index at which this modem is exposed on DBus.
151 E.g. if the current path is org/freedesktop/ModemManager/Modem/0, the
152 path will change to org/freedesktop/ModemManager/Modem/1.
224 def modem(self): member in class:SIM
226 @returns: the modem object that this SIM is currently plugged into.
232 @modem.setter
233 def modem(self, modem): member in class:SIM
235 Assigns a modem object to this SIM, so that the modem knows about it
    [all...]
  /external/autotest/client/cros/cellular/wardmodem/
wardmodem.py 30 The main wardmodem object that replaces a physical modem.
51 @param replaced_modem: Name of the modem being emulated. If left None,
52 the base modem will be emulated. A list of valid modems can be
60 the physical modem. This is needed only if we're running in a
61 mode where we pass on modemmanager commands to the modem. This
73 'Modem device name must be of the form "/dev/XXX", '
76 # The modem that wardmodem is intended to replace.
88 # The configuration object for the replaced modem.
128 def modem(self): member in class:WardModem
130 The physical modem being replaced [read-only]
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
TelephonyDevController.java 191 * get total number of registered modem.
202 * get modem at index 'index'.
207 loge("getModem: no registered modem device?!?");
212 loge("getModem: out-of-bounds access for modem device " + index + " max: " + getModemCount());
253 * get modem associated with sim index 'simIndex'.
258 loge("getModemForSim: no registered modem/sim device?!?");
270 for (HardwareConfig modem: mModems) {
271 if (modem.uuid.equals(sim.modemUuid)) {
272 return modem;
281 * get all sim's associated with modem at index 'modemIndex'
298 HardwareConfig modem = getModem(modemIndex); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
comstats.h 59 unsigned long modem; member in struct:__anon54649
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
comstats.h 59 unsigned long modem; member in struct:__anon56566
  /external/ppp/pppd/
tty.c 140 bool modem = 1; /* Use modem control lines */ variable
229 { "modem", o_bool, &modem,
230 "Use modem control lines", OPT_PRIO | 1 },
231 { "local", o_bool, &modem,
232 "Don't use modem control lines", OPT_PRIOSUB | 0 },
482 modem = 0;
558 * out and we want to use the modem lines, we reopen it later
559 * in order to wait for the carrier detect signal from the modem
    [all...]
  /hardware/ril/include/telephony/
ril.h 168 RIL_E_INTERNAL_ERR = 38, /* Modem hit unexpected error scenario while handling
172 from modem for this request */
178 RIL_E_INVALID_MODEM_STATE = 46, /* Can not process the request in current Modem state */
324 // cause that logical modem to be removed from service.
330 RC_STATUS_SUCCESS = 1, // Tell modem the action transaction of set radio
332 RC_STATUS_FAIL = 2, // Tell modem the action transaction of set radio
342 char logicalModemUuid[MAX_UUID_LENGTH]; // A UUID typically "com.xxxx.lmX where X is the logical modem.
1776 RIL_HardwareConfig_Modem modem; member in union:__anon47609::__anon47610
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 743 milliseconds