Searched refs:status (Results 251 - 275 of 835) sorted by relevance

<<11121314151617181920>>

/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DTestConferenceEventPackageParser.java43 * <status>connected</status>
50 * {@link com.android.ims.ImsConferenceState} parcelable. The {@code status} values expected in the
133 String status = "";
148 status = parser.getText();
155 Log.v(LOG_TAG, "Status: "+status);
160 bundle.putString(ImsConferenceState.STATUS, status);
/frameworks/wilhelm/src/itf/
H A DIEqualizer.cpp68 android::status_t status = local
70 result = android_fx_statusToResult(status);
163 android::status_t status = local
165 result = android_fx_statusToResult(status);
196 android::status_t status = local
198 result = android_fx_statusToResult(status);
231 android::status_t status =
233 result = android_fx_statusToResult(status);
270 android::status_t status =
272 result = android_fx_statusToResult(status);
326 android::status_t status = local
358 android::status_t status = local
394 android::status_t status = local
[all...]
/frameworks/av/services/audioflinger/
H A DTracks.cpp225 status_t status; local
227 status = cblk() != NULL ? NO_ERROR : NO_MEMORY;
229 status = getCblk() != 0 ? NO_ERROR : NO_MEMORY;
231 return status;
472 status_t status = TrackBase::initCheck(); local
473 if (status == NO_ERROR && mName < 0) {
474 status = NO_MEMORY;
476 return status;
612 status_t status = mServerProxy->obtainBuffer(&buf); local
623 return status;
682 status_t status = NO_ERROR; local
945 VolumeShaper::Status status = mVolumeHandler->applyVolumeShaper( local
984 status_t status = DEAD_OBJECT; local
1271 status_t status = Track::start(event, triggerSession); local
1318 status_t status = obtainBuffer(&mOutBuffer, waitTimeLeftMs); local
1400 status_t status = mClientProxy->obtainBuffer(&buf, &timeout); local
1457 status_t status = Track::start(event, triggerSession); local
1472 status_t status = mPeerProxy->obtainBuffer(&buf, &mPeerTimeout); local
1495 status_t status = NO_ERROR; local
1625 status_t status = TrackBase::initCheck(); local
1637 status_t status = mServerProxy->obtainBuffer(&buf); local
1797 status_t status = mPeerProxy->obtainBuffer(&buf, &mPeerTimeout); local
[all...]
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyEffects.cpp84 status_t status = NO_ERROR; local
94 return status;
115 status_t status = fx->initCheck(); local
116 if (status != NO_ERROR && status != ALREADY_EXISTS) {
132 return status;
139 status_t status = NO_ERROR; local
144 return status;
155 return status;
162 status_t status local
195 status_t status = NO_ERROR; local
228 status_t status = NO_ERROR; local
264 status_t status = fx->initCheck(); local
286 status_t status = NO_ERROR; local
[all...]
H A DAudioPolicyInterfaceImpl.cpp208 status_t status = audioPolicyEffects->addOutputSessionEffects(output, stream, session); local
209 if (status != NO_ERROR && status != ALREADY_EXISTS) {
244 status_t status = audioPolicyEffects->releaseOutputSessionEffects(output, stream, session); local
245 if (status != NO_ERROR && status != ALREADY_EXISTS) {
296 status_t status; local
319 status = mAudioPolicyManager->getInputForAttr(attr, input, session, uid,
325 if (status == NO_ERROR) {
335 status
361 status_t status = audioPolicyEffects->addInputEffects(*input, attr->source, session); local
377 status_t status = mAudioPolicyManager->startInput(input, session, &concurrency); local
419 status_t status = audioPolicyEffects->releaseInputEffects(input, session); local
[all...]
/frameworks/native/services/vr/bufferhubd/
H A Dbuffer_hub.cpp260 auto status = ProducerChannel::Create(this, buffer_id, width, height, local
263 if (status) {
264 message.SetChannel(status.take());
268 status.GetErrorMessage().c_str());
269 return status.error_status();
324 auto status = ProducerChannel::Create(this, channel_id, width, height, local
327 if (!status) {
329 return status.error_status();
331 auto persistent_buffer = status.take();
399 auto status local
447 const auto status = service_->ModifyChannelEvents(channel_id_, 0, POLLIN); local
463 const auto status = service_->ModifyChannelEvents(channel_id_, POLLIN, 0); local
478 const auto status = service_->ModifyChannelEvents(channel_id_, 0, POLLHUP); local
[all...]
/frameworks/base/core/java/android/print/
H A DPrinterInfo.java45 * major components, printer properties such as name, id, status,
61 /** Printer status: the printer is idle and ready to print. */
64 /** Printer status: the printer is busy printing. */
67 /** Printer status: the printer is not available. */
92 private PrinterInfo(@NonNull PrinterId printerId, @NonNull String name, @Status int status, argument
98 mStatus = status;
185 * Gets the printer status.
187 * @return The status.
239 * Check if status is valid.
241 * @param status Th
245 checkStatus(int status) argument
419 Builder(@onNull PrinterId printerId, @NonNull String name, @Status int status) argument
451 setStatus(@tatus int status) argument
[all...]
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp298 int status = 0; local
326 status = -EINVAL;
351 status = -EINVAL;
354 return status;
359 int status = 0; local
367 status = agc->set_target_level_dbfs(-(*(int16_t *)pValue / 100));
371 status = agc->set_compression_gain_db(*(int16_t *)pValue / 100);
375 status = agc->enable_limiter(*(bool *)pValue);
382 status = agc->set_target_level_dbfs(-(pProperties->targetLevel / 100));
383 if (status !
461 int status = 0; local
483 int status = 0; local
600 int status = 0; local
606 int status = 0; local
693 int status = 0; local
808 int status = 0; local
826 int status = -ENOMEM; local
948 int status; local
1086 int status = session->apm->Initialize(processing_config); local
1177 int status = 0; local
1893 int status; local
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dcombined_decode.cpp44 PV_STATUS status; local
155 status = GetMBheader(video, &QP);
157 if (status != PV_SUCCESS)
171 status = GetMBData(video);
172 if (status != PV_SUCCESS)
205 status = BitstreamShowBits32(stream, GOB_RESYNC_MARKER_LENGTH, &tmpvar);
213 status = PV_BitstreamShowBitsByteAlign(stream, GOB_RESYNC_MARKER_LENGTH, &tmpvar);
261 status = PV_BitstreamShowBitsByteAlign(stream, 23, &tmpvar); /* this call is valid for f_code < 8 */
281 while ((status = PV_GobHeader(video)) == PV_FAIL)
283 if ((status
545 PV_STATUS status; local
[all...]
/frameworks/av/drm/common/
H A DIDrmServiceListener.cpp52 status_t status = notify(DrmInfoEvent(uniqueId, type, message)); local
53 reply->writeInt32(status);
/frameworks/av/services/radio/
H A DRadioService.cpp324 event->status = halEvent->status;
720 event.status = 0;
733 status_t status = NO_ERROR; local
739 status = (status_t)mTuner->setConfiguration(&halConfig);
740 if (status == NO_ERROR) {
745 status = INVALID_OPERATION;
748 return status;
757 status_t status = NO_ERROR; local
762 status
817 status_t status; local
833 status_t status; local
849 status_t status; local
865 status_t status; local
881 status_t status; local
[all...]
/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardware.java196 * Returns current status of a hardware geofence monitoring system.
208 * @return Current status of the monitoring type.
516 public void onGeofenceAdd(int geofenceId, int status) { argument
518 if (c != null) c.onGeofenceAdd(geofenceId, status);
521 public void onGeofenceRemove(int geofenceId, int status) { argument
524 c.onGeofenceRemove(geofenceId, status);
529 public void onGeofencePause(int geofenceId, int status) { argument
532 c.onGeofencePause(geofenceId, status);
536 public void onGeofenceResume(int geofenceId, int status) { argument
538 if (c != null) c.onGeofenceResume(geofenceId, status);
[all...]
/frameworks/base/core/proto/android/service/
H A Dbattery.proto52 // Plugged status of power sources
60 // Charging status
61 BatteryStatus status = 6;
/frameworks/base/location/java/android/location/
H A DGnssMeasurementCallbackTransport.java65 public void onStatusChanged(final int status) { argument
71 callback.onStatusChanged(status);
H A DGnssNavigationMessageCallbackTransport.java67 public void onStatusChanged(final int status) { argument
73 callback.onStatusChanged(status);
/frameworks/base/media/java/android/media/audiofx/
H A DVisualizer.java129 * Internal operation status. Not returned by any method.
260 int status = SUCCESS;
263 status = native_setEnabled(enabled);
264 if (status == SUCCESS) {
268 return status;
592 int status = native_setPeriodicCapture(rate, waveform, fft);
593 if (status == SUCCESS) {
602 status = ERROR_NO_INIT;
606 return status;
/frameworks/base/telephony/java/android/telephony/
H A DIccOpenLogicalChannelResponse.java33 * Possible status values returned by open channel command.
54 public IccOpenLogicalChannelResponse(int channel, int status, byte[] selectResponse) { argument
56 mStatus = status;
83 * @return the status of the command.
/frameworks/base/telephony/java/android/telephony/ims/
H A DImsServiceProxy.java87 public void imsStatusChanged(int slotId, int feature, int status) throws RemoteException {
90 " status: " + status);
92 mFeatureStatusCached = status;
273 Integer status = retrieveFeatureStatus();
275 if (status == null) {
278 // Cache only non-null value for feature status.
279 mFeatureStatusCached = status;
281 Log.i(LOG_TAG, "getFeatureStatus - returning " + status);
282 return status;
[all...]
/frameworks/base/telephony/java/com/android/ims/internal/uce/presence/
H A DPresCmdStatus.java66 * Gets the status code.
73 * Sets the status code.
76 public void setStatus(StatusCode status) { argument
77 this.mStatus = status;
/frameworks/native/cmds/bugreportz/
H A Dbugreportz_test.cpp78 int status = bugreportz(read_fd_, show_progress); local
84 ASSERT_EQ(0, status) << "bugrepotz() call failed (stdout: " << stdout_ << ")";
/frameworks/native/libs/gui/bufferqueue/1.0/
H A DH2BGraphicBufferProducer.cpp178 status_t status = l->unflatten(constBuffer, size, constFds, numFds); local
183 return status == NO_ERROR;
426 status_t status = rect.unflatten(buffer, size); local
427 if (status != NO_ERROR) {
428 return status;
506 status_t status = unflattenFence(&(t->fence), nh, local
508 if (status != NO_ERROR) {
509 return status;
752 status_t status = flatten( local
756 if (status !
837 status_t status = flatten( local
1099 status_t status = toStatusT(mBase->cancelBuffer( local
[all...]
/frameworks/native/services/nativeperms/
H A Dnativeperms.cpp72 android::status_t status = android::defaultServiceManager()->addService( local
74 CHECK(status == android::OK) << "Failed to get IPermissionController "
/frameworks/native/services/vr/virtual_touchpad/
H A DVirtualTouchpadClient.cpp44 status_t status = service_->detach().transactionError(); local
46 return status;
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/
H A DProtocolPortTupleTest.java43 * @param status Status value
46 private ByteBuffer getTestBuffer(int protocol, int port, int status) { argument
51 buffer.put((byte) status);
68 * the complete tuple data (missing status field).
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataCallResponse.java39 public final int status; field in class:DataCallResponse
75 public DataCallResponse(int status, int suggestedRetryTime, int cid, int active, String type, argument
78 this.status = status;
84 if ((status == DcFailCause.NONE.getErrorCode()) && TextUtils.isEmpty(ifname)) {
98 .append(" status=").append(status)
144 if (status == DcFailCause.NONE.getErrorCode()) {
268 "status=" + status
[all...]

Completed in 730 milliseconds

<<11121314151617181920>>