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

  /external/qemu/telephony/
android_modem.c 37 # define D_ACTIVE VERBOSE_CHECK(modem)
84 static const char* _amodem_switch_technology(AModem modem, AModemTech newtech, int32_t newpreferred);
85 static int _amodem_set_cdma_subscription_source( AModem modem, ACdmaSubscriptionSource ss);
86 static int _amodem_set_cdma_prl_version( AModem modem, int prlVersion);
199 AModem modem; member in struct:AVoiceCallRec
280 * Hold non-volatile ram configuration for modem
305 amodem_unsol( AModem modem, const char* format, ... )
307 if (modem->unsol_func) {
310 vsnprintf( modem->out_buff, sizeof(modem->out_buff), format, args )
530 AModem modem = opaque; local
581 AModem modem = _android_modem; local
2054 AModem modem = vcall->modem; local
    [all...]
android_modem.h 18 /** MODEM OBJECT
22 /* a function used by the modem to send unsolicited messages to the channel controller */
26 extern void amodem_set_legacy( AModem modem );
27 extern void amodem_destroy( AModem modem );
29 /* send a command to the modem */
30 extern const char* amodem_send( AModem modem, const char* cmd );
33 extern void amodem_receive_sms( AModem modem, SmsPDU pdu );
42 extern ARadioState amodem_get_radio_state( AModem modem );
43 extern void amodem_set_radio_state( AModem modem, ARadioState state );
46 extern void amodem_set_signal_strength( AModem modem, int rssi, int ber )
    [all...]
modem_driver.c 12 /* implement the modem character device for Android within the QEMU event loop.
33 AModem modem; member in struct:__anon27457
58 /* despite its name, this function is called when the device writes to the modem */
134 dm->modem = amodem_create( base_port, modem_driver_unsol, dm );
146 android_modem = modem_driver->modem;
simulator.c 21 static AModem modem; variable
80 answer = amodem_send( modem, cmd );
186 modem = amodem_create( NULL, NULL );
remote_call.c 24 # define D_ACTIVE VERBOSE_CHECK(modem)
sms.c 22 # define D_ACTIVE VERBOSE_CHECK(modem)
28 # define D(...) VERBOSE_PRINT(modem,__VA_ARGS__)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
comstats.h 59 unsigned long modem; member in struct:__anon39284
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
comstats.h 59 unsigned long modem; member in struct:__anon40875
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
comstats.h 59 unsigned long modem; member in struct:__anon42389
  /external/qemu/android/utils/
debug.h 20 _VERBOSE_TAG(modem, "emulated GSM modem") \
  /external/ppp/pppd/
tty.c 138 bool modem = 1; /* Use modem control lines */ variable
224 { "modem", o_bool, &modem,
225 "Use modem control lines", OPT_PRIO | 1 },
226 { "local", o_bool, &modem,
227 "Don't use modem control lines", OPT_PRIOSUB | 0 },
477 modem = 0;
553 * out and we want to use the modem lines, we reopen it later
554 * in order to wait for the carrier detect signal from the modem
    [all...]
pppd.h 279 extern bool modem; /* Use modem control lines */
    [all...]
sys-linux.c 170 /* We can get an EIO error on an ioctl if the modem has hung up */
898 * regardless of whether the modem option was specified.
925 if (local || !modem)
994 * a loop with the tty and the modem echoing to each other.
    [all...]
sys-solaris.c 1179 * regardless of whether the modem option was specified.
1229 if (local || !modem)
1282 * a loop with the tty and the modem echoing to each other.
    [all...]
  /external/ppp/pppd/plugins/rp-pppoe/
plugin.c 323 modem = 0;
  /device/lge/hammerhead/
init.hammerhead.rc 124 #modem
223 # Booting modem
224 wait /dev/block/platform/msm_sdcc.1/by-name/modem
225 mount vfat /dev/block/platform/msm_sdcc.1/by-name/modem /firmware ro shortname=lower,uid=1000,gid=1000,dmask=227,fmask=337
  /external/chromium_org/third_party/usb_ids/
usb.ids 312 1f1d un2400 Gobi Wireless Modem
318 201d un2400 Gobi Wireless Modem (QDL mode)
338 241d Gobi 2000 Wireless Modem (QDL mode)
345 251d Gobi 2000 Wireless Modem
688 a951 HCP HIT GSM/GPRS modem [Cinterion MC55i]
    [all...]
  /external/sepolicy/
file_contexts 58 /dev/modem.* u:object_r:radio_device:s0
  /device/asus/deb/
init.deb.rc 147 mkdir /tombstones/modem 0771 system system
  /device/asus/flo/
init.flo.rc 143 mkdir /tombstones/modem 0771 system system
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 14 ATTRIBUTE Ascend-Modem-PortNo 120 integer
15 ATTRIBUTE Ascend-Modem-SlotNo 121 integer
16 ATTRIBUTE Ascend-Modem-ShelfNo 122 integer
250 VALUE Ascend-Data-Svc Switched-modem 42

Completed in 428 milliseconds