Searched refs:request (Results 76 - 99 of 99) sorted by relevance

1234

/frameworks/base/media/libmedia/
H A Dmediaplayer.cpp188 status_t MediaPlayer::invoke(const Parcel& request, Parcel *reply) argument
195 LOGV("invoke %d", request.dataSize());
196 return mPlayer->invoke(request, reply);
423 LOGW("Attempt to seek to past end of file: request = %d, EOF = %d", msec, mDuration);
580 status_t MediaPlayer::setParameter(int key, const Parcel& request) argument
585 return mPlayer->setParameter(key, request);
/frameworks/media/libvideoeditor/lvpp/
H A DVideoEditorPlayer.cpp161 status_t VideoEditorPlayer::setParameter(int key, const Parcel &request) { argument
163 return mPlayer->setParameter(key, request);
186 status_t VideoEditorPlayer::invoke(const Parcel &request, Parcel *reply) { argument
H A DPreviewPlayerBase.h89 status_t setParameter(int key, const Parcel &request);
H A DPreviewPlayerBase.cpp446 // Shutdown audio first, so that the respone to the reset request
450 // not be as responsive to a reset request.
739 // If there was a seek request before we ever started,
740 // honor the request now.
1387 // a seek request pending that needs to be applied
1853 status_t PreviewPlayerBase::setParameter(int key, const Parcel &request) { argument
/frameworks/base/core/java/android/net/http/
H A DRequest.java47 * Represents an HTTP request for a given host.
54 /** The eventhandler to call as the request progresses */
59 /** The Apache http request */
62 /** The path component of this request */
65 /** Host serving this request */
71 /** True if request has been cancelled */
103 * @param host The server that will handle this request
107 * @param eventHandler request will make progress callbacks on
137 high-priority request, we can ask for gzip encoding only on
167 * Add header represented by given pair to request
475 canResponseHaveBody(final HttpRequest request, final int status) argument
[all...]
/frameworks/base/media/libstagefright/timedtext/
H A DTimedTextPlayer.cpp293 status_t TimedTextPlayer::setParameter(int key, const Parcel &request) { argument
297 const String16 uri16 = request.readString16();
/frameworks/base/media/jni/
H A Dandroid_media_MediaPlayer.cpp529 // Sends the request and reply parcels to the media player via the
542 Parcel *request = parcelForJavaObject(env, java_request); local
547 return media_player->invoke(*request, reply);
552 android_media_MediaPlayer_setMetadataFilter(JNIEnv *env, jobject thiz, jobject request) argument
560 Parcel *filter = parcelForJavaObject(env, request);
735 Parcel *request = parcelForJavaObject(env, java_request); local
736 status_t err = mp->setParameter(key, *request);
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java800 * @param dlRequest the download request id used by Download Manager to track the download.
952 * doing a standard enqueue request to the server.
960 Request request = new Request(uri).setTitle(DEFAULT_FILENAME);
962 request.setDestinationToSystemCache();
965 return mDownloadManager.enqueue(request);
/frameworks/base/core/java/com/android/internal/view/
H A DIInputConnectionWrapper.java107 public void getExtractedText(ExtractedTextRequest request, argument
110 request, seq, callback));
/frameworks/base/media/libmediaplayerservice/
H A DMediaPlayerService.h265 virtual status_t invoke(const Parcel& request, Parcel *reply);
272 virtual status_t setParameter(int key, const Parcel &request);
H A DMediaPlayerService.cpp854 status_t MediaPlayerService::Client::invoke(const Parcel& request, argument
859 return p->invoke(request, reply);
1056 status_t MediaPlayerService::Client::setParameter(int key, const Parcel &request) { argument
1060 return p->setParameter(key, request);
/frameworks/base/cmds/keystore/
H A Dkeystore.cpp790 int8_t request; local
791 if (recv_code(sock, &request)) {
793 ResponseCode response = process(&keyStore, sock, cred.uid, request);
801 request, response,
/frameworks/base/core/java/android/app/
H A DDownloadManager.java43 * request that a URI be downloaded to a particular destination file. The download manager will
51 * Apps that request downloads through this API should register a broadcast receiver for
238 * occurred and the download manager is waiting before retrying the request.
298 * columns to request from DownloadProvider.
324 * This class contains all the information necessary to request a new download. The URI is the
516 * Add an HTTP header to be included with the download request. The header will be added to
879 * @param request the parameters specifying this download
883 public long enqueue(Request request) { argument
884 ContentValues values = request.toContentValues(mPackageName);
1135 Request request
[all...]
/frameworks/base/core/java/android/os/
H A DBroadcaster.java32 public void request(int senderWhat, Handler target, int targetWhat) method in class:Broadcaster
168 * Send out msg. Anyone who has registered via the request() method will be
/frameworks/base/media/libstagefright/
H A DAwesomePlayer.cpp508 // Shutdown audio first, so that the respone to the reset request
512 // not be as responsive to a reset request.
873 // If there was a seek request before we ever started,
874 // honor the request now.
1628 // a seek request pending that needs to be applied
2229 status_t AwesomePlayer::setParameter(int key, const Parcel &request) { argument
2234 return setTimedTextTrackIndex(request.readInt32());
2243 return mTextPlayer->setParameter(key, request);
2247 return setCacheStatCollectFreq(request);
2256 status_t AwesomePlayer::setCacheStatCollectFreq(const Parcel &request) { argument
[all...]
/frameworks/base/core/java/android/content/
H A DContentProviderNative.java556 public Bundle call(String method, String request, Bundle args) argument
564 data.writeString(request);
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
H A DConnectionUtil.java359 Request request = new Request(Uri.parse(targetUrl));
360 long enqueue = mDownloadManager.enqueue(request);
361 Log.v(LOG_TAG, "Sending download request of " + targetUrl + " to DownloadManager");
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/
H A DDownloadManagerBaseTest.java641 * @param dlRequest the download request id used by Download Manager to track the download.
765 * doing a standard enqueue request to the server.
769 Request request = new Request(uri).setTitle(DEFAULT_FILENAME);
770 return mDownloadManager.enqueue(request);
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java345 public Bundle call(String method, String request, Bundle args) { argument
347 return lookupValue("system", sSystemCache, request);
350 return lookupValue("secure", sSecureCache, request);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DRIL.java87 * @param request RIL_REQUEST_*
91 static RILRequest obtain(int request, Message result) { argument
110 rr.mRequest = request;
119 rr.mp.writeInt(request);
224 // sending request and decreases while handling response. It should match
345 // make sure this request has not already been handled,
354 // make sure this request has not already been handled,
374 // Haven't heard back from the last request. Assume we're
379 // new send request. So when WAKE_LOCK_TIMEOUT occurs
410 // to be added in request lis
3384 requestToString(int request) argument
3503 responseToString(int request) argument
[all...]
/frameworks/base/voip/java/com/android/server/sip/
H A DSipSessionGroup.java474 // got INVITE w/ replaces request.
534 // the following three members are used for handling refer request.
846 Request request = transaction.getRequest();
848 CSeqHeader cseq = (CSeqHeader) request.getHeader(CSeqHeader.NAME);
849 return String.format("req=%s,%s,s=%s,ds=%s,", request.getMethod(),
1093 // expect ACK, CANCEL request
1257 // expect END_CALL cmd, BYE request, hold call (MakeCallCommand)
1632 * @return true if the event is a request event matching the specified
/frameworks/base/core/java/android/view/inputmethod/
H A DBaseInputConnection.java293 public ExtractedText getExtractedText(ExtractedTextRequest request, int flags) { argument
/frameworks/base/services/java/com/android/server/
H A DBackupManagerService.java734 // Set up the backup-request journaling
1927 BackupRequest request = mQueue.get(0);
1930 Slog.d(TAG, "starting agent for backup of " + request);
1933 // requested a backup but was then uninstalled. The request was
1938 mCurrentPackage = mPackageManager.getPackageInfo(request.packageName,
1947 mStatus = invokeAgentForBackup(request.packageName, agent, mTransport);
1973 if (MORE_DEBUG) Slog.i(TAG, "Agent failure for " + request.packageName
1975 dataChangedImpl(request.packageName);
2176 for (BackupRequest request : mOriginalQueue) {
2177 dataChangedImpl(request
[all...]
/frameworks/base/core/java/android/widget/
H A DTextView.java973 // Required to request focus while in touch mode.
5660 * based on the information in <var>request</var> in to <var>outText</var>.
5663 public boolean extractText(ExtractedTextRequest request, argument
5665 return extractTextInternal(request, EXTRACT_UNKNOWN, EXTRACT_UNKNOWN,
5672 boolean extractTextInternal(ExtractedTextRequest request, argument
5715 if ((request.flags&InputConnection.GET_TEXT_WITH_STYLES) != 0) {
6047 * Called by the framework in response to a request to begin a batch
6055 * Called by the framework in response to a request to end a batch
6770 // Dynamic width, so we have no choice but to request a new
7004 // or right. If it isn't withing the bounds, then this request
[all...]

Completed in 752 milliseconds

1234