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

  /external/qemu/telephony/
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 );
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...]
  /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...]

Completed in 58 milliseconds