Searched refs:response (Results 126 - 150 of 188) sorted by relevance

12345678

/frameworks/av/include/media/
H A DDrm.h60 Vector<uint8_t> const &response,
76 virtual status_t provideProvisionResponse(Vector<uint8_t> const &response,
H A DDrmHal.h75 Vector<uint8_t> const &response,
91 virtual status_t provideProvisionResponse(Vector<uint8_t> const &response,
H A DIDrm.h55 Vector<uint8_t> const &response,
71 virtual status_t provideProvisionResponse(Vector<uint8_t> const &response,
/frameworks/av/media/libmedia/include/media/
H A DDrm.h60 Vector<uint8_t> const &response,
76 virtual status_t provideProvisionResponse(Vector<uint8_t> const &response,
H A DDrmHal.h75 Vector<uint8_t> const &response,
91 virtual status_t provideProvisionResponse(Vector<uint8_t> const &response,
H A DIDrm.h55 Vector<uint8_t> const &response,
71 virtual status_t provideProvisionResponse(Vector<uint8_t> const &response,
/frameworks/base/core/java/android/net/
H A DSntpClient.java63 // system time computed from NTP server response
79 * Sends an SNTP request to the given host and processes the response.
118 // read the response
119 DatagramPacket response = new DatagramPacket(buffer, buffer.length);
120 socket.receive(response);
153 // (response rather than request time)
174 * @return time value computed from NTP server response.
/frameworks/base/libs/common_time/
H A Dcommon_time_server.h122 bool handleWhoIsMasterResponse(const WhoIsMasterResponsePacket* response,
126 bool handleSyncResponse (const SyncResponsePacket* response,
202 // eventfd used to wakeup the work thread in response to configuration
/frameworks/base/services/restrictions/java/com/android/server/restrictions/
H A DRestrictionsManagerService.java160 public void notifyPermissionResponse(String packageName, PersistableBundle response) argument
175 // Post the response to target package
179 responseIntent.putExtra(RestrictionsManager.EXTRA_RESPONSE_BUNDLE, response);
/frameworks/native/headers/media_plugin/media/drm/
H A DDrmAPI.h136 // A key request/response exchange occurs between the app and a License
172 // After a key response is received by the app, it is provided to the
176 // response. Scope should be set to the sessionId when the response is
178 // keySetId when the response is for a release request.
180 // When the response is for an offline key request, a keySetId is returned
182 // keys to a new session with the method restoreKeys. When the response is
186 Vector<uint8_t> const &response,
206 // A provision request/response exchange occurs between the app and a
217 // After a provision response i
[all...]
/frameworks/native/include/media/drm/
H A DDrmAPI.h136 // A key request/response exchange occurs between the app and a License
172 // After a key response is received by the app, it is provided to the
176 // response. Scope should be set to the sessionId when the response is
178 // keySetId when the response is for a release request.
180 // When the response is for an offline key request, a keySetId is returned
182 // keys to a new session with the method restoreKeys. When the response is
186 Vector<uint8_t> const &response,
206 // A provision request/response exchange occurs between the app and a
217 // After a provision response i
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaInboundSmsHandler.java184 * @param response callback message sent when operation completes.
187 protected void acknowledgeLastIncomingSms(boolean success, int result, Message response) { argument
189 mPhone.mCi.acknowledgeLastIncomingCdmaSms(success, causeCode, response);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
H A DTelephonyMetrics.java1191 * @param response Unused today
1193 public void writeRilCallRing(int phoneId, char[] response) { argument
1295 * Write setup data call response event
1301 * @param response Data call response
1304 int rilRequest, DataCallResponse response) {
1309 if (response != null) {
1311 (response.status == 0 ? RilDataCallFailCause.PDP_FAIL_NONE : response.status);
1312 setupDataCallResponse.suggestedRetryTimeMillis = response
1303 writeOnSetupDataCallResponse(int phoneId, int rilSerial, int rilError, int rilRequest, DataCallResponse response) argument
1359 writeOnSmsSolicitedResponse(int phoneId, int rilSerial, int rilError, SmsResponse response) argument
[all...]
/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DRemoteFillService.java99 void onFillRequestSuccess(int requestFlags, @Nullable FillResponse response, int serviceUid, argument
283 int callingUid, int requestFlags, FillResponse response) {
286 mCallbacks.onFillRequestSuccess(requestFlags, response, callingUid,
540 public void onSuccess(FillResponse response) {
546 getCallingUid(), request.getFlags(), response);
282 dispatchOnFillRequestSuccess(PendingRequest pendingRequest, int callingUid, int requestFlags, FillResponse response) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java301 final WakeLock mWakeLock; // Wake lock associated with request/response
303 final int mWakeLockTimeout; // Timeout associated with request/response
377 // not getting a response and release the wake lock.
382 // least DEFAULT_WAKE_LOCK_TIMEOUT_MS but no response.
384 // Note: Keep mRequestList so that delayed response
385 // can still be handled when response finally comes.
419 //build a response if expected
450 * a timeout, this function generates a response that is returned to the
452 * response.
454 * @return A default object, such as the one generated by a normal response
2060 invokeOemRilRequestRaw(byte[] data, Message response) argument
3491 getRadioCapability(Message response) argument
3510 setRadioCapability(RadioCapability rc, Message response) argument
3578 pullLceData(Message response) argument
4376 writeMetricsCallRing(char[] response) argument
4865 unsljLog(int response) argument
4869 unsljLogMore(int response, String more) argument
4873 unsljLogRet(int response, Object ret) argument
4877 unsljLogvRet(int response, Object ret) argument
[all...]
/frameworks/av/drm/mediadrm/plugins/mock/
H A DMockDrmCryptoPlugin.cpp186 Vector<uint8_t> const &response,
190 ALOGD("MockDrmPlugin::provideKeyResponse(sessionId=%s, response=%s)",
191 vectorToString(sessionId).string(), vectorToString(response).string());
197 if (response.size() == 0) {
202 // byte[] response -> mock-response
203 mByteArrayProperties.add(String8("mock-response"), response);
301 status_t MockDrmPlugin::provideProvisionResponse(Vector<uint8_t> const &response, argument
307 vectorToString(response)
185 provideKeyResponse(Vector<uint8_t> const &sessionId, Vector<uint8_t> const &response, Vector<uint8_t> &keySetId) argument
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceCallback.java391 logd("Provision discovery " + (isRequest ? "request" : "response")
433 * Used to indicate the reception of a P2P service discovery response.
442 List<WifiP2pServiceResponse> response = null;
444 logd("Service discovery response received on " + mInterface);
448 response = WifiP2pServiceResponse.newInstance(srcAddressStr,
451 Log.e(TAG, "Could not process service discovery response.", e);
454 mMonitor.broadcastP2pServiceDiscoveryResponse(mInterface, response);
/frameworks/av/media/ndk/
H A DNdkMediaCodec.cpp139 sp<AMessage> response = new AMessage; local
140 response->postReply(replyID);
260 sp<AMessage> response; local
261 msg->postAndAwaitResponse(&response);
H A DNdkMediaDrm.cpp326 const uint8_t *response, size_t responseSize, AMediaDrmKeySetId *keySetId) {
331 if (!scope || !response || !responseSize || !keySetId) {
340 mdResponse.appendArray(response, responseSize);
454 const uint8_t *response, size_t responseSize) {
458 if (!response || !responseSize) {
463 mdResponse.appendArray(response, responseSize);
325 AMediaDrm_provideKeyResponse(AMediaDrm *mObj, const AMediaDrmScope *scope, const uint8_t *response, size_t responseSize, AMediaDrmKeySetId *keySetId) argument
453 AMediaDrm_provideProvisionResponse(AMediaDrm *mObj, const uint8_t *response, size_t responseSize) argument
/frameworks/native/libs/vr/libpdx/
H A Dservice.cpp614 auto response = DumpState(message.GetReceiveLength()); local
615 const size_t response_size = response.size() < message.GetReceiveLength()
616 ? response.size()
619 message.Write(response.data(), response_size);
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DLockSettingsServiceTests.java212 VerifyCredentialResponse response = mService.verifyCredential(credential, type, challenge,
215 assertEquals(GateKeeperResponse.RESPONSE_OK, response.getResponseCode());
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java500 * Sim auth response types.
507 * Send the sim auth response for the currently configured network.
510 * @param response Response params.
513 public boolean simAuthResponse(int id, String type, String response) { argument
515 return mSupplicantStaIfaceHal.sendCurrentNetworkEapSimGsmAuthResponse(response);
517 return mSupplicantStaIfaceHal.sendCurrentNetworkEapSimUmtsAuthResponse(response);
519 return mSupplicantStaIfaceHal.sendCurrentNetworkEapSimUmtsAutsResponse(response);
544 * Send the eap identity response for the currently configured network.
546 * @param response String to send.
549 public boolean simIdentityResponse(int id, String response) { argument
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
H A DTelephonyMetricsTest.java346 // Test write on setup data call response
350 DataCallResponse response = new DataCallResponse(5, 6, 7, 8, "IPV4V6", FAKE_IFNAME,
354 RIL_REQUEST_SETUP_DATA_CALL, response);
371 // Test write on deactivate data call response
395 SmsResponse response = new SmsResponse(0, null, 123);
398 response);
399 response = new SmsResponse(0, null, 456);
401 response);
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java251 * Helper to build a response from the MockWebServer with no body.
253 * @param status The HTTP status code to return for this response
254 * @return Returns the mock web server response that was queued (which can be modified)
257 MockResponse response = new MockResponse().setResponseCode(status);
258 response.setHeader("Content-type", mFileType);
259 return response;
263 * Helper to build a response from the MockWebServer.
265 * @param status The HTTP status code to return for this response
266 * @param body The body to return in this response
267 * @return Returns the mock web server response tha
[all...]
/frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/
H A DLocalRenderer.java136 HttpResponse response = mHttpClient.execute(params[0]);
146 final int code = response.getStatusLine().getStatusCode();
151 Header[] headers = response.getAllHeaders();

Completed in 631 milliseconds

12345678