HomeSort by relevance Sort by last modified time
    Searched full:radio (Results 26 - 50 of 504) sorted by null

12 3 4 5 6 7 8 91011>>

  /packages/apps/Music/res/layout/
music_picker_item.xml 24 android:ignoreGravity="@+id/radio">
27 android:id="@+id/radio"
55 android:layout_toRightOf="@id/radio"
67 android:layout_toRightOf="@id/radio"
  /bootable/recovery/
bootloader.h 27 * reboot into recovery or to update radio or bootloader firmware.
32 * completion of an "update-radio" or "update-hboot" command.
  /device/htc/dream-sapphire/
AndroidBoardCommon.mk 26 $(call add-radio-file,recovery/images/firmware_error.565)
27 $(call add-radio-file,recovery/images/bitmap_size.txt)
  /external/webkit/WebKit/android/
RenderSkinRadio.h 42 /* RenderSkin for a radio button or a checkbox
54 * param isCheckBox If true, draws a checkbox. Else, draw a radio button.
  /frameworks/base/telephony/java/android/telephony/
NeighboringCellInfo.java 65 * Radio network type, value is one of following
74 * the radio network type at that moment. Its constructor needs radio network
92 * the radio network type at that moment. Its constructor needs radio network
203 * @return Radio network type while neighboring cell location is stored.
230 * the radio network type at that moment. It shouldn't be changed after
245 * the radio network type at that moment. It shouldn't be changed after
  /external/webkit/WebCore/html/
HTMLInputElement.cpp 192 case RADIO:
225 case RADIO:
287 case RADIO:
323 case RADIO:
359 case RADIO:
398 case RADIO:
445 case RADIO:
481 case RADIO:
545 case RADIO:
599 case RADIO
    [all...]
  /development/pdk/docs/porting/
telephony.jd 1 page.title=Radio Layer Interface
19 <p>Android's Radio Interface Layer (RIL) provides an abstraction layer between Android telephony services (<a href="http://code.google.com/android/reference/android/telephony/package-descr.html">android.telephony</a>) and radio hardware. The RIL is radio agnostic, and includes support for Global System for Mobile communication (GSM)-based radios.&nbsp;</P>
30 <li><b>Vendor RIL</b>: The radio-specific Vendor RIL of <code>ril.h</code> that processes all communication with radio hardware and dispatches calls to the RIL Daemon (<code>rild</code>) through unsolicited commands.</li>
112 <p>To implement a radio-specific RIL, create a shared library that implements a set of functions required by Android to process radio requests. The required functions are defined in the RIL header (<code>/include/telephony/ril.h</code>).</p>
113 <p>The Android radio interface is radio-agnostic and the Vendor RIL can use any protocol to communicate with the radio.&nbsp;Android provi (…)
    [all...]
  /external/qemu/telephony/
android_modem.h 35 /** RADIO STATE
38 A_RADIO_STATE_OFF = 0, /* Radio explictly powered off (eg CFUN=0) */
39 A_RADIO_STATE_ON, /* Radio on */
  /external/webkit/JavaScriptCore/tests/mozilla/
menuhead.html 84 var radio = document.forms["testCases"].elements[name];
85 radio.checked = !radio.checked;
  /system/core/rootdir/
init.rc 213 chown radio system /sys/android_power/state
214 chown radio system /sys/android_power/request_state
215 chown radio system /sys/android_power/acquire_full_wake_lock
216 chown radio system /sys/android_power/acquire_partial_wake_lock
217 chown radio system /sys/android_power/release_wake_lock
218 chown radio system /sys/power/state
219 chown radio system /sys/power/wake_lock
220 chown radio system /sys/power/wake_unlock
249 chown root radio /proc/cmdline
296 socket rild stream 660 root radio
    [all...]
  /device/htc/dream/overlay/frameworks/base/core/res/res/xml/
power_profile.xml 33 <item name="radio.active">230</item>
35 <array name="radio.on"> <!-- Strength 0 to BINS-1 -->
  /device/htc/sapphire/overlay/frameworks/base/core/res/res/xml/
power_profile.xml 33 <item name="radio.active">230</item>
35 <array name="radio.on"> <!-- Strength 0 to BINS-1 -->
  /frameworks/base/core/java/com/android/internal/app/
ShutdownThread.java 94 Log.d(TAG, "Notifying thread to start radio shutdown");
139 // throw up an indeterminate system dialog to indicate radio is
182 * Shuts off power regardless of radio and bluetooth state if the alloted time has passed.
253 Log.w(TAG, "Turning off radio...");
257 Log.e(TAG, "RemoteException during radio shutdown", ex);
261 Log.i(TAG, "Waiting for Bluetooth and Radio...");
278 Log.e(TAG, "RemoteException during radio shutdown", ex);
283 Log.i(TAG, "Radio and Bluetooth shutdown complete.");
  /build/target/board/
