Searched refs:status (Results 326 - 350 of 835) sorted by relevance

<<11121314151617181920>>

/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsDiffKey/src/com/android/framework/externalsharedpermsdiffkeytestapp/
H A DExternalSharedPermsDiffKeyTest.java43 public void onStatusChanged(String provider, int status, Bundle extras) {}
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationDelegate.java22 void onSetDisabled(int status); argument
/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dmessage_writer.h6 #include <pdx/status.h>
/frameworks/native/libs/vr/libpdx_default_transport/
H A Dpdx_benchmarks.cpp267 Status<void> status; variable
269 status = message.ReadAll(send_buffer.data(), message.GetSendLength());
273 if (!status)
274 CHECK(message.ReplyError(status.error()));
286 Status<void> status; variable
288 status = message.WriteAll(receive_buffer.data(),
294 if (!status)
295 CHECK(message.ReplyError(status.error()));
307 Status<void> status; variable
309 status
454 auto status = InvokeRemoteMethodInPlace<BenchmarkRPC::Stats>(stats_out); local
462 auto status = InvokeRemoteMethod<BenchmarkRPC::WriteVector>(data); local
471 auto status = InvokeRemoteMethod<BenchmarkRPC::WriteVector>(data); local
481 auto status = local
[all...]
/frameworks/native/libs/vr/libvrflinger/
H A Depoll_event_dispatcher.h14 #include <pdx/status.h>
/frameworks/av/camera/
H A DCamera.cpp88 status_t status = NO_ERROR; local
103 status = -ENODEV;
106 status = -EBUSY;
109 status = -EINVAL;
112 status = -EUSERS;
115 status = BAD_VALUE;
118 status = -EOPNOTSUPP;
121 status = -EACCES;
124 status = PERMISSION_DENIED;
127 status
[all...]
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DConfigParsingUtils.cpp224 status_t status = NAME_NOT_FOUND; local
232 if (status == NAME_NOT_FOUND || status == NO_ERROR) {
233 status = tmpStatus;
245 if (status == NAME_NOT_FOUND || status == NO_ERROR) {
246 status = tmpStatus;
257 if (status == NAME_NOT_FOUND || status == NO_ERROR) {
258 status
[all...]
/frameworks/av/media/libeffects/proxy/
H A DEffectProxy.cpp206 int status = 0; local
213 status = pContext->aeli[SUB_FX_HOST]->create_effect(
217 if (status != NO_ERROR || (pContext->eHandle[SUB_FX_HOST] == NULL)) {
219 return status;
224 status = pContext->aeli[SUB_FX_OFFLOAD]->create_effect(
228 if (status != NO_ERROR || (pContext->eHandle[SUB_FX_OFFLOAD] == NULL)) {
321 subStatus[i] = &status;
334 return status;
/frameworks/av/media/libmedia/omx/1.0/
H A DWOmxBufferSource.cpp61 ::android::binder::Status status = toBinderStatus( local
66 return status;
/frameworks/av/media/libstagefright/foundation/
H A DAWakeLock.cpp62 status_t status = mPowerManager->acquireWakeLock( local
66 if (status == NO_ERROR) {
/frameworks/av/media/libstagefright/omx/1.0/
H A DWOmxBufferSource.cpp61 ::android::binder::Status status = toBinderStatus( local
66 return status;
/frameworks/base/libs/hwui/renderthread/
H A DRenderThread.cpp180 status_t status = mDisplayEventReceiver->initCheck(); local
181 LOG_ALWAYS_FATAL_IF(status != NO_ERROR, "Initialization of DisplayEventReceiver "
182 "failed with status: %d", status);
192 status_t status = SurfaceComposerClient::getDisplayInfo(dtoken, &mDisplayInfo); local
193 LOG_ALWAYS_FATAL_IF(status, "Failed to get display info\n");
260 ALOGW("Failed to get events from display event receiver, status=%d", status_t(n));
299 status_t status = mDisplayEventReceiver->requestNextVsync(); local
300 LOG_ALWAYS_FATAL_IF(status != NO_ERROR,
301 "requestNextVsync failed with status
[all...]
/frameworks/base/libs/hwui/tests/common/
H A DTestContext.cpp45 status_t status = SurfaceComposerClient::getDisplayInfo(dtoken, &display); local
46 LOG_ALWAYS_FATAL_IF(status, "Failed to get display info\n");
/frameworks/base/media/java/android/media/tv/
H A DITvInputSessionCallback.aidl40 void onTimeShiftStatusChanged(int status);
/frameworks/base/packages/Osu/src/com/android/hotspot2/
H A DAppBridge.java36 public void showStatus(OSUOperationStatus status, String spName, String message, argument
40 intent.putExtra(PROV_SUCCESS, status == OSUOperationStatus.ProvisioningSuccess);
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DDevicePowerStatusAction.java30 * Feature action that queries the power status of other device. This action is initiated via
32 * working as playback device to get the power status of TV device.
81 int status = cmd.getParams()[0];
82 invokeCallback(status);
95 // Got no response from TV. Report status 'unknown'.
H A DOneTouchPlayAction.java43 // standby mode, and do not accept the command until their power status becomes 'ON'.
45 // the device switches its status to 'ON'. Then we send additional <Active Source>.
103 int status = cmd.getParams()[0];
104 if (status == HdmiControlManager.POWER_STATUS_ON) {
/frameworks/base/telephony/java/com/android/ims/internal/uce/options/
H A DOptionsCmdStatus.java64 * Gets the status code.
72 * Sets the status code.
75 public void setStatus(StatusCode status) { argument
76 this.mStatus = status;
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCellNetworkScanResult.java32 * Possible status values.
47 public CellNetworkScanResult(int status, List<OperatorInfo> operators) { argument
48 mStatus = status;
69 * @return the status of the command.
104 sb.append(" status:").append(mStatus);
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DNotificationHelper.java159 String status;
163 status = "PLAYING: ";
166 status = "PAUSED: ";
169 status = "STOPPED: ";
172 status = "ERROR: ";
175 status = "BUFFERING: ";
179 status = "";
185 title = status;
/frameworks/minikin/app/
H A DHyphTool.cpp16 int status = stat(fn, &statbuf); local
17 if (status < 0) {
/frameworks/native/services/sensorservice/hidl/
H A Dutils.cpp56 Result convertResult(status_t status) { argument
57 switch (status) {
/frameworks/opt/telephony/src/java/android/telephony/gsm/
H A DSmsManager.java70 * raw pdu of the status report is in the extended data ("pdu").
121 * to the recipient. The raw pdu of the status report is in the
155 * raw pdu of the status report is in the extended data ("pdu").
173 * @param status message status (STATUS_ON_SIM_READ, STATUS_ON_SIM_UNREAD,
180 public final boolean copyMessageToSim(byte[] smsc, byte[] pdu, int status) { argument
181 return mSmsMgrProxy.copyMessageToIcc(smsc, pdu, status);
201 * @param newStatus new message status (STATUS_ON_SIM_READ,
/frameworks/av/drm/mediacas/plugins/clearkey/
H A DJsonAssetLoader.cpp162 int status = jsmn_parse(&parser, jsonObject.string(), local
164 if (status < 0) {
165 ALOGE("Parser returns error code=%d", status);
214 int status = jsmn_parse(&parser, jsonAsset.string(), local
216 if (status < 0) {
217 ALOGE("Parser returns error code=%d", status);
/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DJsonWebKey.cpp200 int status = jsmn_parse(&parser, jsonObject.string(), local
202 if (status < 0) {
203 ALOGE("Parser returns error code=%d", status);
250 int status = jsmn_parse(&parser, jsonWebKeySet.string(), local
252 if (status < 0) {
253 ALOGE("Parser returns error code=%d", status);

Completed in 494 milliseconds

<<11121314151617181920>>