/frameworks/av/radio/ |
D | Radio.cpp | 100 sp<Radio> radio; in attach() local 103 return radio; in attach() 105 radio = new Radio(handle, callback); in attach() 106 status_t status = service->attach(handle, radio, config, withAudio, radio->mIRadio); in attach() 108 if (status == NO_ERROR && radio->mIRadio != 0) { in attach() 109 IInterface::asBinder(radio->mIRadio)->linkToDeath(radio); in attach() 112 radio.clear(); in attach() 114 return radio; in attach()
|
D | IRadioService.cpp | 84 sp<IRadio>& radio) in attach() argument 104 radio = interface_cast<IRadio>(reply.readStrongBinder()); in attach() 163 sp<IRadio> radio; in onTransact() local 164 status_t status = attach(handle, client, configPtr, withAudio, radio); in onTransact() 166 if (radio != 0) { in onTransact() 168 reply->writeStrongBinder(IInterface::asBinder(radio)); in onTransact()
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | RadioGroupPreCheckedTest.java | 38 RadioButton radio = (RadioButton) activity.findViewById(R.id.value_one); in testRadioButtonPreChecked() local 39 assertTrue("The first radio button should be checked", radio.isChecked()); in testRadioButtonPreChecked() 50 RadioButton radio = (RadioButton) activity.findViewById(R.id.value_two); in testRadioButtonChangePreChecked() local 51 TouchUtils.clickView(this, radio); in testRadioButtonChangePreChecked() 56 assertTrue("The second radio button should be checked", radio.isChecked()); in testRadioButtonChangePreChecked()
|
/frameworks/base/docs/html/training/efficient-downloads/ |
D | connectivity_patterns.jd | 28 …does the Wi-Fi radio use significantly less battery than its wireless radio counterparts, but the … 32 <p>In most cases a Wi-Fi radio will offer greater bandwidth at a significantly lower battery cost. … 38 <p>When connected over a wireless radio, higher bandwidth generally comes at the price of higher ba… 40 <p>This means that while the underlying radio state machine varies based on the radio technology, g… 42 …e battery cost is relatively higher, it's also more efficient to keep the radio active for longer … 44 <p>For example, if an LTE radio is has double the bandwidth and double the energy cost of 3G, you s… 46 <p>You can use the connectivity manager to determine the active wireless radio, and modify your pre…
|
D | efficient-network-access.jd | 16 <li><a href="#RadioStateMachine">Understand the radio state machine</a></li> 17 <li><a href="#AppsStateMachine">Understand how apps can impact the radio state machine</a></li> 32 …radio to transfer data is potentially one of your app's most significant sources of battery drain.… 34 <p>This lesson introduces the wireless radio state machine and explains how your app's connectivity… 38 …radio consumes significant power, so it transitions between different energy states in order to co… 40 <p>The state machine for a typical 3G network radio consists of three energy states: 48 …one the transition to lower energy states. Figure 1 uses AT&T's timings for a typical 3G radio.</p> 51 <p class="img-caption"><strong>Figure 1.</strong> Typical 3G wireless radio state machine.</p> 53 …radio state machine on each device, particularly the associated transition delay ("tail time") and… 55 …radio, based on <a href="http://www.research.att.com/articles/featured_stories/2011_03/201102_Ener… [all …]
|
D | index.jd | 27 …ife impact of downloads and network connections, particularly in relation to the wireless radio.</P 29 …and prefetching. You will learn how the power-use profile of the wireless radio can affect your ch… 39 …<dd>This lesson introduces the wireless radio state machine, explains how your app’s connectivity … 42 …best mitigate the effect of background updates on the underlying wireless radio state machine.</dd> 48 …does the Wi-Fi radio use significantly less battery than its wireless radio counterparts, but the …
|
D | regular_updates.jd | 35 … best mitigate the effect of background updates on the underlying wireless radio state machine.</p> 39 … your server to check if an update is required, you activate the wireless radio, drawing power unn… 63 …simultaneously, allowing each update to piggyback on top of a single active radio state change.</p>
|
/frameworks/base/core/java/android/net/ |
D | NetworkConfig.java | 40 public int radio; field in NetworkConfig 68 radio = Integer.parseInt(fragments[2]); in NetworkConfig() 78 return (type == radio); in isDefault()
|
/frameworks/base/docs/html/tv/adt-1/ |
D | regulatory.jd | 27 uses and can radiate radio frequency energy and, if not installed and used in accordance with the 28 instructions, may cause harmful interference to radio communications. However, there is no 30 cause harmful interference to radio or television reception, which can be determined by turning 37 <p>—Consult the dealer or an experienced radio/ TV technician for help.</p> 48 <p>Under Industry Canada regulations, this radio transmitter may only operate using an antenna 50 potential radio interference to other users, the antenna type and its gain should be so chosen 53 <p>The radiated output power of the Wireless Device is below the Industry Canada (IC) radio 65 radio exempts de licence. L'exploitation est autorisée aux deux conditions suivantes : (1) 67 radioélectrique subi, même si le brouillage est susceptible d'en compromettre le fonctionnement. 70 En vertu de la règlementation d’<em>Industrie Canada</em>, cet émetteur radio peut [all …]
|
/frameworks/base/docs/html/guide/topics/ui/controls/ |
D | radiobutton.jd | 20 <p>Radio buttons allow the user to select one option from a set. You should use radio buttons for 27 <p>To create each radio button option, create a {@link android.widget.RadioButton} in your layout. 28 However, because radio buttons are mutually exclusive, you must group them together inside a 30 radio button can be selected at a time.</p> 34 <p>When the user selects one of the radio buttons, the corresponding {@link 69 click event for both radio buttons:</p> 76 // Check which radio button was clicked 99 <p class="note"><strong>Tip:</strong> If you need to change the radio button state
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | EventLogTags.logtags | 9 # packet count that triggers a countdown to radio restart 30 # Suspicious status of data connection while radio poweroff 42 # GSM radio access technology switched (obsolete) 78 # GSM radio access technology switched (new)
|
/frameworks/av/include/radio/ |
D | IRadioService.h | 43 sp<IRadio>& radio) = 0;
|
/frameworks/base/core/java/android/hardware/radio/ |
D | RadioTuner.java | 17 package android.hardware.radio;
|
D | RadioModule.java | 17 package android.hardware.radio;
|
/frameworks/av/media/mediaserver/ |
D | Android.mk | 50 frameworks/av/services/radio \
|
/frameworks/base/docs/html/tools/debugging/ |
D | index.jd | 142 radio state</strong>.</dd> 150 <dt><strong>Log radio data</strong></dt> 151 <dd>By default, radio information is not logged to the system (it is a lot of 152 data). However, you can enable radio logging using the following commands: 156 logcat -b radio
|
D | debugging-log.jd | 265 <li><code>radio</code> — View the buffer that contains radio/telephony related 278 <p>Here's an example of how to view a log buffer containing radio and telephony messages:</p> 280 adb logcat -b radio
|
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/tools/promote/ |
D | badges.jd | 71 var selectedValue = lang + $('form input[type=radio]:checked').val(); 252 <input type="radio" name="buttonStyle" value="_app_rgb_wo_45" id="ws" /> 255 <input type="radio" name="buttonStyle" value="_app_rgb_wo_60" id="wm" /> 260 <input type="radio" name="buttonStyle" value="_generic_rgb_wo_45" id="ns" checked="" /> 263 <input type="radio" name="buttonStyle" value="_generic_rgb_wo_60" id="nm" />
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsHelper.java | 590 BatterySipper radio = new BatterySipper(BatterySipper.DrainType.CELL, null, 0); in addRadioUsage() local 591 mMobileRadioPowerCalculator.calculateRemaining(radio, mStats, mRawRealtime, mRawUptime, in addRadioUsage() 593 radio.sumPower(); in addRadioUsage() 594 if (radio.totalPowerMah > 0) { in addRadioUsage() 595 mUsageList.add(radio); in addRadioUsage()
|
/frameworks/native/cmds/dumpstate/ |
D | dumpstate.c | 269 char radio[PROPERTY_VALUE_MAX], bootloader[PROPERTY_VALUE_MAX]; in dumpstate() local 276 property_get("ro.baseband", radio, "(unknown)"); in dumpstate() 289 printf("Radio: %s\n", radio); in dumpstate()
|
/frameworks/base/docs/html/distribute/tools/promote/ |
D | badges.jd | 90 var selectedValue = lang + $('form input[type=radio]:checked').val(); 329 <input type="radio" name="buttonStyle" value="_app_rgb_wo_45" id="ws" /> 333 <input type="radio" name="buttonStyle" value="_app_rgb_wo_60" id="wm" /> 339 <input type="radio" name="buttonStyle" value="_generic_rgb_wo_45" id="ns" checked="checked" /> 343 <input type="radio" name="buttonStyle" value="_generic_rgb_wo_60" id="nm" />
|
/frameworks/av/services/radio/ |
D | RadioService.cpp | 123 sp<IRadio>& radio) in attach() argument 128 radio.clear(); in attach() 146 radio = module->addClient(client, config, withAudio); in attach() 148 if (radio == 0) { in attach()
|
D | RadioService.h | 58 sp<IRadio>& radio);
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
D | index.jd | 29 the wireless radio can affect your choices on when, what, and how to transfer data in order to
|
/frameworks/base/docs/html/tools/performance/batterystats-battery-historian/ |
D | charts.jd | 73 <li><b>mobile_radio</b>: Shows when the radio was on. Starting the radio is battery expensive.
|