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

  /external/qemu/telephony/
android_modem.c 30 # define D_ACTIVE VERBOSE_CHECK(modem)
164 AModem modem; member in struct:AVoiceCallRec
242 amodem_unsol( AModem modem, const char* format, ... )
244 if (modem->unsol_func) {
247 vsnprintf( modem->out_buff, sizeof(modem->out_buff), format, args );
250 modem->unsol_func( modem->unsol_opaque, modem->out_buff );
255 amodem_receive_sms( AModem modem, SmsPDU sms
352 AModem modem = _android_modem; local
1460 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 );
47 extern ASimCard amodem_get_sim( AModem modem );
    [all...]
modem_driver.c 12 /* implement the modem character device for Android within the QEMU event loop.
33 AModem modem; member in struct:__anon6624
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...]
  /device/samsung/crespo/alsa-lib/src/conf/cards/
ICH-MODEM.conf 2 # Configuration for the Intel/AMD modem controllers
5 <confdir:pcm/modem.conf>
7 ICH-MODEM.pcm.modem.0 {
ATIIXP-MODEM.conf 2 # Configuration for the ATI IXP 150/200/250 modem controllers
5 <confdir:pcm/modem.conf>
7 ATIIXP-MODEM.pcm.modem.0 {
HDA-Intel.conf 185 <confdir:pcm/modem.conf>
187 HDA-Intel.pcm.modem.0 {
  /device/samsung/crespo/alsa-lib/src/conf/pcm/
modem.conf 2 # "raw" modem - phoneline
18 name defaults.pcm.modem.card
31 name defaults.pcm.modem.device
44 ".pcm.modem." $DEV ":CARD=" $CARD
51 # "autohooked" modem
54 pcm.!modem {
67 name defaults.pcm.modem.card
80 name defaults.pcm.modem.device
  /external/qemu/android/utils/
debug.h 20 _VERBOSE_TAG(modem, "emulated GSM modem") \
  /external/quake/quake/src/QW/
qwcl.spec.sh 26 original version of Quake can be played over the Internet, many users modem
35 the average modem Internet player. This Internet specific version does only
qwsv.spec.sh 26 original version of Quake can be played over the Internet, many users modem
35 the average modem Internet player. This Internet specific version does only
  /device/samsung/crespo/alsa-lib/src/conf/
alsa.conf 96 defaults.pcm.modem.card defaults.pcm.card
97 defaults.pcm.modem.device defaults.pcm.device
134 pcm.modem cards.pcm.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;
  /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 719 milliseconds