Searched refs:request (Results 151 - 175 of 207) sorted by relevance

123456789

/frameworks/av/services/camera/libcameraservice/device2/
H A DCamera2Device.h50 virtual status_t capture(CameraMetadata &request);
51 virtual status_t setStreamingRequest(const CameraMetadata &request);
63 virtual status_t createDefaultRequest(int templateId, CameraMetadata *request);
122 // Clear the request queue and the streaming slot
/frameworks/av/media/libmediaplayerservice/
H A DDrm.cpp301 Vector<uint8_t> &request, String8 &defaultUrl) {
313 optionalParameters, request, defaultUrl);
376 status_t Drm::getProvisionRequest(Vector<uint8_t> &request, String8 &defaultUrl) { argument
387 return mPlugin->getProvisionRequest(request, defaultUrl);
297 getKeyRequest(Vector<uint8_t> const &sessionId, Vector<uint8_t> const &initData, String8 const &mimeType, DrmPlugin::KeyType keyType, KeyedVector<String8, String8> const &optionalParameters, Vector<uint8_t> &request, String8 &defaultUrl) argument
/frameworks/base/services/java/com/android/server/content/
H A DContentService.java345 * Depending on the request, we enqueue to suit in the SyncManager.
346 * @param request The request object. Validation of this object is done by its builder.
349 public void sync(SyncRequest request) { argument
350 Bundle extras = request.getBundle();
351 long flextime = request.getSyncFlexTime();
352 long runAtTime = request.getSyncRunTime();
362 if (request.hasAuthority()) {
364 final Account account = request.getAccount();
365 final String provider = request
539 removeSync(SyncRequest request) argument
[all...]
/frameworks/base/services/java/com/android/server/location/
H A DMockProvider.java156 public void setRequest(ProviderRequest request, WorkSource source) { } argument
/frameworks/base/test-runner/src/android/test/mock/
H A DMockIContentProvider.java95 public Bundle call(String callingPackage, String method, String request, Bundle args) argument
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java581 public Bundle call(String method, String request, Bundle args) { argument
601 if (LOCAL_LOGV) Slog.v(TAG, "call(system:" + request + ") for " + callingUser);
604 return lookupValue(dbHelper, TABLE_SYSTEM, cache, request);
607 if (LOCAL_LOGV) Slog.v(TAG, "call(secure:" + request + ") for " + callingUser);
610 return lookupValue(dbHelper, TABLE_SECURE, cache, request);
613 if (LOCAL_LOGV) Slog.v(TAG, "call(global:" + request + ") for " + callingUser);
617 sGlobalCache, request);
641 values.put(Settings.NameValueTable.NAME, request);
644 if (LOCAL_LOGV) Slog.v(TAG, "call_put(system:" + request + "=" + newValue + ") for " + callingUser);
647 if (LOCAL_LOGV) Slog.v(TAG, "call_put(secure:" + request
[all...]
/frameworks/av/drm/mediadrm/plugins/mock/
H A DMockDrmCryptoPlugin.h65 Vector<uint8_t> &request, String8 &defaultUrl);
79 status_t getProvisionRequest(Vector<uint8_t> &request,
H A DMockDrmCryptoPlugin.cpp114 Vector<uint8_t> &request, String8 &defaultUrl)
150 // byte[] mock-request -> request
153 index = mByteArrayProperties.indexOfKey(String8("mock-request"));
155 ALOGD("Missing 'mock-request' parameter for mock");
158 request = mByteArrayProperties.valueAt(index);
257 status_t MockDrmPlugin::getProvisionRequest(Vector<uint8_t> &request, argument
264 // byte[] mock-request -> request
267 ssize_t index = mByteArrayProperties.indexOfKey(String8("mock-request"));
110 getKeyRequest(Vector<uint8_t> const &sessionId, Vector<uint8_t> const &initData, String8 const &mimeType, KeyType keyType, KeyedVector<String8, String8> const &optionalParameters, Vector<uint8_t> &request, String8 &defaultUrl) argument
[all...]
/frameworks/av/include/media/
H A DMediaPlayerInterface.h164 virtual status_t setParameter(int key, const Parcel &request) = 0;
179 // for the request and reply.
181 // @param request Parcel that is positioned at the start of the
185 virtual status_t invoke(const Parcel& request, Parcel *reply) = 0;
H A Dmediaplayer.h233 status_t invoke(const Parcel& request, Parcel *reply);
240 status_t setParameter(int key, const Parcel& request);
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPlayer.h117 virtual status_t invoke(const Parcel &request, Parcel *reply);
121 virtual status_t setParameter(int key, const Parcel &request);
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.h241 // Update passed-in request for common parameters
242 status_t updateRequest(CameraMetadata *request) const;
245 status_t updateRequestJpeg(CameraMetadata *request) const;
/frameworks/base/core/java/com/android/internal/view/
H A DInputConnectionWrapper.java44 // A 'pool' of one InputContextCallback. Each ICW request will attempt to gain
53 * occur after a timeout has expired are not interpreted as replies to a later request.
255 public ExtractedText getExtractedText(ExtractedTextRequest request, int flags) { argument
259 mIInputContext.getExtractedText(request, flags, callback.mSeq, callback);
/frameworks/base/services/common_time/
H A Dcommon_time_server.h120 bool handleWhoIsMasterRequest (const WhoIsMasterRequestPacket* request,
124 bool handleSyncRequest (const SyncRequestPacket* request,
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DCamera2Source.java88 public void onCaptureCompleted(CameraDevice camera, CaptureRequest request, argument
96 public void onCaptureFailed(CameraDevice camera, CaptureRequest request, argument
/frameworks/compile/mclinker/lib/LD/
H A DEhFrameReader.cpp133 pInput.memArea()->request(file_off, section.size());
140 MemoryRegion* entry = pInput.memArea()->request(token.file_off, token.size);
/frameworks/native/include/media/drm/
H A DDrmAPI.h88 // is disconnected from the network. The Release type is used to request
106 // A key request/response exchange occurs between the app and a License
108 // is used to obtain an opaque key request blob that is delivered to the
122 // in generating the key request. Init may be null when keyType is
129 // optionalParameters are included in the key request message to allow a
132 // If successful, the opaque key request blob is returned to the caller.
138 Vector<uint8_t> &request, String8 &defaultUrl) = 0;
147 // keySetId when the response is for a release request.
149 // When the response is for an offline key request, a keySetId is returned
152 // for a streaming or release request, n
[all...]
/frameworks/testing/androidtestlib/src/com/android/test/runner/
H A DTestRequestBuilder.java260 * Build a request that will generate test started and test ended events, but will skip actual
279 Request request = classes(instr, bundle, mSkipExecution, new Computer(),
281 return new TestRequest(mTestLoader.getLoadFailures(), request.filterWith(mFilter));
324 // request to run only a specific java package, honor that
/frameworks/av/media/libmedia/
H A Dmediaplayer.cpp189 status_t MediaPlayer::invoke(const Parcel& request, Parcel *reply) argument
196 ALOGV("invoke %d", request.dataSize());
197 return mPlayer->invoke(request, reply);
441 ALOGW("Attempt to seek to past end of file: request = %d, "
616 status_t MediaPlayer::setParameter(int key, const Parcel& request) argument
621 return mPlayer->setParameter(key, request);
/frameworks/av/include/camera/
H A DProCamera.h64 * -- Ownership of request passes on to the callee, free with
114 * - We may request exclusive access to a camera if no other
141 // release a lock if we have one, or cancel the lock request.
148 * < 0 error, >= 0 the request ID. streaming to have the request repeat
150 * The request queue is flushed when a lock is released or stolen
207 // Create a request object from a template.
210 camera_metadata** request) const;
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp543 // Shutdown audio first, so that the response to the reset request
547 // not be as responsive to a reset request.
1044 // If there was a seek request before we ever started,
1045 // honor the request now.
1690 // multiple SEEK_COMPLETE responses to a single seek() request.
1789 // a seek request pending that needs to be applied
2489 status_t AwesomePlayer::setParameter(int key, const Parcel &request) { argument
2493 return setCacheStatCollectFreq(request);
2498 return mAudioPlayer->setPlaybackRatePermille(request.readInt32());
2510 status_t AwesomePlayer::setCacheStatCollectFreq(const Parcel &request) { argument
2733 invoke(const Parcel &request, Parcel *reply) argument
[all...]
/frameworks/compile/mclinker/lib/Support/
H A DMemoryArea.cpp54 MemoryRegion* MemoryArea::request(size_t pOffset, size_t pLength) function in class:MemoryArea
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DRemotePlaybackClient.java218 * Sends a request to play a media item.
221 * was previously paused, then it is resumed as a side-effect of this request.
223 * The request is issued in the current session. If no session is available, then
227 * more information about the semantics of this request.
237 * @param callback A callback to invoke when the request has been
252 * Sends a request to enqueue a media item.
257 * The request is issued in the current session. If no session is available, then
261 * more information about the semantics of this request.
271 * @param callback A callback to invoke when the request has been
311 * Sends a request t
756 inferMissingResult(String request, String result) argument
[all...]
/frameworks/av/camera/
H A DProCamera.cpp302 camera_metadata** request) const {
308 return c->createDefaultRequest(templateId, request);
/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...]

Completed in 893 milliseconds

123456789