Searched refs:status (Results 101 - 125 of 995) sorted by relevance

1234567891011>>

/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
H A DCryptoFactory.cpp52 Status status = cryptoPlugin->getInitStatus(); local
53 if (status == Status::OK) {
57 _hidl_cb(status, nullptr);
/frameworks/base/libs/hwui/
H A DImage.cpp43 GLenum status = GL_NO_ERROR; local
44 while ((status = glGetError()) != GL_NO_ERROR) {
45 ALOGW("Error creating image (%#x)", status);
/frameworks/base/telephony/java/android/telephony/ims/
H A DImsConferenceState.java47 // user > endpoint > status
48 public static final String STATUS = "status";
51 * status-type (String) :
88 * conference-info : SIP status code (integer)
151 * Translates an {@code ImsConferenceState} status type to a telecom connection state.
153 * @param status The status type.
156 public static int getConnectionStateForStatus(String status) { argument
157 if (status.equals(STATUS_PENDING)) {
159 } else if (status
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDrm.cpp33 status_t &status = *pstatus; local
51 status = drm->initCheck();
52 if (status != OK && status != NO_INIT) {
53 ALOGE("CreateDrm failed drm->initCheck(): %d", status);
61 status_t &status = *pstatus; local
67 status = UNKNOWN_ERROR;
74 status = UNKNOWN_ERROR;
80 status = crypto->initCheck();
81 if (status !
157 status_t status = OK; local
179 createCryptoAndPlugin(const uint8_t uuid[16], const Vector<uint8_t> &drmSessionId, status_t &status) argument
[all...]
/frameworks/base/core/java/android/net/
H A DIpSecUdpEncapResponse.java25 * This class is used to return a UDP Socket and corresponding status from the IpSecService to an
35 public final int status; field in class:IpSecUdpEncapResponse
52 out.writeInt(status);
60 throw new IllegalArgumentException("Valid status implies other args must be provided");
62 status = inStatus;
71 throw new IllegalArgumentException("Valid status implies FD must be non-null");
73 status = inStatus;
76 fileDescriptor = (status == IpSecManager.Status.OK) ? ParcelFileDescriptor.dup(inFd) : null;
80 status = in.readInt();
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
H A DWifiP2pUpnpServiceResponse.java75 * @param status status code
80 protected WifiP2pUpnpServiceResponse(int status, argument
83 status, transId, dev, data);
123 sbuf.append(" status:").append(Status.toString(mStatus));
139 * @param status status code.
146 static WifiP2pUpnpServiceResponse newInstance(int status, argument
148 if (status != WifiP2pServiceResponse.Status.SUCCESS) {
149 return new WifiP2pUpnpServiceResponse(status, transI
[all...]
/frameworks/av/media/libstagefright/
H A DStagefrightMediaScanner.cpp91 status_t status; local
95 status = mRetriever->setDataSource(nullService, path);
97 status = mRetriever->setDataSource(fd, 0, 0x7ffffffffffffffL);
101 if (status) {
108 status = client.setMimeType(value);
109 if (status) {
141 status = client.addStringTag(kKeyMap[i].tag, value);
142 if (status != OK) {
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHealthCallback.java36 * @param status Success or failure of the registration or unregistration calls. Can be one of
44 int status) {
45 Log.d(TAG, "onHealthAppConfigurationStatusChange: " + config + "Status: " + status);
43 onHealthAppConfigurationStatusChange(BluetoothHealthAppConfiguration config, int status) argument
/frameworks/base/core/java/android/hardware/soundtrigger/
H A DIRecognitionStatusCallback.aidl47 * @param status The error code that was seen.
49 void onError(int status);
/frameworks/base/location/java/android/location/
H A DILocationListener.aidl29 void onStatusChanged(String provider, int status, in Bundle extras);
H A DLocationListener.java47 * Called when the provider status changes. This method is called when
53 * @param status {@link LocationProvider#OUT_OF_SERVICE} if the
60 * status variables.
70 void onStatusChanged(String provider, int status, Bundle extras); argument
/frameworks/base/media/java/android/media/midi/
H A DIMidiDeviceListener.aidl27 void onDeviceStatusChanged(in MidiDeviceStatus status);
/frameworks/base/services/core/java/com/android/server/location/
H A DGnssMeasurementsProvider.java118 int status;
121 status = GnssMeasurementsEvent.Callback.STATUS_READY;
126 status = GnssMeasurementsEvent.Callback.STATUS_NOT_SUPPORTED;
129 status = GnssMeasurementsEvent.Callback.STATUS_NOT_ALLOWED;
132 status = GnssMeasurementsEvent.Callback.STATUS_LOCATION_DISABLED;
140 return new StatusChangedOperation(status);
147 public StatusChangedOperation(int status) { argument
148 mStatus = status;
/frameworks/base/telephony/java/android/telephony/ims/aidl/
H A DIImsSmsListener.aidl24 void onSendSmsResult(int token, int messageRef, int status, int reason);
/frameworks/compile/mclinker/lib/Support/
H A DFileSystem.cpp18 mcld::sys::fs::detail::status(pPath, file_status);
25 detail::status(pPath, file_status);
/frameworks/base/core/jni/
H A Dandroid_view_InputEventSender.cpp118 status_t status = mInputPublisher.publishKeyEvent(publishedSeq, local
122 if (status) {
123 ALOGW("Failed to send key event on channel '%s'. status=%d",
124 getInputChannelName().c_str(), status);
125 return status;
139 status_t status = mInputPublisher.publishMotionEvent(publishedSeq, local
149 if (status) {
150 ALOGW("Failed to send motion event sample on channel '%s'. status=%d",
151 getInputChannelName().c_str(), status);
152 return status;
179 status_t status = receiveFinishedSignals(env); local
194 status_t status = mInputPublisher.receiveFinishedSignal(&publishedSeq, &handled); local
256 status_t status = sender->initialize(); local
281 status_t status = sender->sendKeyEvent(seq, &event); local
290 status_t status = sender->sendMotionEvent(seq, event); local
[all...]
/frameworks/wilhelm/src/itf/
H A DIEnvironmentalReverb.cpp59 android::status_t status = android_erev_setParam(thiz->mEnvironmentalReverbEffect, local
61 result = android_fx_statusToResult(status);
86 android::status_t status = android_erev_getParam(thiz->mEnvironmentalReverbEffect, local
88 result = android_fx_statusToResult(status);
120 android::status_t status = android_erev_setParam(thiz->mEnvironmentalReverbEffect, local
122 result = android_fx_statusToResult(status);
148 android::status_t status = android_erev_getParam(thiz->mEnvironmentalReverbEffect, local
150 result = android_fx_statusToResult(status);
179 android::status_t status = android_erev_setParam(thiz->mEnvironmentalReverbEffect, local
181 result = android_fx_statusToResult(status);
207 android::status_t status = android_erev_getParam(thiz->mEnvironmentalReverbEffect, local
238 android::status_t status = android_erev_setParam(thiz->mEnvironmentalReverbEffect, local
266 android::status_t status = android_erev_getParam(thiz->mEnvironmentalReverbEffect, local
299 android::status_t status = android_erev_setParam(thiz->mEnvironmentalReverbEffect, local
327 android::status_t status = android_erev_getParam(thiz->mEnvironmentalReverbEffect, local
358 android::status_t status = android_erev_setParam(thiz->mEnvironmentalReverbEffect, local
386 android::status_t status = android_erev_getParam(thiz->mEnvironmentalReverbEffect, local
419 android::status_t status = android_erev_setParam(thiz->mEnvironmentalReverbEffect, local
447 android::status_t status = android_erev_getParam(thiz->mEnvironmentalReverbEffect, local
478 android::status_t status = android_erev_setParam(thiz->mEnvironmentalReverbEffect, local
506 android::status_t status = android_erev_getParam(thiz->mEnvironmentalReverbEffect, local
537 android::status_t status = android_erev_setParam(thiz->mEnvironmentalReverbEffect, local
565 android::status_t status = android_erev_getParam(thiz->mEnvironmentalReverbEffect, local
596 android::status_t status = android_erev_setParam(thiz->mEnvironmentalReverbEffect, local
624 android::status_t status = android_erev_getParam(thiz->mEnvironmentalReverbEffect, local
680 android::status_t status = android_erev_setParam(thiz->mEnvironmentalReverbEffect, local
708 android::status_t status = android_erev_getParam(thiz->mEnvironmentalReverbEffect, local
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSupplicantStaNetworkHal.java950 mISupplicantStaNetwork.getId((SupplicantStatus status, int idValue) -> {
951 statusOk.value = status.code == SupplicantStatusCode.SUCCESS;
955 checkStatusAndLogFailure(status, methodStr);
972 SupplicantStatus status = mISupplicantStaNetwork.registerCallback(callback);
973 return checkStatusAndLogFailure(status, methodStr);
987 SupplicantStatus status = mISupplicantStaNetwork.setSsid(ssid);
988 return checkStatusAndLogFailure(status, methodStr);
1019 SupplicantStatus status = mISupplicantStaNetwork.setBssid(bssid);
1020 return checkStatusAndLogFailure(status, methodStr);
1033 SupplicantStatus status
2418 checkStatusAndLogFailure(SupplicantStatus status, final String methodStr) argument
[all...]
/frameworks/native/libs/vr/libpdx_uds/
H A Dclient_channel.cpp79 auto status = ReceiveData(socket_fd, buffer, size_to_read); local
80 if (!status)
81 return status;
108 auto status = ReceiveData(socket_fd, &transaction_state->response); local
109 if (!status)
110 return status;
131 status = ReceiveDataVector(socket_fd, receive_vector, receive_count);
132 if (status && size_remaining > 0)
133 status = ReadAndDiscardData(socket_fd, size_remaining);
135 return status;
165 Status<void> status; local
194 auto status = SendRequest(BorrowedHandle{channel_handle_.value()}, state, local
225 Status<LocalHandle> status; local
245 Status<LocalChannelHandle> status; local
[all...]
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
H A DSoundTriggerHelper.java113 int status = SoundTrigger.listModules(modules);
120 if (status != SoundTrigger.STATUS_OK || modules.size() == 0) {
121 Slog.w(TAG, "listModules status=" + status + ", # of modules=" + modules.size());
195 int status = cleanUpExistingKeyphraseModelLocked(model);
196 if (status != STATUS_OK) {
197 return status;
217 int status = tryStopAndUnloadLocked(modelData, true /* stop */, true /* unload */);
218 if (status != STATUS_OK) {
222 return status;
[all...]
/frameworks/av/media/libmedia/
H A DIResourceManagerClient.cpp44 status_t status = remote()->transact(RECLAIM_RESOURCE, data, &reply); local
45 if (status == NO_ERROR) {
56 status_t status = remote()->transact(GET_NAME, data, &reply); local
57 if (status == NO_ERROR) {
/frameworks/base/core/java/android/bluetooth/le/
H A DPeriodicAdvertisingCallback.java23 * advertising operation status.
59 * @param status operation status.
63 int status) {
61 onSyncEstablished(int syncHandle, BluetoothDevice device, int advertisingSid, int skip, int timeout, int status) argument
/frameworks/base/services/backup/java/com/android/server/backup/utils/
H A DBackupObserverUtils.java53 int status) {
56 observer.onResult(packageName, status);
69 public static void sendBackupFinished(IBackupObserver observer, int status) { argument
72 observer.backupFinished(status);
52 sendBackupOnPackageResult(IBackupObserver observer, String packageName, int status) argument
/frameworks/base/telephony/java/android/telephony/mbms/
H A DDownloadStatusListener.java35 * Gives download status callbacks for a file in a {@link DownloadRequest}.
41 * @param status The current status of the download.
44 @MbmsDownloadSession.DownloadStatus int status) {
43 onStatusUpdated(DownloadRequest request, FileInfo fileInfo, @MbmsDownloadSession.DownloadStatus int status) argument
/frameworks/base/test-runner/src/junit/runner/
H A DTestRunListener.java10 /* test status constants*/
19 public void testFailed(int status, String testName, String trace); argument

Completed in 6763 milliseconds

1234567891011>>