Home
last modified time | relevance | path

Searched refs:modes (Results 1 – 25 of 42) sorted by relevance

12

/frameworks/opt/net/voip/src/jni/rtp/
DAmrCodec.cpp76 const char *modes = strcasestr(fmtp, "mode-set="); in set() local
77 if (modes) { in set()
80 for (char c = *modes; c && c != ' '; c = *++modes) { in set()
/frameworks/base/docs/html/guide/topics/connectivity/usb/
Dindex.jd17 implements the Android accessory protocol) through two modes: USB accessory and USB host. In USB
29 <p>Figure 1 shows the differences between the two modes. When the Android-powered device is in
36 <p>USB accessory and host modes are directly supported in Android 3.1 (API level 12) or newer
41 <p class="note"><strong>Note:</strong> Support for USB host and accessory modes are ultimately
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dmime_io.tab24 /* number of speech bits for all modes */
35 /* sorting tables for all modes */
/frameworks/av/media/libstagefright/wifi-display/source/
DWifiDisplaySource.cpp764 static void GetAudioModes(const char *s, const char *prefix, uint32_t *modes) { in GetAudioModes() argument
765 *modes = 0; in GetAudioModes()
772 if (sscanf(&s[prefixLen + 1], "%08x %02x", modes, &latency) != 2) { in GetAudioModes()
773 *modes = 0; in GetAudioModes()
899 uint32_t modes; in onReceiveM3Response() local
900 GetAudioModes(value.c_str(), "AAC", &modes); in onReceiveM3Response()
902 bool supportsAAC = (modes & 1) != 0; // AAC 2ch 48kHz in onReceiveM3Response()
904 GetAudioModes(value.c_str(), "LPCM", &modes); in onReceiveM3Response()
906 bool supportsPCM = (modes & 2) != 0; // LPCM 2ch 48kHz in onReceiveM3Response()
/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.cpp957 DeviceInfo::OverrideModes modes; in buildFastInfo() local
962 modes.flashMode = FLASH_MODE_OFF; in buildFastInfo()
965 modes.flashMode = FLASH_MODE_AUTO; in buildFastInfo()
968 modes.flashMode = FLASH_MODE_ON; in buildFastInfo()
971 modes.flashMode = FLASH_MODE_RED_EYE; in buildFastInfo()
976 modes.flashMode = FLASH_MODE_INVALID; in buildFastInfo()
979 modes.wbMode = in buildFastInfo()
985 modes.focusMode = fixedLens ? in buildFastInfo()
993 modes.focusMode = static_cast<focusMode_t>(afMode); in buildFastInfo()
998 modes.focusMode = FOCUS_MODE_INVALID; in buildFastInfo()
[all …]
/frameworks/base/docs/html/about/versions/
Dandroid-2.0-highlights.jd78 <img src="{@docRoot}sdk/images/2.0/camera-modes.png" class="screenshot" alt="" /><br/>
93 a contact's information and communication modes. For example, a user can tap a
Dandroid-2.2.jd189 …ew UI modes "car mode" and "night mode" and {@link android.app.UiModeManager} let applications adj…
Dandroid-3.0-highlights.jd104 …ld keys to access menus of special characters and switch text/voice input modes from a button in t…
190 … screen widgets to the next level, offering more types of content and new modes of interaction wit…
210 <p>The platform offers convenient new interaction modes that developers can use. For managing colle…
Dandroid-1.6-highlights.jd85 Users can quickly toggle between still and video capture modes. Additionally, the gallery
Dandroid-2.3-highlights.jd86 without needing to manually switch input modes. From certain keys, users can
107 modes, no use of a trackball is needed.</p>
Dandroid-3.1.jd76 detached, as well as standard interfaces, endpoints, and transfer modes
109 for USB host and open accessory modes on specific devices is determined by
/frameworks/base/docs/html/tools/building/
Dbuilding-eclipse.jd59 <a href="#AutoAndManualTargetModes">Automatic and manual target modes</a> below.</p>
135 "#AutoAndManualTargetModes">Automatic and manual target modes</a>).</p>
147 <h4 id="AutoAndManualTargetModes">Automatic and manual target modes</h4>
/frameworks/base/docs/html/guide/topics/ui/accessibility/
Dindex.jd52 modes. Accessibility services can provide these enhancements for all applications, a set of
/frameworks/base/docs/html/guide/components/
Dtasks-and-back-stack.jd22 <li><a href="#TaskLaunchModes">Defining launch modes</a></li>
272 <h3 id="TaskLaunchModes">Defining launch modes</h3>
274 <p>Launch modes allow you to define how a new instance of an activity is associated with the
275 current task. You can define different launch modes in two ways:</p>
292 <p class="note"><strong>Note:</strong> Some launch modes available for the manifest file
293 are not available as flags for an intent and, likewise, some launch modes available as flags
307 task. There are four different launch modes you can assign to the
377 <p>For more information about using launch modes in the manifest file, see the
565 modes</a> that mark activities as always initiating a task, {@code "singleTask"} and "{@code
/frameworks/base/docs/html/guide/topics/connectivity/nfc/
Dindex.jd17 <p>Android-powered devices with NFC simultaneously support three main modes of operation:</p>
/frameworks/base/docs/html/guide/topics/manifest/
Dactivity-element.jd102 "{@code singleInstance}" launch modes can only be at the root of a task,
104 modes. (See also the <code><a href="#lmode">launchMode</a></code>
399 <dd>An instruction on how the activity should be launched. There are four modes
414 As shown in the table below, the modes fall into two main groups, with
436 The "{@code standard}" and "{@code singleTop}" modes differ from each other
453 The "{@code singleTask}" and "{@code singleInstance}" modes also differ from
508 common and useful launch mode for many types of activities. The other modes
518 <p>For more information on launch modes and their interaction with Intent
933 The system will automatically select one of these modes depending
/frameworks/base/docs/html/guide/topics/search/
Dindex.jd36 <p>The search framework offers two modes of search input: a search dialog at the top of the
Dsearchable-config.jd89 <dd><em>Keyword</em>. Sets additional modes that control the search presentation.
90 Currently available modes define how the query text should be rewritten when a custom suggestion
/frameworks/base/docs/html/guide/topics/ui/
Dhow-android-draws.jd111 three modes:</p>
/frameworks/base/docs/html/guide/topics/text/
Dcreating-input-method.jd399 Subtypes allow the IME to expose multiple input modes and languages supported by an IME. A
418 it helps the user identify and switch between different IME languages and modes.
474 treated as modes of the IME they belong to. In the notification bar, a user can select an
/frameworks/base/docs/html/guide/practices/
Dtablets-and-handsets.jd194 update the action bar each time the fragments change, depending on what actions or navigation modes
396 <li><strong>Avoid using custom navigation modes when possible</strong>. Use the built-in tab
397 and drop-down navigation modes when possible&mdash;they're designed so the system can adapt their
/frameworks/base/docs/html/design/get-started/
Dprinciples.jd187 Avoid modes, which are places that look similar but act differently on the same input.</p>
/frameworks/base/docs/html/tools/help/
Dadt.jd151 these modes with the pair of tabs at the bottom of each custom XML editor.</p>
413 <li>Different modes of rendered previews include: icons only, icons and text, tiny previews,
/frameworks/base/docs/html/tools/projects/
Dprojects-cmdline.jd291 standard Ant build commands and compile modes, as described in <a href=
/frameworks/base/docs/html/training/location/
Dlocation-testing.jd333 When you test an app that uses geofence detection, use test data that reflects different modes

12