Searched defs:data (Results 1 - 25 of 784) sorted by last modified time

1234567891011>>

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java1403 * @param data Intent data, or <code>null</code>.
1412 private Intent createIntent(String action, Uri data, String extraData, String query, argument
1420 if (data != null) {
1421 intent.setData(data);
1525 * to use the suggestion. This includes checking the cursor for suggestion-specific data,
1526 * and/or falling back to the XML for defaults; It also creates REST style Uri data when
1527 * the suggestion includes a data id.
1548 // use specific data if supplied, or default data i
[all...]
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouteProviderService.java304 public void onResult(Bundle data) {
309 + ", data=" + data);
313 requestId, 0, data, null);
318 public void onError(String error, Bundle data) {
323 + ", error=" + error + ", data=" + data);
330 requestId, 0, data, bundle);
333 requestId, 0, data, null);
442 int requestId, int arg, Object obj, Bundle data) {
441 sendReply(Messenger messenger, int what, int requestId, int arg, Object obj, Bundle data) argument
609 processMessage(int what, Messenger messenger, int requestId, int arg, Object obj, Bundle data) argument
[all...]
H A DMediaRouter.java1558 * @param data Result data, or null if none.
1561 public void onResult(Bundle data) { argument
1569 * @param data Error data, or null if none.
1572 public void onError(String error, Bundle data) { argument
H A DRegisteredMediaRouteProvider.java484 public boolean onControlRequestSucceeded(int requestId, Bundle data) { argument
488 callback.onResult(data);
494 public boolean onControlRequestFailed(int requestId, String error, Bundle data) { argument
498 callback.onError(error, data);
516 Bundle data = new Bundle();
517 data.putString(CLIENT_DATA_ROUTE_ID, routeId);
519 mNextRequestId++, controllerId, null, data);
541 Bundle data = new Bundle();
542 data.putInt(CLIENT_DATA_VOLUME, volume);
544 mNextRequestId++, controllerId, null, data);
572 sendRequest(int what, int requestId, int arg, Object obj, Bundle data) argument
636 processMessage(Connection connection, int what, int requestId, int arg, Object obj, Bundle data) argument
[all...]
H A DRemotePlaybackClient.java598 public void onResult(Bundle data) {
599 if (data != null) {
601 data.getString(MediaControlIntent.EXTRA_SESSION_ID));
603 data.getBundle(MediaControlIntent.EXTRA_SESSION_STATUS));
605 data.getString(MediaControlIntent.EXTRA_ITEM_ID));
607 data.getBundle(MediaControlIntent.EXTRA_ITEM_STATUS));
612 + ": data=" + bundleToString(data)
618 callback.onResult(data, sessionIdResult, sessionStatus,
623 handleInvalidResult(intent, callback, data);
686 handleInvalidResult(Intent intent, ActionCallback callback, Bundle data) argument
693 handleError(Intent intent, ActionCallback callback, String error, Bundle data) argument
859 onItemStatusChanged(Bundle data, String sessionId, MediaSessionStatus sessionStatus, String itemId, MediaItemStatus itemStatus) argument
871 onSessionStatusChanged(Bundle data, String sessionId, MediaSessionStatus sessionStatus) argument
896 onError(String error, int code, Bundle data) argument
913 onResult(Bundle data, String sessionId, MediaSessionStatus sessionStatus, String itemId, MediaItemStatus itemStatus) argument
929 onResult(Bundle data, String sessionId, MediaSessionStatus sessionStatus) argument
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java63 * A flexible view for providing a limited window into a large data set.
69 * that represent items in a data set.</li>
70 * <li><em>Position:</em> The position of a data item within an <em>Adapter</em>.</li>
73 * <li><em>Binding:</em> The process of preparing a child view to display data corresponding
75 * <li><em>Recycle (view):</em> A view previously used to display data for a specific adapter
76 * position may be placed in a cache for later reuse to display the same type of data again
90 * {@link LayoutManager} to be able to detect data set changes in batches during a layout
230 * Set to true when an adapter data set changed notification is received.
237 * Some methods should not be called during these periods (e.g. adapter data change).
673 * or heavyweight data wit
8102 put(int resourceId, Object data) argument
[all...]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java31 * <p> This class provides the primary method through which data is passed to
150 * not contain mipmaps. On upload, the allocation data will contain a
457 * @param d the source data array
474 * @param d the source data array
491 * @param d the source data array
508 * @param d the source data array
526 * @param d the source data array
544 * @param d the source data array
562 * @param d the source data array
580 * @param d the source data arra
836 copy1DRangeFrom(int off, int count, Allocation data, int dataOff) argument
860 copy2DRangeFromUnchecked(int xoff, int yoff, int w, int h, byte[] data) argument
867 copy2DRangeFromUnchecked(int xoff, int yoff, int w, int h, short[] data) argument
874 copy2DRangeFromUnchecked(int xoff, int yoff, int w, int h, int[] data) argument
881 copy2DRangeFromUnchecked(int xoff, int yoff, int w, int h, float[] data) argument
899 copy2DRangeFrom(int xoff, int yoff, int w, int h, byte[] data) argument
914 copy2DRangeFrom(int xoff, int yoff, int w, int h, short[] data) argument
929 copy2DRangeFrom(int xoff, int yoff, int w, int h, int[] data) argument
944 copy2DRangeFrom(int xoff, int yoff, int w, int h, float[] data) argument
961 copy2DRangeFrom(int xoff, int yoff, int w, int h, Allocation data, int dataXoff, int dataYoff) argument
980 copy2DRangeFrom(int xoff, int yoff, Bitmap data) argument
1015 copy3DRangeFromUnchecked(int xoff, int yoff, int zoff, int w, int h, int d, byte[] data) argument
1026 copy3DRangeFromUnchecked(int xoff, int yoff, int zoff, int w, int h, int d, short[] data) argument
1037 copy3DRangeFromUnchecked(int xoff, int yoff, int zoff, int w, int h, int d, int[] data) argument
1048 copy3DRangeFromUnchecked(int xoff, int yoff, int zoff, int w, int h, int d, float[] data) argument
1069 copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, byte[] data) argument
1078 copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, short[] data) argument
1087 copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, int[] data) argument
1096 copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, float[] data) argument
1117 copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, Allocation data, int dataXoff, int dataYoff, int dataZoff) argument
[all...]
H A DAllocationThunker.java200 byte[] data = fp.getData();
205 nfp.addI8(data[i]);
216 byte[] data = fp.getData();
221 nfp.addI8(data[i]);
295 public void copy1DRangeFrom(int off, int count, Allocation data, int dataOff) { argument
297 AllocationThunker at = (AllocationThunker)data;
304 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, byte[] data) { argument
306 mN.copy2DRangeFrom(xoff, yoff, w, h, data);
311 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, short[] data) { argument
313 mN.copy2DRangeFrom(xoff, yoff, w, h, data);
318 copy2DRangeFrom(int xoff, int yoff, int w, int h, int[] data) argument
325 copy2DRangeFrom(int xoff, int yoff, int w, int h, float[] data) argument
333 copy2DRangeFrom(int xoff, int yoff, int w, int h, Allocation data, int dataXoff, int dataYoff) argument
342 copy2DRangeFrom(int xoff, int yoff, Bitmap data) argument
[all...]
H A DRenderScript.java70 native int nContextGetUserMessage(int con, int[] data); argument
256 native void rsnContextSendMessage(int con, int id, int[] data); argument
257 synchronized void nContextSendMessage(int id, int[] data) { argument
259 rsnContextSendMessage(mContext, id, data);
761 * rsSendToClient}, the data fields will be filled, and the run
803 * @param data
805 public void sendMessage(int id, int[] data) { argument
806 nContextSendMessage(id, data);
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp181 nContextGetUserMessage(JNIEnv *_env, jobject _this, RsContext con, jintArray data) argument
183 jint len = _env->GetArrayLength(data);
185 jint *ptr = _env->GetIntArrayElements(data, NULL);
196 _env->ReleaseIntArrayElements(data, ptr, 0);
228 nContextSendMessage(JNIEnv *_env, jobject _this, RsContext con, jint id, jintArray data) argument
232 if (data) {
233 len = _env->GetArrayLength(data);
234 jint *ptr = _env->GetIntArrayElements(data, NULL);
238 if (data) {
239 _env->ReleaseIntArrayElements(data, pt
439 nAllocationData1D_i(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint count, jintArray data, int sizeBytes) argument
449 nAllocationData1D_s(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint count, jshortArray data, int sizeBytes) argument
459 nAllocationData1D_b(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint count, jbyteArray data, int sizeBytes) argument
469 nAllocationData1D_f(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint count, jfloatArray data, int sizeBytes) argument
480 nAllocationElementData1D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint compIdx, jbyteArray data, int sizeBytes) argument
490 nAllocationData2D_s(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, jint lod, jint face, jint w, jint h, jshortArray data, int sizeBytes) argument
501 nAllocationData2D_b(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, jint lod, jint face, jint w, jint h, jbyteArray data, int sizeBytes) argument
512 nAllocationData2D_i(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, jint lod, jint face, jint w, jint h, jintArray data, int sizeBytes) argument
523 nAllocationData2D_f(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, jint lod, jint face, jint w, jint h, jfloatArray data, int sizeBytes) argument
558 nAllocationData3D_s(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, jint zoff, jint lod, jint w, jint h, jint d, jshortArray data, int sizeBytes) argument
569 nAllocationData3D_b(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, jint zoff, jint lod, jint w, jint h, jint d, jbyteArray data, int sizeBytes) argument
580 nAllocationData3D_i(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, jint zoff, jint lod, jint w, jint h, jint d, jintArray data, int sizeBytes) argument
591 nAllocationData3D_f(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, jint zoff, jint lod, jint w, jint h, jint d, jfloatArray data, int sizeBytes) argument
624 nAllocationRead_i(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jintArray data) argument
635 nAllocationRead_s(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jshortArray data) argument
646 nAllocationRead_b(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jbyteArray data) argument
657 nAllocationRead_f(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jfloatArray data) argument
726 nScriptSetVarV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data) argument
736 nScriptSetVarVE(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data, jint elem, jintArray dims) argument
774 nScriptInvokeV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data) argument
[all...]
/frameworks/volley/src/com/android/volley/
H A DCache.java23 * An interface for a cache keyed by a String with a byte array as data.
68 /** The data returned from cache. */
69 public byte[] data; field in class:Cache.Entry
91 /** True if a refresh is needed from the original data source. */
H A DNetworkResponse.java31 * @param data Response body
33 * @param notModified True if the server returned a 304 and the data was already in cache
35 public NetworkResponse(int statusCode, byte[] data, Map<String, String> headers, argument
38 this.data = data;
43 public NetworkResponse(byte[] data) { argument
44 this(HttpStatus.SC_OK, data, Collections.<String, String>emptyMap(), false);
47 public NetworkResponse(byte[] data, Map<String, String> headers) { argument
48 this(HttpStatus.SC_OK, data, headers, false);
54 /** Raw data fro
55 public final byte[] data; field in class:NetworkResponse
[all...]
/frameworks/volley/src/com/android/volley/toolbox/
H A DDiskBasedCache.java117 byte[] data = streamToBytes(cis, (int) (file.length() - cis.bytesRead));
118 return entry.toCacheEntry(data);
195 pruneIfNeeded(entry.data.length);
206 fos.write(entry.data);
338 /** The size of the data identified by this CacheHeader. (This is not
369 this.size = entry.data.length;
402 * Creates a cache entry for the specified data.
404 public Entry toCacheEntry(byte[] data) { argument
406 e.data = data;
[all...]
/frameworks/volley/tests/src/com/android/volley/mock/
H A DMockNetwork.java39 public void setDataToReturn(byte[] data) { argument
40 mDataToReturn = data;
/frameworks/volley/tests/src/com/android/volley/utils/
H A DCacheTestUtils.java13 * @param data Data to use, or null to use random data
18 byte[] data, boolean isExpired, boolean needsRefresh) {
21 if (data != null) {
22 entry.data = data;
24 entry.data = new byte[random.nextInt(1024)];
37 public static Cache.Entry makeRandomCacheEntry(byte[] data) { argument
38 return makeRandomCacheEntry(data, false, false);
17 makeRandomCacheEntry( byte[] data, boolean isExpired, boolean needsRefresh) argument
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewChromium.java266 // user data cannot leak through misuse of a non-privateBrowing WebView
620 private static String fixupData(String data) { argument
621 return TextUtils.isEmpty(data) ? "" : data;
637 public void loadData(String data, String mimeType, String encoding) { argument
639 fixupData(data), fixupMimeType(mimeType), isBase64Encoded(encoding)));
643 public void loadDataWithBaseURL(String baseUrl, String data, String mimeType, String encoding, argument
645 data = fixupData(data);
651 if (baseUrl.startsWith("data
[all...]
/frameworks/webview/chromium/plat_support/
H A Ddraw_gl_functor.cpp18 // GL Functor data types into the types the chromium stack expects, and back.
47 virtual status_t operator ()(int what, void* data) { argument
59 DrawGlInfo* gl_info = reinterpret_cast<DrawGlInfo*>(data);
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h504 XAuint32 data; member in struct:XAEngineOption_
1302 XAuint8 data[1]; member in struct:XAMetadataInfo_
2440 XAuint64 data
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h258 /** URI-based data locator definition where locatorType must be SL_DATALOCATOR_URI*/
264 /** Address-based data locator definition where locatorType must be SL_DATALOCATOR_ADDRESS*/
278 /** IODevice-based data locator definition where locatorType must be SL_DATALOCATOR_IODEVICE*/
286 /** OutputMix-based data locator definition where locatorType must be SL_DATALOCATOR_OUTPUTMIX*/
293 /** BufferQueue-based data locator definition where locatorType must be SL_DATALOCATOR_BUFFERQUEUE*/
299 /** MidiBufferQueue-based data locator definition where locatorType must be SL_DATALOCATOR_MIDIBUFFERQUEUE*/
312 /** MIME-type-based data format definition where formatType must be SL_DATAFORMAT_MIME*/
319 /* Byte order of a block of 16- or 32-bit data */
355 /** PCM-type-based data format definition where formatType must be SL_DATAFORMAT_PCM*/
708 /* Meta data extractio
756 SLuint8 data[1]; member in struct:SLMetadataInfo_
2748 SLuint32 data; member in struct:SLEngineOption_
[all...]
/frameworks/wilhelm/src/android/
H A DAacBqToPcmCbRenderer.cpp32 * @param data pointer to the compressed audio data
33 * @param offset offset in bytes relative to data of where the frame is supposed to start
34 * @param size the size in bytes of the data block starting at data
38 static size_t getAdtsFrameSize(const uint8_t *data, off64_t offset, size_t size) { argument
47 const uint8_t *syncword = data + offset;
53 const uint8_t protectionAbsent = data[offset+1] & 0x1;
55 const uint8_t* header = data + offset + 3;
76 * @param data pointe
83 validateBufferStartEndOnFrameBoundaries(void* data, size_t size) argument
[all...]
H A DAudioPlayer_to_android.cpp101 // Callback associated with a AudioToCbRenderer of an SL ES AudioPlayer that gets its data
102 // from a URI or FD, to write the decoded audio data to a buffer queue
103 static size_t adecoder_writeToBufferQueue(const uint8_t *data, size_t size, CAudioPlayer* ap) { argument
113 // push decoded data to the buffer queue
124 // room to consume the whole or rest of the decoded data in one shot
126 // consume data but no callback to the BufferQueue interface here
127 memcpy (pDest, data, size);
130 // push as much as possible of the decoded data into the buffer queue
142 // consume data
143 memcpy (pDest, data, sizeConsume
[all...]
H A DBufferQueueSource.cpp35 SL_ANDROIDBUFFERQUEUEEVENT_PROCESSED // item data
57 ssize_t BufferQueueSource::readAt(off64_t offset, void *data, size_t size) { argument
58 SL_LOGD("BufferQueueSource::readAt(offset=%lld, data=%p, size=%d)", offset, data, size);
83 // (either because there was a command with no data, or all the data has been consumed)
86 // consume events when starting to read data from a buffer for the first time
90 // EOS has no associated data
122 // consume data: copy to given destination
124 memcpy(data, pSr
[all...]
H A Dandroid_GenericPlayer.cpp285 void GenericPlayer::notify(const char* event, int data, bool async) { argument
286 SL_LOGV("GenericPlayer::notify(event=%s, data=%d, async=%s)", event, data,
289 msg->setInt32(event, (int32_t)data);
/frameworks/wilhelm/src/itf/
H A DIMIDIMessage.c22 static SLresult IMIDIMessage_SendMessage(SLMIDIMessageItf self, const SLuint8 *data, argument
27 if (NULL == data) {
/frameworks/wilhelm/tests/sandbox/
H A Dxaplay.c38 char data[MPEG2TS_PACKET_SIZE]; member in struct:__anon1679
111 printf("PrefetchEventCallback: Error while prefetching data, exiting\n");
164 // enqueue the .ts data directly from mapped memory, so ignore the empty buffer pBufferData
198 // pure data with no items
204 // enqueue the optional data and optional items; there is always at least one or the other
229 case 0: // FIXME There's a private declaration '#define XA_DOMAINTYPE_CONTAINER 0' in src/data.h
299 fprintf(stderr, " -a Use Android buffer queue to supply data, default is URI\n");
578 // wait for prefetch status callback to indicate either sufficient data or error

Completed in 237 milliseconds

1234567891011>>