Searched defs:source (Results 426 - 450 of 468) sorted by relevance

<<111213141516171819

/frameworks/base/tools/aapt/
H A DImages.cpp488 /* Determine source radius based upon inset:
1338 printf(" (processed image %s: %d%% size of source)\n", printableName.string(), percent);
1359 status_t preProcessImageToCache(const Bundle* bundle, const String8& source, const String8& dest) argument
1374 printf("Processing image to cache: %s => %s\n", source.string(), dest.string());
1378 fp = fopen(source.string(),"rb");
1380 fprintf(stderr, "%s ERROR: Unable to open PNG file\n", source.string());
1411 read_png(source.string(), read_ptr, read_info, &imageInfo);
1422 if (source.getBasePath().getPathExtension() == ".9") {
1423 if (do_9patch(source.string(), &imageInfo) != NO_ERROR) {
1475 printf(" (processed image to cache entry %s: %d%% size of source)\
[all...]
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java501 public Visibility(Visibility source) { argument
502 rssi5 = source.rssi5;
503 rssi24 = source.rssi24;
504 age24 = source.age24;
505 age5 = source.age5;
506 num24 = source.num24;
507 num5 = source.num5;
508 BSSID5 = source.BSSID5;
509 BSSID24 = source.BSSID24;
1492 public WifiConfiguration(WifiConfiguration source) { argument
[all...]
/frameworks/native/services/inputflinger/
H A DInputDispatcher.h471 uint32_t source; member in struct:android::InputDispatcher::KeyEntry
492 int32_t deviceId, uint32_t source, uint32_t policyFlags, int32_t action,
505 uint32_t source; member in struct:android::InputDispatcher::MotionEntry
520 int32_t deviceId, uint32_t source, uint32_t policyFlags,
701 // Returns true if the specified source is known to have received a hover enter
703 bool isHovering(int32_t deviceId, uint32_t source, int32_t displayId) const;
743 uint32_t source; member in struct:android::InputDispatcher::InputState::KeyMemento
754 uint32_t source; member in struct:android::InputDispatcher::InputState::MotionMemento
958 uint32_t source; // source o member in struct:android::InputDispatcher::TouchState
[all...]
/frameworks/rs/api/
H A Dgen_runtime.cpp413 string capitalize(const string& source) { argument
414 int length = source.length();
418 if (source[s] == '_') {
421 result += toupper(source[s]);
424 result += source[s];
/frameworks/support/v4/java/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompat.java191 public Object obtain(View source); argument
194 public void setSource(Object info, View source); argument
296 public Object obtain(View source) { argument
571 public void setSource(Object info, View source) { argument
744 public Object obtain(View source) { argument
745 return AccessibilityNodeInfoCompatIcs.obtain(source);
959 public void setSource(Object info, View source) { argument
960 AccessibilityNodeInfoCompatIcs.setSource(info, source);
1603 * sets the source.
1608 public static AccessibilityNodeInfoCompat obtain(View source) { argument
1652 setSource(View source) argument
[all...]
/frameworks/support/v4/java/android/support/v4/widget/
H A DDrawerLayout.java1610 public SavedState createFromParcel(Parcel source) {
1611 return new SavedState(source);
1811 public LayoutParams(LayoutParams source) { argument
1812 super(source);
1813 this.gravity = source.gravity;
1816 public LayoutParams(ViewGroup.LayoutParams source) { argument
1817 super(source);
1820 public LayoutParams(ViewGroup.MarginLayoutParams source) { argument
1821 super(source);
H A DSlidingPaneLayout.java1423 public LayoutParams(android.view.ViewGroup.LayoutParams source) { argument
1424 super(source);
1427 public LayoutParams(MarginLayoutParams source) { argument
1428 super(source);
1431 public LayoutParams(LayoutParams source) { argument
1432 super(source);
1433 this.weight = source.weight;
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBarActivityDelegateBase.java1729 private static SavedState readFromParcel(Parcel source) { argument
1731 savedState.featureId = source.readInt();
1732 savedState.isOpen = source.readInt() == 1;
1735 savedState.menuState = source.readBundle();
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DToolbar.java1840 public LayoutParams(LayoutParams source) { argument
1841 super(source);
1843 mViewType = source.mViewType;
1846 public LayoutParams(ActionBar.LayoutParams source) { argument
1847 super(source);
1850 public LayoutParams(MarginLayoutParams source) { argument
1851 super(source);
1854 copyMarginsFromCompat(source);
1857 public LayoutParams(ViewGroup.LayoutParams source) { argument
1858 super(source);
1861 copyMarginsFromCompat(MarginLayoutParams source) argument
1873 SavedState(Parcel source) argument
[all...]
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp72 static sp<MediaSource> Make##name(const sp<MediaSource> &source, const sp<MetaData> &meta) { \
73 return new name(source, meta); \
81 const char *name, const sp<MediaSource> &source,
94 return (*kFactoryInfo[i].CreateFunc)(source, meta);
291 const sp<MediaSource> &source,
296 if (source->getFormat()->findInt32(
337 InstantiateSoftwareEncoder(componentName, source, meta);
370 source, nativeWindow);
1418 const sp<MediaSource> &source,
1429 mSource(source),
80 InstantiateSoftwareEncoder( const char *name, const sp<MediaSource> &source, const sp<MetaData> &meta) argument
288 Create( const sp<IOMX> &omx, const sp<MetaData> &meta, bool createEncoder, const sp<MediaSource> &source, const char *matchComponentName, uint32_t flags, const sp<ANativeWindow> &nativeWindow) argument
1412 OMXCodec( const sp<IOMX> &omx, IOMX::node_id node, uint32_t quirks, uint32_t flags, bool isEncoder, const char *mime, const char *componentName, const sp<MediaSource> &source, const sp<ANativeWindow> &nativeWindow) argument
[all...]
H A DMPEG4Extractor.cpp162 // This custom data source wraps an existing one and satisfies requests
170 MPEG4DataSource(const sp<DataSource> &source);
196 MPEG4DataSource::MPEG4DataSource(const sp<DataSource> &source) argument
197 : mSource(source),
353 MPEG4Extractor::MPEG4Extractor(const sp<DataSource> &source) argument
355 mDataSource(source),
791 ALOGE("atom size is 0, and data source has no size");
4234 const sp<DataSource> &source, String8 *mimeType, float *confidence) {
4237 ssize_t n = source->readAt(4, header, sizeof(header));
4294 const sp<DataSource> &source, String
4233 LegacySniffMPEG4( const sp<DataSource> &source, String8 *mimeType, float *confidence) argument
4293 BetterSniffMPEG4( const sp<DataSource> &source, String8 *mimeType, float *confidence, sp<AMessage> *meta) argument
4404 SniffMPEG4( const sp<DataSource> &source, String8 *mimeType, float *confidence, sp<AMessage> *meta) argument
[all...]
H A DMPEG4Writer.cpp67 Track(MPEG4Writer *owner, const sp<MediaSource> &source, size_t trackId);
440 status_t MPEG4Writer::addSource(const sp<MediaSource> &source) { argument
443 ALOGE("Attempt to add source AFTER recording is started");
453 CHECK(source.get() != NULL);
457 source->getFormat()->findCString(kKeyMIMEType, &mime);
482 Track *track = new Track(this, source, 1 + mTracks.size());
490 ALOGE("No source added");
1351 MPEG4Writer *owner, const sp<MediaSource> &source, size_t trackId)
1353 mMeta(source->getFormat()),
1354 mSource(source),
1350 Track( MPEG4Writer *owner, const sp<MediaSource> &source, size_t trackId) argument
[all...]
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp1952 audio_source_t source,
1961 sp<RecordThread> thread = openInput_l(module, input, config, *device, address, source, flags);
1976 audio_source_t source,
1993 &inStream, flags, address.string(), source);
2015 &inStream, flags, address.string(), source);
2644 ALOGW("moveEffectChain_l() effect chain for session %d not on source thread %p",
2812 void AudioFlinger::dumpTee(int fd, const sp<NBAIO_Source>& source, audio_io_handle_t id) argument
2814 NBAIO_Source *teeSource = source.get();
1947 openInput(audio_module_handle_t module, audio_io_handle_t *input, audio_config_t *config, audio_devices_t *device, const String8& address, audio_source_t source, audio_input_flags_t flags) argument
1971 openInput_l(audio_module_handle_t module, audio_io_handle_t *input, audio_config_t *config, audio_devices_t device, const String8& address, audio_source_t source, audio_input_flags_t flags) argument
/frameworks/base/core/java/android/app/
H A DActivityManager.java593 private TaskDescription(Parcel source) { argument
594 readFromParcel(source);
733 public void readFromParcel(Parcel source) { argument
734 mLabel = source.readInt() > 0 ? source.readString() : null;
735 mIcon = source.readInt() > 0 ? Bitmap.CREATOR.createFromParcel(source) : null;
736 mColorPrimary = source.readInt();
737 mIconFilename = source.readInt() > 0 ? source
870 readFromParcel(Parcel source) argument
896 RecentTaskInfo(Parcel source) argument
1073 readFromParcel(Parcel source) argument
1096 RunningTaskInfo(Parcel source) argument
1299 readFromParcel(Parcel source) argument
1321 TaskThumbnail(Parcel source) argument
1527 readFromParcel(Parcel source) argument
1553 RunningServiceInfo(Parcel source) argument
1658 readFromParcel(Parcel source) argument
1679 MemoryInfo(Parcel source) argument
1729 readFromParcel(Parcel source) argument
1752 StackInfo(Parcel source) argument
1880 readFromParcel(Parcel source) argument
1901 ProcessErrorStateInfo(Parcel source) argument
2157 readFromParcel(Parcel source) argument
2183 RunningAppProcessInfo(Parcel source) argument
[all...]
/frameworks/base/core/java/android/view/
H A DMotionEvent.java113 * on the source class of the device.
115 * On pointing devices with source class {@link InputDevice#SOURCE_CLASS_POINTER}
134 * On trackball devices with source class {@link InputDevice#SOURCE_CLASS_TRACKBALL},
140 * On joystick devices with source class {@link InputDevice#SOURCE_CLASS_JOYSTICK},
1337 int deviceId, int source, int action, int flags, int edgeFlags,
1350 private static native int nativeSetSource(long nativePtr, int source); argument
1448 * @param source The source of this event.
1455 int edgeFlags, int source, int flags) {
1458 deviceId, source, actio
1336 nativeInitialize(long nativePtr, int deviceId, int source, int action, int flags, int edgeFlags, int metaState, int buttonState, float xOffset, float yOffset, float xPrecision, float yPrecision, long downTimeNanos, long eventTimeNanos, int pointerCount, PointerProperties[] pointerIds, PointerCoords[] pointerCoords) argument
1451 obtain(long downTime, long eventTime, int action, int pointerCount, PointerProperties[] pointerProperties, PointerCoords[] pointerCoords, int metaState, int buttonState, float xPrecision, float yPrecision, int deviceId, int edgeFlags, int source, int flags) argument
1495 obtain(long downTime, long eventTime, int action, int pointerCount, int[] pointerIds, PointerCoords[] pointerCoords, int metaState, float xPrecision, float yPrecision, int deviceId, int edgeFlags, int source, int flags) argument
1710 setSource(int source) argument
[all...]
H A DKeyEvent.java696 * Toggles broadcast input source between antenna and cable. */
765 // MUST contribute a patch to the open source project to define
1393 * @param source The input source such as {@link InputDevice#SOURCE_KEYBOARD}.
1397 int deviceId, int scancode, int flags, int source) {
1407 mSource = source;
1412 * action, repeat count and source will automatically be set to
1499 int deviceId, int scancode, int flags, int source, String characters) {
1510 ev.mSource = source;
1836 public final void setSource(int source) { argument
1395 KeyEvent(long downTime, long eventTime, int action, int code, int repeat, int metaState, int deviceId, int scancode, int flags, int source) argument
1497 obtain(long downTime, long eventTime, int action, int code, int repeat, int metaState, int deviceId, int scancode, int flags, int source, String characters) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DGridLayout.java1613 equivalent to the single-source shortest paths problem on a digraph, for
2115 * and column spec of the source.
2117 * @param source The layout params to copy from.
2119 public LayoutParams(LayoutParams source) { argument
2120 super(source);
2122 this.rowSpec = source.rowSpec;
2123 this.columnSpec = source.columnSpec;
H A DNumberPicker.java2035 CharSequence source, int start, int end, Spanned dest, int dstart, int dend) {
2037 CharSequence filtered = super.filter(source, start, end, dest, dstart, dend);
2039 filtered = source.subSequence(start, end);
2063 CharSequence filtered = String.valueOf(source.subSequence(start, end));
2034 filter( CharSequence source, int start, int end, Spanned dest, int dstart, int dend) argument
/frameworks/base/opengl/java/android/opengl/
H A DGLES31Ext.java17 // This source file is automatically generated
262 // C function void glDebugMessageControlKHR ( GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled )
265 int source,
274 // C function void glDebugMessageControlKHR ( GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled )
277 int source,
285 // C function void glDebugMessageInsertKHR ( GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf )
288 int source,
298 void onMessage(int source, int type, int id, int severity, String message); argument
354 // C function void glPushDebugGroupKHR ( GLenum source, GLuint id, GLsizei length, const GLchar *message )
357 int source,
264 glDebugMessageControlKHR( int source, int type, int severity, int count, int[] ids, int offset, boolean enabled ) argument
276 glDebugMessageControlKHR( int source, int type, int severity, int count, java.nio.IntBuffer ids, boolean enabled ) argument
287 glDebugMessageInsertKHR( int source, int type, int id, int severity, String buf ) argument
356 glPushDebugGroupKHR( int source, int id, int length, String message ) argument
[all...]
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp109 static void SC_AllocationSyncAll2(android::renderscript::rs_allocation a, RsAllocationUsageType source) { argument
111 rsrAllocationSyncAll(rsc, (Allocation*)a.p, source);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGridLayoutManager.java79 public LayoutParams(MarginLayoutParams source) { argument
80 super(source);
83 public LayoutParams(ViewGroup.LayoutParams source) { argument
84 super(source);
87 public LayoutParams(RecyclerView.LayoutParams source) { argument
88 super(source);
91 public LayoutParams(LayoutParams source) { argument
92 super(source);
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java1490 equivalent to the single-source shortest paths problem on a digraph, for
1990 * and column spec of the source.
1992 * @param source The layout params to copy from.
1994 public LayoutParams(LayoutParams source) { argument
1995 super(source);
1997 this.rowSpec = source.rowSpec;
1998 this.columnSpec = source.columnSpec;
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DStaggeredGridLayoutManager.java1965 public LayoutParams(ViewGroup.MarginLayoutParams source) { argument
1966 super(source);
1969 public LayoutParams(ViewGroup.LayoutParams source) { argument
1970 super(source);
1973 public LayoutParams(RecyclerView.LayoutParams source) { argument
1974 super(source);
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java38 * can be requested from its source. From the point of view of an
591 * Sets the source.
598 * @param source The info source.
600 public void setSource(View source) { argument
601 setSource(source, UNDEFINED_ITEM_ID);
605 * Sets the source to be a virtual descendant of the given <code>root</code>.
607 * is set as the source.
2181 * @param label The view that labels this node's source.
2203 * @param root The root whose virtual descendant labels this node's source
2487 obtain(View source) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp18 // This source file is automatically generated
3128 /* void glGetShaderSource ( GLuint shader, GLsizei bufsize, GLsizei *length, char *source ) */
3140 char *source = (char *) 0; local
3162 _exceptionMessage = "source == null";
3174 source = source_base + sourceOffset;
3180 (char *)source
3197 /* void glGetShaderSource ( GLuint shader, GLsizei bufsize, GLsizei *length, char *source ) */
3200 (JNIEnv *_env, jobject _this, jint shader, jint bufsize, jobject length_buf, jbyte source) {
3215 reinterpret_cast<char *>(source)
3222 /* void glGetShaderSource ( GLuint shader, GLsizei bufsize, GLsizei *length, char *source ) */
3199 android_glGetShaderSource__IILjava_nio_IntBuffer_2B(JNIEnv *_env, jobject _this, jint shader, jint bufsize, jobject length_buf, jbyte source) argument
[all...]

Completed in 1533 milliseconds

<<111213141516171819