/external/qemu/telephony/ |
D | 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 305 amodem_unsol( AModem modem, const char* format, ... ) in amodem_unsol() argument 307 if (modem->unsol_func) { in amodem_unsol() 310 vsnprintf( modem->out_buff, sizeof(modem->out_buff), format, args ); in amodem_unsol() 313 modem->unsol_func( modem->unsol_opaque, modem->out_buff ); in amodem_unsol() 318 amodem_receive_sms( AModem modem, SmsPDU sms ) in amodem_receive_sms() argument [all …]
|
D | android_modem.h | 26 extern void amodem_set_legacy( AModem modem ); 27 extern void amodem_destroy( AModem 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 ); 50 extern ASimCard amodem_get_sim( AModem modem ); 97 extern ARegistrationState amodem_get_voice_registration( AModem modem ); 98 extern void amodem_set_voice_registration( AModem modem, ARegistrationState stat… [all …]
|
D | modem_driver.c | 33 AModem modem; member 134 dm->modem = amodem_create( base_port, modem_driver_unsol, dm ); in modem_driver_init() 146 android_modem = modem_driver->modem; in android_modem_init()
|
D | simulator.c | 21 static AModem modem; variable 80 answer = amodem_send( modem, cmd ); in client_handle_line() 186 modem = amodem_create( NULL, NULL ); in main()
|
D | remote_call.c | 24 # define D_ACTIVE VERBOSE_CHECK(modem)
|
D | sms.c | 22 # define D_ACTIVE VERBOSE_CHECK(modem) 28 # define D(...) VERBOSE_PRINT(modem,__VA_ARGS__)
|
/external/ppp/pppd/ |
D | tty.c | 138 bool modem = 1; /* Use modem control lines */ variable 224 { "modem", o_bool, &modem, 226 { "local", o_bool, &modem, 477 modem = 0; in tty_check_options() 676 if (!default_device && modem) { in connect_tty() 719 if (connector == NULL && modem && devnam[0] != 0) { in connect_tty() 829 if (!default_device && modem) { in finish_tty()
|
D | pppd.h | 279 extern bool modem; /* Use modem control lines */
|
D | sys-linux.c | 926 if (local || !modem) in set_up_tty()
|
D | sys-solaris.c | 1229 if (local || !modem)
|
/external/qemu/docs/ |
D | CHAR-DEVICES.TXT | 123 a host modem device with the -radio <device> option. Otherwise, 124 the system uses qemud to connect to the emulator's internal modem 148 - The Android emulated modem also uses a CS to talk with its client, 181 GSM modem emulation (see telephony/modem_driver.c).
|
D | ANDROID-QEMUD-SERVICES.TXT | 18 can be exchanged between the emulated system and an emulated modem. 23 There can be only 1 client talking to the modem, since the AT command
|
D | ANDROID-QEMUD.TXT | 25 "gsm" Used to communicate with the emulated GSM modem with
|
/external/qemu/android/utils/ |
D | debug.h | 20 _VERBOSE_TAG(modem, "emulated GSM modem") \
|
/external/ppp/pppd/plugins/rp-pppoe/ |
D | plugin.c | 323 modem = 0; in PPPoEDevnameHook()
|
/external/qemu/android/avd/ |
D | hardware-properties.ini | 115 abstract = GSM modem support 116 description = Whether there is a GSM modem in the device.
|
/external/sepolicy/ |
D | file_contexts | 58 /dev/modem.* u:object_r:radio_device:s0
|
/external/libppp/src/ |
D | README.changes | 113 o The ``show modem'' command is deprecated and has been changed to
|
D | ppp.8.m4 | 392 Normally, a modem has built-in compression (e.g., v42.bis) and the system 397 modem and also increases latency. 1195 Make sure the modem and (optionally) 1210 on the port where the modem is attached. 1224 It is usually also necessary to train your modem to the same DTR speed 2094 command is used to talk to your modem and establish a link with your 2101 This modem "chat" string means: 2191 if you have a modem capable of bit rates of 28800 or more. 2192 In general, the serial speed should be about four times the modem speed. 4087 .Sq modem , [all …]
|
/external/chromium_org/third_party/usb_ids/ |
D | usb.ids | 688 a951 HCP HIT GSM/GPRS modem [Cinterion MC55i] 1385 0610 CS-15 (Internet Stick 3G modem) 1819 07da Supra Express 56K modem 5569 1232 V.90 modem 5575 1328 TrendNet TFM-561 modem 6327 9000 SIMCom SIM5218 modem 7149 0611 AlDiga AL-11U Quad-band GSM/GPRS/EDGE modem 9659 8000 COMpact 2104 DSL (DSL modem) 9660 8001 COMpact 4406 DSL (DSL modem) 10666 0ffe Desire HD (modem mode) [all …]
|
/external/ppp/pppd/plugins/radius/etc/ |
D | dictionary.ascend | 250 VALUE Ascend-Data-Svc Switched-modem 42
|
/external/qemu/ |
D | CHANGES.TXT | 312 a touch-screen, trackball, dpad, keyboard, modem, etc... 691 it to the emulated system at startup (through the GSM modem). there is also
|
/external/openssh/ |
D | ssh.0 | 62 protocol version 1. Compression is desirable on modem lines and
|
/external/dnsmasq/ |
D | CHANGELOG.archive | 367 This makes sendmail work better on modem connected 368 systems when the modem link is down (Thanks to Roger Plant).
|
/external/libpng/ |
D | libpng-1.2.46.txt | 2081 disclaimer until after, so viewers working over modem connections 2082 don't have to wait for the disclaimer to go over the modem before
|