Searched refs:status (Results 51 - 75 of 878) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/os/
H A DIIncidentReportStatusListener.aidl20 * Listener for incident report status
30 void onReportSectionStatus(int section, int status);
/frameworks/base/core/java/android/os/storage/
H A DIObbActionListener.aidl34 * @param status status code as defined in {@link OnObbStateChangeListener}
36 void onObbResult(in String filename, int nonce, int status) = 0;
/frameworks/base/location/java/android/location/
H A DIGnssMeasurementsListener.aidl26 void onStatusChanged(in int status);
H A DIGnssNavigationMessageListener.aidl26 void onStatusChanged(in int status);
/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsServiceFeatureListener.aidl27 void imsStatusChanged(int slotId, int feature, int status);
/frameworks/base/wifi/java/android/net/wifi/
H A DWpsResult.java34 public Status status; field in class:WpsResult
39 status = Status.FAILURE;
44 status = s;
50 sbuf.append(" status: ").append(status.toString());
65 status = source.status;
72 dest.writeString(status.name());
81 result.status = Status.valueOf(in.readString());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallForwardInfo.java29 public int status; /*1 = active, 0 = not active */ field in class:CallForwardInfo
38 return "[CallForwardInfo: status=" + (status == 0 ? " not active " : " active ")
/frameworks/base/core/java/android/net/
H A DIpSecTransformResponse.java22 * This class is used to return an IpSecTransform resource Id and and corresponding status from the
31 public final int status; field in class:IpSecTransformResponse
41 out.writeInt(status);
47 throw new IllegalArgumentException("Valid status implies other args must be provided");
49 status = inStatus;
54 status = inStatus;
59 status = in.readInt();
/frameworks/base/libs/hwui/debug/
H A DGlesErrorCheckWrapper.cpp26 GLenum status = GL_NO_ERROR; local
29 while ((status = mBase.glGetError_()) != GL_NO_ERROR) {
30 lastError = status;
31 switch (status) {
49 ALOGE("GL error: 0x%x", status);
/frameworks/native/libs/gui/
H A DStreamSplitter.cpp51 status_t status = splitter->mInput->consumerConnect(splitter, false); local
52 if (status == NO_ERROR) {
56 return status;
87 status_t status = outputQueue->connect(listener, NATIVE_WINDOW_API_CPU, local
89 if (status != NO_ERROR) {
90 ALOGE("addOutput: failed to connect (%d)", status);
91 return status;
130 status_t status = mInput->acquireBuffer(&bufferItem, /* presentWhen */ 0); local
131 LOG_ALWAYS_FATAL_IF(status != NO_ERROR,
132 "acquiring buffer from input failed (%d)", status);
196 status_t status = from->detachNextBuffer(&buffer, &fence); local
[all...]
/frameworks/av/services/audioflinger/
H A DAudioStreamOut.cpp61 status_t status = stream->getRenderPosition(&halPosition); local
62 if (status != NO_ERROR) {
63 return status;
77 return status;
84 status_t status = getRenderPosition(&position64); local
85 if (status == NO_ERROR) {
88 return status;
98 status_t status = stream->getPresentationPosition(&halPosition, timestamp); local
99 if (status != NO_ERROR) {
100 return status;
130 int status = hwDev()->openOutputStream( local
[all...]
H A DAudioHwDevice.cpp53 status_t status = outputStream->open(handle, devices, config, address); local
55 if (status != NO_ERROR) {
64 "channelMask %#x, status %d",
68 status);
78 status = outputStream->open(handle, devices, &originalConfig, address);
79 if (status != NO_ERROR) {
81 status);
93 return status;
/frameworks/native/libs/vr/libvrsensor/
H A Dpose_client.cpp101 Status<int> status = trans.Send<int>(DVR_POSE_LOG_CONTROLLER, &enable, local
103 ALOGE_IF(!status, "Pose LogController() failed because: %s",
104 status.GetErrorMessage().c_str());
105 return ReturnStatusOrError(status);
114 Status<int> status = trans.Send<int>(DVR_POSE_FREEZE, &frozen_state, local
116 ALOGE_IF(!status, "Pose Freeze() failed because: %s\n",
117 status.GetErrorMessage().c_str());
118 return ReturnStatusOrError(status);
124 Status<int> status = local
126 ALOGE_IF(!status, "Pos
135 Status<int> status = local
147 Status<LocalChannelHandle> status = trans.Send<LocalChannelHandle>( local
165 Status<int> status = trans.Send<int>(DVR_POSE_DATA_CAPTURE, request, local
174 Status<int> status = trans.Send<int>(DVR_POSE_TANGO_READER_DESTROY, local
185 Status<int> status = trans.Send<int>(DVR_POSE_SENSORS_ENABLE, &enabled, local
217 Status<LocalChannelHandle> status = trans.Send<LocalChannelHandle>( local
[all...]
/frameworks/av/media/libaudioclient/
H A DPlayerBase.cpp88 status_t status = playerStart(); local
89 if (status == NO_ERROR) {
92 ALOGW("PlayerBase::start() error %d", status);
94 return status;
98 status_t status = playerPause(); local
99 if (status == NO_ERROR) {
102 ALOGW("PlayerBase::pause() error %d", status);
104 return status;
109 status_t status = playerStop(); local
110 if (status
143 status_t status = playerSetVolume(); local
162 status_t status = playerSetVolume(); local
[all...]
/frameworks/native/services/audiomanager/
H A DIPlayer.cpp99 status_t status = configuration.get() == nullptr local
103 if (status != NO_ERROR) {
104 ALOGW("applyVolumeShaper failed configuration parceling: %d", status);
108 status = operation.get() == nullptr
109 ? status = data.writeInt32(0)
112 if (status != NO_ERROR) {
113 ALOGW("applyVolumeShaper failed operation parceling: %d", status);
117 status = remote()->transact(APPLY_VOLUME_SHAPER, data, &reply);
119 ALOGW_IF(status != NO_ERROR, "applyVolumeShaper failed transact: %d", status);
168 status_t status = data.readInt32(&present); local
[all...]
/frameworks/base/services/core/java/com/android/server/location/
H A DGnssMeasurementsProvider.java63 int status;
66 status = GnssMeasurementsEvent.Callback.STATUS_READY;
71 status = GnssMeasurementsEvent.Callback.STATUS_NOT_SUPPORTED;
74 status = GnssMeasurementsEvent.Callback.STATUS_LOCATION_DISABLED;
82 return new StatusChangedOperation(status);
89 public StatusChangedOperation(int status) { argument
90 mStatus = status;
H A DGnssNavigationMessageProvider.java64 int status;
67 status = GnssNavigationMessage.Callback.STATUS_READY;
72 status = GnssNavigationMessage.Callback.STATUS_NOT_SUPPORTED;
75 status = GnssNavigationMessage.Callback.STATUS_LOCATION_DISABLED;
83 return new StatusChangedOperation(status);
90 public StatusChangedOperation(int status) { argument
91 mStatus = status;
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasRequestSetNotificationRegistration.java32 public BluetoothMasRequestSetNotificationRegistration(boolean status) { argument
33 mStatus = status;
39 oap.add(OAP_TAGID_NOTIFICATION_STATUS, status ? NOTIFICATION_ON : NOTIFICATION_OFF);
/frameworks/native/libs/vr/libdvr/
H A Ddvr_surface.cpp107 auto status = Surface::CreateSurface(surface_attributes); local
108 if (!status) {
110 status.GetErrorMessage().c_str());
111 return -status.error();
114 *out_surface = new DvrSurface{status.take()};
144 auto status = surface->surface->SetAttributes(surface_attributes); local
145 if (!status) {
147 status.GetErrorMessage().c_str());
148 return -status.error();
167 auto status local
236 auto status = client->GetGlobalBuffer(key); local
261 auto status = client->GetDisplayMetrics(); local
[all...]
/frameworks/base/location/lib/java/com/android/location/provider/
H A DFusedLocationHardwareSink.java55 * Called when the status changes in the underlying FLP HAL
60 * @param status One of FLP_STATUS_LOCATION_AVAILABLE or
64 public void onStatusChanged(int status) { argument
/frameworks/native/libs/vr/libpdx/
H A Dstatus_tests.cpp1 #include <pdx/status.h>
9 Status<int> status; local
10 EXPECT_FALSE(status.ok());
11 EXPECT_TRUE(status.empty());
12 EXPECT_EQ(0, status.get());
13 EXPECT_EQ(0, status.error());
50 Status<int> status = ErrorStatus(EIO); local
51 EXPECT_EQ(status.GetErrorMessage(), strerror(EIO));
53 status = ErrorStatus(EINVAL);
54 EXPECT_EQ(status
[all...]
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DPowerHAL.cpp44 status_t status; local
45 status = mPowerManager->powerHint(static_cast<int>(PowerHint::VSYNC),
47 if(status == DEAD_OBJECT) {
50 return status;
/frameworks/av/media/libmedia/
H A DCharacterEncodingDetector.cpp35 UErrorCode status = U_ZERO_ERROR; local
36 mUtf8Conv = ucnv_open("UTF-8", &status);
37 if (U_FAILURE(status)) {
85 UErrorCode status = U_ZERO_ERROR; local
86 UCharsetDetector *csd = ucsdet_open(&status);
118 ucsdet_setText(csd, buf, strlen(buf), &status);
120 const UCharsetMatch** ucma = ucsdet_detectAll(csd, &matches, &status);
147 ucsdet_setText(csd, buf, strlen(buf), &status);
148 ucma = ucsdet_detectAll(csd, &matches, &status);
161 combinedenc = ucsdet_getName(bestCombinedMatch, &status);
303 UErrorCode status = U_ZERO_ERROR; local
[all...]
/frameworks/base/drm/java/android/drm/
H A DDrmOutputStream.java69 final DrmConvertedStatus status = mClient.closeConvertSession(mSessionId);
70 if (status.statusCode == STATUS_OK) {
72 Os.lseek(mFd, status.offset, SEEK_SET);
76 IoBridge.write(mFd, status.convertedData, 0, status.convertedData.length);
79 throw new IOException("Unexpected DRM status: " + status.statusCode);
104 final DrmConvertedStatus status = mClient.convertData(mSessionId, exactBuffer);
105 if (status.statusCode == STATUS_OK) {
106 IoBridge.write(mFd, status
[all...]
/frameworks/base/core/java/android/content/pm/
H A DIPackageMoveObserver.aidl28 void onStatusChanged(int moveId, int status, long estMillis);

Completed in 1341 milliseconds

1234567891011>>