Android.mk 23 # Use the add-radio-file function to add values to this variable.
  /development/simulator/app/
LogPrefsDialog.h 22 /* these correspond to radio buttons */
  /device/htc/sapphire/
AndroidBoard.mk 17 $(call add-radio-file,recovery/images/firmware_install.565)
  /frameworks/base/cmds/servicemanager/
service_manager.c 37 { AID_RADIO, "radio.phone" },
38 { AID_RADIO, "radio.sms" },
39 { AID_RADIO, "radio.phonesubinfo" },
40 { AID_RADIO, "radio.simphonebook" },
  /frameworks/base/core/res/res/layout/
list_menu_item_radio.xml 18 android:id="@+id/radio"
  /frameworks/base/telephony/java/com/android/internal/telephony/
ITelephony.aidl 124 * Check to see if the radio is on or not.
125 * @return returns true if the radio is on.
157 * Toggles the radio on or off.
162 * Set the radio to on or off
BaseCommands.java 623 Log.d(LOG_TAG,"Notifying: radio available");
629 Log.d(LOG_TAG,"Notifying: radio not available");
658 Log.d(LOG_TAG,"Notifying: Radio On");
665 Log.d(LOG_TAG,"Notifying: radio off or not available");
669 /* Radio Technology Change events
677 Log.d(LOG_TAG,"Notifying: radio technology change CDMA to GSM");
682 Log.d(LOG_TAG,"Notifying: radio technology change CDMA OFF to GSM");
687 Log.d(LOG_TAG,"Notifying: radio technology change GSM to CDMA");
692 Log.d(LOG_TAG,"Notifying: radio technology change GSM OFF to CDMA");
  /hardware/ril/include/telephony/
ril.h 52 RIL_E_RADIO_NOT_AVAILABLE = 1, /* If radio did not start or is resetting */
85 RADIO_STATE_OFF = 0, /* Radio explictly powered off (eg CFUN=0) */
86 RADIO_STATE_UNAVAILABLE = 1, /* Radio unavailable (eg, resetting or not booted) */
87 RADIO_STATE_SIM_NOT_READY = 2, /* Radio is on, but the SIM interface is not ready */
90 RADIO_STATE_SIM_READY = 4, /* Radio is on and SIM interface is available */
91 RADIO_STATE_RUIM_NOT_READY = 5, /* Radio is on, but the RUIM interface is not ready */
92 RADIO_STATE_RUIM_READY = 6, /* Radio is on and the RUIM interface is available */
95 RADIO_STATE_NV_NOT_READY = 8, /* Radio is on, but the NV interface is not available */
96 RADIO_STATE_NV_READY = 9 /* Radio is on and the NV interface is available */
664 * RADIO_NOT_AVAILABLE (radio resetting
    [all...]
  /system/core/include/cutils/
logger.h 26 #define LOGGER_LOG_RADIO "log/radio"
  /frameworks/base/cmds/dumpstate/
dumpstate.c 46 char radio[PROPERTY_VALUE_MAX], bootloader[PROPERTY_VALUE_MAX]; local
51 property_get("ro.baseband", radio, "(unknown)");
63 printf("Radio: %s\n", radio);
100 run_command("RADIO LOG", 20, "logcat", "-b", "radio", "-v", "time", "-d", "*:v", NULL);
137 run_command("LAST RADIO LOG", 10, "parse_radio_log", "/proc/last_radio_log", NULL);
  /frameworks/base/core/java/com/android/internal/os/
PowerProfile.java 95 * Power consumption when cell radio is on but not on a call.
97 public static final String POWER_RADIO_ON = "radio.on";
100 * Power consumption when cell radio is hunting for a signal.
102 public static final String POWER_RADIO_SCANNING = "radio.scanning";
107 public static final String POWER_RADIO_ACTIVE = "radio.active";
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaDataConnectionTracker.java 348 " radio state=" + phone.mCM.getRadioState() +
479 (TIME_DELAYED_TO_RESTART_RADIO / 1000) + "s to restart radio");
547 // We've exceeded the threshold. Restart the radio.
709 Log.i(LOG_TAG, "We're on the simulator; assuming radio off is meaningless");
711 if (DBG) log("Radio is off and clean up all connection");
752 // Since the pending request to turn off or restart radio will be processed here,
753 // remove the pending event to restart radio from the message queue.
756 // Process the pending request to turn off radio in ServiceStateTracker first.
757 // If radio is turned off in ServiceStateTracker, ignore the pending event to restart radio
    [all...]

Completed in 431 milliseconds

12 3 4 5 6 7 8 91011>>