Searched refs:response (Results 151 - 175 of 188) sorted by relevance

12345678

/frameworks/av/drm/libmediadrm/
H A DDrmHal.cpp541 Vector<uint8_t> const &response, Vector<uint8_t> &keySetId) {
553 toHidlVec(response),
641 status_t DrmHal::provideProvisionResponse(Vector<uint8_t> const &response, argument
651 Return<void> hResult = mPlugin->provideProvisionResponse(toHidlVec(response),
540 provideKeyResponse(Vector<uint8_t> const &sessionId, Vector<uint8_t> const &response, Vector<uint8_t> &keySetId) argument
/frameworks/av/include/media/stagefright/foundation/
H A DAMessage.h138 // Posts the message to its target and waits for a response (or error)
140 status_t postAndAwaitResponse(sp<AMessage> *response);
143 // awaiting a response and the reply token is consumed from the message
144 // and stored into replyID. The reply token must be used to send the response
148 // Posts the message as a response to a reply token. A reply token can
149 // only be used once. Returns OK if the response could be posted; otherwise,
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DAMessage.h138 // Posts the message to its target and waits for a response (or error)
140 status_t postAndAwaitResponse(sp<AMessage> *response);
143 // awaiting a response and the reply token is consumed from the message
144 // and stored into replyID. The reply token must be used to send the response
148 // Posts the message as a response to a reply token. A reply token can
149 // only be used once. Returns OK if the response could be posted; otherwise,
/frameworks/av/media/libstagefright/include/foundation/
H A DAMessage.h138 // Posts the message to its target and waits for a response (or error)
140 status_t postAndAwaitResponse(sp<AMessage> *response);
143 // awaiting a response and the reply token is consumed from the message
144 // and stored into replyID. The reply token must be used to send the response
148 // Posts the message as a response to a reply token. A reply token can
149 // only be used once. Returns OK if the response could be posted; otherwise,
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.h255 AString *response, int32_t cseq, int32_t playbackSessionID = -1ll);
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java4042 * DRM is ready for key request/response
4047 * Called to notify the app that prepareDrm is finished and ready for key request/response
4409 * A key request/response exchange occurs between the app and a license server
4417 * After the app has received the key request response from the server,
4418 * it should deliver to the response to the DRM engine plugin using the method
4491 * A key response is received from the license server by the app, then it is
4493 * response is for an offline key request, a key-set identifier is returned that
4496 * When the response is for a streaming or release request, null is returned.
4498 * @param keySetId When the response is for a release request, keySetId identifies
4501 * response i
4509 provideKeyResponse(@ullable byte[] keySetId, @NonNull byte[] response) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DSIMRecords.java1340 if (VDBG) logv("getForbiddenPlmns(): send async response");
1342 Message response = retrievePendingResponseMessage(msg.arg2);
1343 if (response != null) {
1345 response, Arrays.copyOf(mFplmns, mFplmns.length), null);
1346 response.sendToTarget();
1348 loge("Failed to retrieve a response message for FPLMN");
1651 * in the result field of an AsyncResult in the response.obj.
1653 public void getForbiddenPlmns(Message response) { argument
1654 int key = storePendingResponseMessage(response);
/frameworks/base/core/java/com/android/internal/util/
H A DAsyncChannel.java82 * TODO: Consider simplifying where we have connect and fullyConnect with only one response
295 Message response = sendMessageSynchronously(CMD_CHANNEL_FULL_CONNECTION);
296 status = response.arg1;
/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerServiceImpl.java491 void setLastResponse(int serviceUid, int sessionId, @NonNull FillResponse response) { argument
493 mEventHistory = new FillEventHistory(serviceUid, sessionId, response.getClientState());
556 * Updates the last fill response when a dataset was selected.
610 pw.print(prefix); pw.println("No event on last fill response");
612 pw.print(prefix); pw.println("Events of last fill response:");
/frameworks/base/services/core/java/com/android/server/
H A DNativeDaemonConnector.java367 Slog.wtf(TAG, "Interrupted while waiting for unsolicited response handling", e);
373 * response.
376 * native daemon, or if the response matches
386 * response. Any arguments must be separated from base command so they can
390 * native daemon, or if the response matches
404 "Expected exactly one response, but received " + events.length);
412 * final terminal response.
415 * native daemon, or if the response matches
426 * final terminal response. Any arguments must be separated from base
430 * native daemon, or if the response matche
639 add(int cmdNum, NativeDaemonEvent response) argument
[all...]
/frameworks/native/libs/ui/
H A DColorSpace.cpp31 static constexpr float response(float x, const ColorSpace::TransferParameters& p) { function in namespace:android
66 return std::bind(response, _1, parameters);
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java233 public void documentHasImages(Message response); argument
H A DWebView.java1560 * @deprecated Memory caches are automatically dropped when no longer needed, and in response
1600 * Clears the SSL preferences table stored in response to proceeding with
1609 * Clears the client certificate preferences stored in response
1774 * @param response the message that will be dispatched with the result
1776 public void documentHasImages(Message response) { argument
1778 mProvider.documentHasImages(response);
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkMonitor.java447 public void appResponse(int response) {
448 if (response == APP_RETURN_WANTED_AS_IS) {
453 sendMessage(CMD_CAPTIVE_PORTAL_APP_FINISHED, response);
485 private final int mHttpResponseCode; // HTTP response code returned from Internet probe.
487 final String detectUrl; // URL where a 204 response code indicates
725 // response, we instead simply fetch the PAC script. This is done for a few reasons:
766 sendNetworkConditionsBroadcast(true /* response received */,
775 * @return a CaptivePortalProbeResult inferred from the HTTP response.
816 * @return a CaptivePortalProbeResult inferred from the HTTP response.
837 // Time how long it takes to get a response t
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DBaseCommands.java845 Message response) {
848 public void setDataAllowed(boolean allowed, Message response) { argument
860 public void setRadioCapability(RadioCapability rc, Message response) { argument
844 setUiccSubscription(int slotId, int appIndex, int subId, int subStatus, Message response) argument
H A DInboundSmsHandler.java614 * @param response callback message sent when operation completes.
617 int result, Message response);
637 * @param response callback message sent when operation completes.
640 int result, Message response) {
650 acknowledgeLastIncomingSms(success, result, response);
616 acknowledgeLastIncomingSms(boolean success, int result, Message response) argument
639 notifyAndAcknowledgeLastIncomingSms(boolean success, int result, Message response) argument
H A DRadioResponse.java74 * Helper function to send response msg
76 * @param ret Return object to be included in the response message
97 * @param responseInfo Response info struct containing response type, serial no. and error
105 * @param responseInfo Response info struct containing response type, serial no. and error
113 * @param responseInfo Response info struct containing response type, serial no. and error
121 * @param responseInfo Response info struct containing response type, serial no. and error
129 * @param responseInfo Response info struct containing response type, serial no. and error
137 * @param responseInfo Response info struct containing response type, serial no. and error
145 * @param responseInfo Response info struct containing response type, serial no. and error
153 * @param responseInfo Response info struct containing response typ
441 getFacilityLockForAppResponse(RadioResponseInfo responseInfo, int response) argument
897 requestIsimAuthenticationResponse(RadioResponseInfo responseInfo, String response) argument
[all...]
/frameworks/base/services/tests/notification/src/com/android/server/notification/
H A DRankingHelperTest.java869 NotificationChannel response =
871 assertNull(response);
874 response = mHelper.getNotificationChannel(PKG, UID, channel.getId(), true);
875 compareChannels(channel, response);
876 assertTrue(response.isDeleted());
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp517 sp<AMessage> response; local
518 status_t err = msg->postAndAwaitResponse(&response);
528 sp<AMessage> response; local
529 status_t err = msg->postAndAwaitResponse(&response);
1152 sp<AMessage> response = new AMessage; local
1153 response->setInt32("err", OK);
1155 response->postReply(mDisconnectReplyID);
/frameworks/av/include/media/stagefright/
H A DMediaCodec.h375 const sp<AMessage> &msg, sp<AMessage> *response);
/frameworks/av/media/libstagefright/foundation/include/
H A DMediaCodec.h375 const sp<AMessage> &msg, sp<AMessage> *response);
/frameworks/av/media/libstagefright/include/
H A DMediaCodec.h375 const sp<AMessage> &msg, sp<AMessage> *response);
/frameworks/base/media/jni/
H A Dandroid_media_MediaDrm.cpp896 "key response is null");
899 Vector<uint8_t> response(JByteArrayToVector(env, jresponse));
902 status_t err = drm->provideKeyResponse(sessionId, response, keySetId);
904 if (throwExceptionAsNecessary(env, err, "Failed to handle key response")) {
1029 "provision response is null");
1033 Vector<uint8_t> response(JByteArrayToVector(env, jresponse));
1036 status_t err = drm->provideProvisionResponse(response, certificate, wrappedKey);
1052 throwExceptionAsNecessary(env, err, "Failed to handle provision response");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java375 UssdResponse response = new UssdResponse(ussdRequest, message);
377 returnData.putParcelable(TelephonyManager.USSD_RESPONSE, response);
808 // a success response.
981 public void sendUSSD(String ussdString, Message response) { argument
982 mCT.sendUSSD(ussdString, response);
/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp415 status_t AMessage::postAndAwaitResponse(sp<AMessage> *response) { argument
430 return looper->awaitResponse(token, response);

Completed in 519 milliseconds

12345678