Searched defs:in (Results 326 - 350 of 354) sorted by relevance

<<1112131415

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp6 ** you may not use this file except in compliance with the License.
11 ** Unless required by applicable law or agreed to in writing, software
150 ALOGE_IF(rc, "%s couldn't open audio hw device in %s.%s (%s)", __func__,
462 // If pid is already in the mClients wp<> map, then use that entry
738 // Set master volume in the HALs which support it.
750 // Now set the master volume in each playback thread. Playback threads
850 // Set master mute in the HALs which support it.
862 // Now set the master mute in each playback thread. Playback threads
1064 // hold a strong ref on thread in case closeOutput() or closeInput() is called
1305 // FIXME should be a "k" constant not hard-coded, in
2160 AudioStreamIn *in = thread->clearInput(); local
[all...]
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
87 * APKs in a single directory.
110 /** File name in an APK for the Android manifest. */
141 * NOTE: These must be declared in SDK version order, with permissions
338 * support extensions to the DTD in future versions. */
601 "Failed reading " + entry.getName() + " in " + jarFile, e);
669 "No packages found in split");
688 "Inconsistent package " + lite.packageName + " in " + file
693 "Inconsistent version " + lite.versionCode + " in "
5007 readFullyIgnoringContents(InputStream in) argument
[all...]
/frameworks/base/core/java/android/view/
H A DMotionEvent.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
32 * Motion events describe movements in terms of an action code and a set of axis values.
60 * The pointer index of each pointer in the event ranges from 0 to one less than the value
63 * The order in which individual pointers appear within a motion event is undefined.
67 * pointer id of a pointer to track it across all subsequent motion events in a gesture.
69 * to obtain the pointer index for a given pointer id in that motion event.
85 * insofar as they are older than the current coordinates in the batch; however,
86 * they are still distinct from any other coordinates reported in prior motion events.
87 * To process all coordinates in th
3196 createFromParcelBody(Parcel in) argument
[all...]
H A DKeyEvent.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
41 * Key code constants are defined in this class. Scan code constants are raw
56 * event: this is left to the IME's discretion, and in fact sending such events is
394 * Navigates forward in the history stack. Complement of {@link #KEYCODE_BACK}. */
491 /** Key code constant: Zoom in key. */
499 * On TV remotes, toggles picture-in-picture mode or other windowing functions. */
588 * in certain settings such as on a crowded train. On some devices, the key may only
684 * Switches to BS digital satellite broadcasting service available in Japan. */
687 * Switches to CS digital satellite broadcasting service available in Japa
2887 createFromParcelBody(Parcel in) argument
2891 KeyEvent(Parcel in) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
451 "Early EOF encountered in skip, not enough pixel data for image of size %u",
457 "Error encountered while skip bytes in input stream.");
648 ALOGE("%s: moveEntries failed, entry %u not found in IFD %u", __FUNCTION__, tagId,
734 * For each color plane, find the corresponding noise profile coefficients given in the
735 * per-channel noise profile. If multiple channels in the CFA correspond to a color in the color
741 * numChannels - the number of noise profile coefficient pairs and color channels given in
743 * planeColors - the color planes in th
1955 sp<JniInputStream> in = new JniInputStream(env, inStream); local
[all...]
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
78 * of audio/video files and streams. An example on how to use the methods in
79 * this class can be found in {@link android.widget.VideoView}.
102 * in. The arcs represent the playback control operations that drive the object
115 * after {@link #reset()} is called, it is in the <em>Idle</em> state; and after
116 * {@link #release()} is called, it is in the <em>End</em> state. Between these
128 * {@link #prepareAsync()} in the <em>Idle</em> state for both cases. If any of these
144 * object is in the <em>End</em> state, it can no longer be used and
147 * the MediaPlayer objects created using <code>new</code> is in th
1767 TrackInfo(Parcel in) argument
[all...]
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GpsLocationProvider.cpp5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
34 #include <linux/in.h>
222 struct sockaddr_in *in = (struct sockaddr_in*)&(agps_status->addr); local
223 uint32_t *pAddr = (uint32_t*)&(in->sin_addr);
229 // log the IP for reference in case there is a bogus value pushed by HAL
231 inet_ntop(AF_INET, &(in->sin_addr), str, INET_ADDRSTRLEN);
247 // log the IP for reference in case there is a bogus value pushed by HAL
260 // for back-compatibility reasons we check in v2 that the data structure size is greater or
261 // equal to the declared size in gp
[all...]
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
562 android::renderscript::rs_allocation in,
565 rsrForEach(rsc, (Script*)target.p, (Allocation*)in.p, (Allocation*)out.p, NULL, 0, NULL);
569 android::renderscript::rs_allocation *in,
572 rsrForEach(rsc, (Script*)target->p, (Allocation*)in->p, (Allocation*)out->p, NULL, 0, NULL);
578 android::renderscript::rs_allocation in,
582 rsrForEach(rsc, (Script*)target.p, (Allocation*)in.p, (Allocation*)out.p, usr, 0, NULL);
586 android::renderscript::rs_allocation *in,
590 rsrForEach(rsc, (Script*)target->p, (Allocation*)in
561 SC_ForEach_SAA(android::renderscript::rs_script target, android::renderscript::rs_allocation in, android::renderscript::rs_allocation out) argument
568 SC_ForEach_SAA(android::renderscript::rs_script *target, android::renderscript::rs_allocation *in, android::renderscript::rs_allocation *out) argument
577 SC_ForEach_SAAU(android::renderscript::rs_script target, android::renderscript::rs_allocation in, android::renderscript::rs_allocation out, const void *usr) argument
585 SC_ForEach_SAAU(android::renderscript::rs_script *target, android::renderscript::rs_allocation *in, android::renderscript::rs_allocation *out, const void *usr) argument
595 SC_ForEach_SAAUS(android::renderscript::rs_script target, android::renderscript::rs_allocation in, android::renderscript::rs_allocation out, const void *usr, const RsScriptCall *call) argument
604 SC_ForEach_SAAUS(android::renderscript::rs_script *target, android::renderscript::rs_allocation *in, android::renderscript::rs_allocation *out, const void *usr, const RsScriptCall *call) argument
615 SC_ForEach_SAAUL(android::renderscript::rs_script target, android::renderscript::rs_allocation in, android::renderscript::rs_allocation out, const void *usr, uint32_t usrLen) argument
624 SC_ForEach_SAAUL(android::renderscript::rs_script *target, android::renderscript::rs_allocation *in, android::renderscript::rs_allocation *out, const void *usr, uint32_t usrLen) argument
635 SC_ForEach_SAAULS(android::renderscript::rs_script target, android::renderscript::rs_allocation in, android::renderscript::rs_allocation out, const void *usr, uint32_t usrLen, const RsScriptCall *call) argument
645 SC_ForEach_SAAULS(android::renderscript::rs_script *target, android::renderscript::rs_allocation *in, android::renderscript::rs_allocation *out, const void *usr, uint32_t usrLen, const RsScriptCall *call) argument
1455 SC_ForEach_SAA(::rs_script target, ::rs_allocation in, ::rs_allocation out) argument
1462 SC_ForEach_SAAUS(::rs_script target, ::rs_allocation in, ::rs_allocation out, const void *usr, const RsScriptCall *call) argument
1471 SC_ForEach_SAAUL(::rs_script target, ::rs_allocation in, ::rs_allocation out, const void *usr, uint32_t usrLen) argument
1480 SC_ForEach_SAAULS(::rs_script target, ::rs_allocation in, ::rs_allocation out, const void *usr, uint32_t usrLen, const RsScriptCall *call) argument
1532 rsForEach(::rs_script script, ::rs_allocation in, ::rs_allocation out, const void *usr, const rs_script_call *call) argument
1540 rsForEach(::rs_script script, ::rs_allocation in, ::rs_allocation out) argument
1546 rsForEach(::rs_script script, ::rs_allocation in, ::rs_allocation out, const void *usr, uint32_t usrLen) argument
1554 rsForEach(::rs_script script, ::rs_allocation in, ::rs_allocation out, const void *usr, uint32_t usrLen, const rs_script_call *call) argument
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGridLayoutManager.java5 * in compliance with the License. You may obtain a copy of the License at
9 * Unless required by applicable law or agreed to in writing, software distributed under the License
177 * Note on conventions in the presence of RTL layout directions:
181 * quantity that changes direction in RTL cases, or a quantity that
182 * does not. Here are the conventions in use:
193 * Note that although quantities do not reverse in RTL flows, their
195 * leftmost; in RTL flows, it is rightmost. Thus, anywhere that
255 * The fixed size of each grid item in the secondary direction. This corresponds to
257 * in the primary direction.
286 * Margin in mai
2816 SavedState(Parcel in) argument
[all...]
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
65 * development. The API will likely change in later updates of
69 * <p>ViewPager is most often used in conjunction with {@link android.app.Fragment},
82 * <p>Below is a more complicated example of ViewPager, using it in conjunction
84 * ViewPager in the API 4+ Support Demos and API 13+ Support Demos sample code.
108 * Used to track what the expected number of items in the adapter should be.
231 * Indicates that the pager is in an idle, settled state. The current page
232 * is fully in view and no animation is in progres
1253 SavedState(Parcel in, ClassLoader loader) argument
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DStaggeredGridLayoutManager.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
46 * A LayoutManager that lays out children in a staggered grid formation.
47 * It supports horizontal & vertical layout as well as an ability to layout children in reverse.
73 * check if there are gaps in the because of full span items. If it finds, it will re-layout
148 * how we handle gaps in UI.
179 * If a full span item is invalid / or created in reverse direction; it may create gaps in
212 * Checks for gaps in the UI that may be caused by adapter changes.
214 * When a full span item is laid out in revers
2534 FullSpanItem(Parcel in) argument
2615 SavedState(Parcel in) argument
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DProcessStats.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
203 // Where the "type"/"state" part of the data appears in an offset integer.
206 // Where the "which array" part of the data appears in an offset integer.
209 // Where the "index into array" part of the data appears in an offset integer.
255 public ProcessStats(Parcel in) { argument
257 readFromParcel(in);
409 public ProcessStats createFromParcel(Parcel in) {
410 return new ProcessStats(in);
1362 // Finally prune out any common processes that are no longer in us
1433 readTableFromParcel(Parcel in, String name, String what) argument
1474 readCompactedLongArray(Parcel in, int version, long[] array, int num) argument
1511 readCommonString(Parcel in, int version) argument
1672 readCheckedInt(Parcel in, int val, String what) argument
1721 readFromParcel(Parcel in) argument
2856 readDurationsFromParcel(Parcel in) argument
3055 readFromParcel(Parcel in, boolean fully) argument
3607 readFromParcel(Parcel in) argument
[all...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DPagedView.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
63 private static final float WARP_ANIMATE_AMOUNT = -75.0f; // in dip
178 // If true, the subclass should directly update scrollX itself in its computeScroll method
379 // Convenience methods to get the offset ASSUMING that we are centering the pages in the
434 * in CustomizePagedView to allow tabs to share the same PagedView while resetting the scroll of
536 * Registers the specified listener on each page contained in this workspace.
630 // zoom out (and scale down), the view is still contained in the parent
674 // disallowing padding in paged view (just pass 0)
717 // The gap between pages in th
2014 SavedState(Parcel in) argument
[all...]
/frameworks/base/tools/aapt/
H A DResourceTable.cpp149 "a reference to another resource, in the form \"<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>\"\n"
150 "or to a theme attribute in the form \"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>\"."},
158 "a color value, in the form of \"<code>#<i>rgb</i></code>\", \"<code>#<i>argb</i></code>\",\n"
165 "in (inches), mm (millimeters)." },
251 String16("<p>This may also be a reference to a resource (in the form\n"
253 "theme attribute (in the form\n"
270 PendingAttribute(String16 _package, const sp<AaptFile>& in,
273 , sourcePos(in->getPrintableSource(), block.getLineNumber())
314 static status_t compileAttribute(const sp<AaptFile>& in, argument
321 PendingAttribute attr(myPackage, in, bloc
575 parseAndAddBag(Bundle* bundle, const sp<AaptFile>& in, ResXMLTree* block, const ResTable_config& config, const String16& myPackage, const String16& curType, const String16& ident, const String16& parentIdent, const String16& itemIdent, int32_t curFormat, bool isFormatted, const String16& product, PseudolocalizationMethod pseudolocalize, const bool overwrite, ResourceTable* outTable) argument
670 parseAndAddEntry(Bundle* bundle, const sp<AaptFile>& in, ResXMLTree* block, const ResTable_config& config, const String16& myPackage, const String16& curType, const String16& ident, const String16& curTag, bool curIsStyled, int32_t curFormat, bool isFormatted, const String16& product, PseudolocalizationMethod pseudolocalize, const bool overwrite, KeyedVector<type_ident_pair_t, bool>* skippedResourceNames, ResourceTable* outTable) argument
760 compileResourceFile(Bundle* bundle, const sp<AaptAssets>& assets, const sp<AaptFile>& in, const ResTable_config& defParams, const bool overwrite, ResourceTable* outTable) argument
[all...]
/frameworks/webview/chromium/tests/prebuilts/
H A Dandroid-janktesthelper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/uiautomator/ com/android/uiautomator/janktesthelper/ ...
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/gradle/wrapper/
H A Dgradle-wrapper.jar ... java.io.IOException java.io.InputStream in java.io.OutputStream out byte[] buffer int len ...
/frameworks/base/core/java/android/app/
H A DNotification.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
141 * A timestamp related to this notification, in milliseconds since the epoch.
146 * corresponds to the time the event happened (or will happen, in the case of events that have
156 * <li>Notification of an upcoming meeting should be stamped with the time the meeting will begin (that is, in the future).</li>
165 * The resource id of a drawable to use as the icon in the status bar.
171 * If the icon in the status bar is to have more than one level, you can set this. Otherwise,
180 * The number of events that this notification represents. For example, in a new mail
185 * superimposed over the icon in the status bar. Starting with
187 * {@link Notification.Builder} has displayed the number in th
907 Action(Parcel in) argument
[all...]
/frameworks/base/core/java/android/content/
H A DIntent.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
78 * <p>An Intent provides a facility for performing late runtime binding between the code in
79 * different applications. Its most significant use is in the launching of activities, where it
92 * <p>The primary pieces of information in an intent are:</p>
100 * in the contacts database, expressed as a {@link android.net.Uri}.</p>
112 * the phone dialer with the person filled in.</p>
115 * the phone dialer with the given number filled in. Note how the
120 * the phone dialer with the given number filled in.</p>
128 * list of people. Selecting a particular person to view would result in
7499 Intent(Parcel in) argument
7503 readFromParcel(Parcel in) argument
7637 restoreFromXml(XmlPullParser in) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DAbsListView.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
84 * display the content of the list in a grid, in a carousel, as stack, etc.
130 * Indicates that we are not in the middle of a touch gesture
157 * Indicates the view is in the process of being flung
193 * Make a mSelectedItem appear in a specific location and build the rest of
225 * The list allows multiple choices in a modal selection mode
235 * Controls if/how the user may choose/check items in the list
263 * and the value holds the last known position in th
1700 SavedState(Parcel in) argument
[all...]
H A DTextView.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
155 * allows users to make selection gestures in the TextView, which in turn triggers the system's
156 * built-in copy/paste controls.
493 * extensively in the same layout. This mode indicates how the marquee
567 // a link is pressed). These highlight-related fields do not go in mEditor.
1465 * Sets the typeface and style in which the text should be displayed,
1466 * and turns on the fake bold and italic bits in the Paint if the
1467 * Typeface that you provided does not have all the bits in th
9201 SavedState(Parcel in) argument
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
201 // Use calloc since we're going to leave a few holes in the data
238 ALOGW("idmap: no magic found in header (is 0x%08x, expected 0x%08x)",
247 ALOGW("idmap: version mismatch in header (is 0x%08x, expected 0x%08x)",
322 // The entry is not present in this idmap
329 // The entry is not present in this idmap
338 // This entry is not present in this idmap
572 // invariant: integer overflow in calculating mEntryStyles
649 * Strings in UT
1696 unpackLanguageOrRegion(const char in[2], const char base, char out[4]) argument
1728 packLanguageOrRegion(const char* in, const char base, char out[2]) argument
2540 setBcp47Locale(const char* in) argument
[all...]
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
192 static final boolean COMPRESS_FULL_BACKUPS = true; // should be true in production
202 // Random variation in backup scheduling time to avoid server load spikes
244 // User confirmation timeout for a full backup/restore operation. It's this long in
294 // in succession. Bind notifications are asynchronously delivered through the
329 // cached elsewhere in the system.
410 public int pmToken; // in post-install restore, the PM's token for this transaction
480 public String curPassword; // filled in by the confirmation step
519 // Bookkeeping of in
5359 readExactly(InputStream in, byte[] buffer, int offset, int size) argument
5683 readHeaderLine(InputStream in) argument
6648 readExactly(InputStream in, byte[] buffer, int offset, int size) argument
[all...]
/frameworks/native/services/inputflinger/
H A DInputReader.cpp5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
315 // resulting in a deadlock. This situation is actually quite plausible because the
964 // Process all of the events in order for each mapper.
965 // We cannot simply ask each mapper to process them in bulk because mappers may
968 // in the order received.
1579 // out of sync with the initial state of the events in the evdev buffer.
1662 // The slot is no longer in use but it retains its previous contents,
1967 ALOGD("nextStep: scheduled timeout in %0.3fms", duration * 0.000001f);
2128 // key repeat, be sure to use same keycode as before in cas
3427 const PropertyMap& in = getDevice()->getConfiguration(); local
4149 const RawPointerData::Pointer& in = mCurrentRawPointerData.pointers[i]; local
[all...]
/frameworks/multidex/gradle/wrapper/
H A Dgradle-wrapper.jar ... java.io.IOException java.io.InputStream in java.io.OutputStream out byte[] buffer int len ...
/frameworks/support/gradle/wrapper/
H A Dgradle-wrapper.jar ... java.io.IOException java.io.InputStream in java.io.OutputStream out byte[] buffer int len ...

Completed in 3153 milliseconds

<<1112131415