Searched refs:status (Results 276 - 300 of 995) sorted by relevance

<<11121314151617181920>>

/frameworks/base/services/core/jni/
H A Dcom_android_server_VibratorService.cpp131 Status status = halCall(&V1_0::IVibrator::setAmplitude, static_cast<uint32_t>(amplitude)) local
133 if (status != Status::OK) {
135 static_cast<uint32_t>(status));
140 Status status; local
142 auto callback = [&status, &lengthMs](Status retStatus, uint32_t retLengthMs) {
143 status = retStatus;
169 if (status == Status::OK) {
171 } else if (status != Status::UNSUPPORTED_OPERATION) {
177 static_cast<int32_t>(strength), static_cast<uint32_t>(status));
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pDevice.java117 /** Device connection status */
118 public int status = UNAVAILABLE; field in class:WifiP2pDevice
229 status = AVAILABLE;
282 status = device.status;
327 sbuf.append("\n status: ").append(status);
348 status = source.status;
363 dest.writeInt(status);
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
H A DWifiAwareNativeManager.java145 WifiStatus status;
148 status = iface.registerEventCallback(mWifiAwareNativeCallback);
151 status = iface12.registerEventCallback_1_2(mWifiAwareNativeCallback);
153 if (status.code != WifiStatusCode.SUCCESS) {
155 status));
246 private static String statusString(WifiStatus status) { argument
247 if (status == null) {
248 return "status=null";
251 sb.append(status.code).append(" (").append(status
[all...]
/frameworks/native/libs/vr/libbufferhubqueue/tests/
H A Dbuffer_hub_queue-test.cpp55 auto status = producer_queue_->AllocateBuffer(kBufferWidth, kBufferHeight, local
59 ASSERT_TRUE(status.ok());
60 size_t slot = status.take();
146 auto status = consumer_queue_->Dequeue(kNoTimeout, &slot, &mo, &fence); local
147 ASSERT_FALSE(status.ok());
148 ASSERT_EQ(ETIMEDOUT, status.error());
537 auto status = producer_queue_->AllocateBuffer( local
540 ASSERT_TRUE(status.ok());
557 auto status = producer_queue_->AllocateBuffer( local
560 ASSERT_TRUE(status
578 auto status = producer_queue_->AllocateBuffer( local
598 auto status = producer_queue_->AllocateBuffer( local
647 pdx::Status<void> status; local
735 auto status = producer_queue_->TakeAsParcelable(); local
[all...]
/frameworks/av/media/libaaudio/src/legacy/
H A DAudioStreamTrack.cpp170 status_t status = mAudioTrack->initCheck(); local
171 if (status != NO_ERROR) {
173 ALOGE("open(), initCheck() returned %d", status);
174 return AAudioConvert_androidToAAudioResult(status);
474 status_t status = mAudioTrack->getTimestamp(&extendedTimestamp); local
475 if (status == WOULD_BLOCK) {
477 } if (status != NO_ERROR) {
478 return AAudioConvert_androidToAAudioResult(status);
497 status_t status = NO_INIT; local
501 status
519 binder::Status status = mAudioTrack->applyVolumeShaper(spConfiguration, spOperation); local
[all...]
/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.cpp213 [&support](auto status, bool supported) {
214 if (status == Status::OK) {
242 Status status; local
246 status = s;
256 if (status != Status::OK) {
257 return mapToStatusT(status);
292 Status status; local
294 ret = deviceInfo3->mInterface->open(callback, [&status, &session]
296 status = s;
297 if (status
322 hardware::Return<Status> status = deviceInfo1->mInterface->open(callback); local
521 hardware::Return<Status> status = mInterface->setCallback(this); local
803 Status status; local
849 Status status; local
874 Status status; local
914 hardware::Return<Status> status = mInterface->open(nullptr); local
1012 Status status; local
[all...]
/frameworks/base/core/java/android/print/
H A DPrinterInfo.java46 * major components, printer properties such as name, id, status,
65 /** Printer status: the printer is idle and ready to print. */
68 /** Printer status: the printer is busy printing. */
71 /** Printer status: the printer is not available. */
96 private PrinterInfo(@NonNull PrinterId printerId, @NonNull String name, @Status int status, argument
102 mStatus = status;
189 * Gets the printer status.
191 * @return The status.
243 * Check if status is valid.
245 * @param status Th
249 checkStatus(int status) argument
423 Builder(@onNull PrinterId printerId, @NonNull String name, @Status int status) argument
455 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/services/audioflinger/
H A DEffects.cpp132 status_t status; local
160 status = NO_ERROR;
162 status = ALREADY_EXISTS;
166 return status;
495 status_t status; local
501 status = NO_INIT;
507 status = DEAD_OBJECT;
583 status = mEffectInterface->command(EFFECT_CMD_SET_CONFIG,
588 if (status == NO_ERROR) {
589 status
697 status_t status = mEffectInterface->command(EFFECT_CMD_INIT, local
727 status_t status; local
751 status_t status = mEffectInterface->command(EFFECT_CMD_ENABLE, local
781 status_t status = mEffectInterface->command(EFFECT_CMD_DISABLE, local
890 status_t status = mEffectInterface->command(cmdCode, local
920 status_t status = AudioSystem::setEffectEnabled(mId, enabled); local
1098 status_t status = NO_ERROR; local
1135 status_t status = NO_ERROR; local
1156 status_t status = NO_ERROR; local
1178 status_t status = NO_ERROR; local
1223 status_t status = NO_ERROR; local
1529 status_t status = effect->setEnabled(true); local
1576 status_t status = effect->setEnabled(false); local
1716 status_t status = NO_ERROR; local
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceHal.java272 mISupplicant.listInterfaces((SupplicantStatus status,
274 if (status.code != SupplicantStatusCode.SUCCESS) {
275 Log.e(TAG, "Getting Supplicant Interfaces failed: " + status.code);
295 (SupplicantStatus status, ISupplicantIface iface) -> {
296 if (status.code != SupplicantStatusCode.SUCCESS) {
297 Log.e(TAG, "Failed to get ISupplicantIface " + status.code);
300 supplicantIface.setResult(status, iface);
328 (SupplicantStatus status, ISupplicantIface iface) -> {
329 if (status.code != SupplicantStatusCode.SUCCESS
330 && status
477 logCompletion(String operation, SupplicantStatus status) argument
2349 setResult(SupplicantStatus status, E value) argument
2356 setResult(SupplicantStatus status) argument
[all...]
/frameworks/av/drm/common/
H A DIDrmServiceListener.cpp52 status_t status = notify(DrmInfoEvent(uniqueId, type, message)); local
53 reply->writeInt32(status);
/frameworks/base/cmds/statsd/src/external/
H A DStatsCompanionServicePuller.cpp57 Status status = statsCompanionServiceCopy->pullData(mTagId, &returned_value); local
58 if (!status.isOk()) {
/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/java/android/hardware/radio/
H A DITunerCallback.aidl26 void onError(int status);
/frameworks/base/core/proto/android/service/
H A Dbattery.proto31 // Plugged status of power sources
41 // Charging status
42 optional android.os.BatteryStatusEnum 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;
609 int status = native_setPeriodicCapture(rate, waveform, fft);
610 if (status == SUCCESS) {
619 status = ERROR_NO_INIT;
623 return status;
/frameworks/base/media/java/android/media/soundtrigger/
H A DISoundTriggerDetectionService.aidl33 void onError(in ParcelUuid uuid, int opId, int 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.
H A DPhysicalChannelConfig.java45 /** Connection status is unknown. */
49 * Connection status of the cell.
60 public PhysicalChannelConfig(int status, int bandwidth) { argument
61 mCellConnectionStatus = status;
89 * Gets the connection status of the cell.
95 * @return Connection status of the cell
102 /** @return String representation of the connection status */
/frameworks/base/telephony/java/android/telephony/ims/
H A DImsSsInfo.java31 * For the status of service registration or activation/deactivation.
52 * @param status The status of the service registration of activation/deactiviation. Valid
59 public ImsSsInfo(int status, String icbNum) { argument
60 mStatus = status;
103 * @return Supplementary Service Configuration status. Valid Values are:
/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_ << ")";

Completed in 481 milliseconds

<<11121314151617181920>>