/frameworks/base/core/java/android/printservice/ |
H A D | PrintJob.java | 207 * This resets the print status to null. Set the new status by using {@link #setStatus}. 326 * Sets the status of this print job. This should be a human readable, short, and translated 329 * This overrides any previously set status set via {@link #setStatus(CharSequence)}, 332 * @param status The new status. If null the status will be empty. 335 public void setStatus(@Nullable CharSequence status) { argument 339 mPrintServiceClient.setStatus(mCachedInfo.getId(), status); 341 Log.e(LOG_TAG, "Error setting status fo [all...] |
/frameworks/base/core/java/android/security/keystore/recovery/ |
H A D | RecoveryController.java | 475 @NonNull String packageName, String alias, int status) 481 * Sets the recovery status for given key. It is used to notify the keystore that the key was 485 * @param alias The alias of the key whose status to set. 486 * @param status The status of the key. One of {@link #RECOVERY_STATUS_SYNCED}, 492 public void setRecoveryStatus(@NonNull String alias, int status) argument 495 mBinder.setRecoveryStatus(alias, status); 515 * Returns the recovery status for the key with the given {@code alias}. 531 Integer status = allStatuses.get(alias); 532 if (status 474 setRecoveryStatus( @onNull String packageName, String alias, int status) argument [all...] |
/frameworks/base/core/java/android/service/euicc/ |
H A D | EuiccService.java | 220 * The status of OTA which can be {@code android.telephony.euicc.EuiccManager#EUICC_OTA_} 225 /** Called when OTA status is changed. */ 226 public abstract void onOtaStatusChanged(int status); argument 241 * Return the status of OTA update. 245 * @return The status of Euicc OTA update. 255 * @param statusChangedCallback Function called when OTA status changed. 443 public void onOtaStatusChanged(int status) { 445 statusChangedCallback.onOtaStatusChanged(status); 460 int status = EuiccService.this.onGetOtaStatus(slotId); 462 callback.onSuccess(status); [all...] |
/frameworks/base/core/jni/android/graphics/ |
H A D | GraphicBuffer.cpp | 186 status_t status = buffer->lock(LOCK_CANVAS_USAGE, rect, &bits); local 188 if (status) return JNI_FALSE; 231 status_t status = wrapper->get()->unlock(); local 232 return status == 0 ? JNI_TRUE : JNI_FALSE;
|
/frameworks/base/core/jni/ |
H A D | android_os_VintfObject.cpp | 112 int32_t status = VintfObject::CheckCompatibility(cPackageInfo, &error, checks); local 113 if (status) 114 LOG(WARNING) << "VintfObject.verify() returns " << status << ": " << error; 115 return status;
|
H A D | android_view_InputEventReceiver.cpp | 125 status_t status = mInputConsumer.sendFinishedSignal(seq, handled); local 126 if (status) { 127 if (status == WOULD_BLOCK) { 141 ALOGW("Failed to send finished signal on channel '%s'. status=%d", 142 getInputChannelName().c_str(), status); 144 return status; 173 status_t status = consumeEvents(env, false /*consumeBatches*/, -1, NULL); local 175 return status == OK || status == NO_MEMORY ? 1 : 0; 181 status_t status local 240 status_t status = mInputConsumer.consume(&mInputEventFactory, local 356 status_t status = receiver->initialize(); local 379 status_t status = receiver->finishInputEvent(seq, handled); local 392 status_t status = receiver->consumeEvents(env, true /*consumeBatches*/, frameTimeNanos, local [all...] |
H A D | android_view_InputEventSender.cpp | 118 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...] |
H A D | android_view_InputQueue.cpp | 223 status_t status = android_view_KeyEvent_toNative(env, eventObj, event); local 224 if (status) {
|
/frameworks/base/libs/androidfw/ |
H A D | CursorWindow.cpp | 130 status_t status = parcel->writeString8(mName); local 131 if (!status) { 132 status = parcel->writeDupFileDescriptor(mAshmemFd); 134 return status;
|
/frameworks/base/libs/hwui/ |
H A D | BakedOpRenderer.cpp | 70 int status = glCheckFramebufferStatus(GL_FRAMEBUFFER); local 71 LOG_ALWAYS_FATAL_IF(status != GL_FRAMEBUFFER_COMPLETE, 72 "framebuffer incomplete, status %d, textureId %d, size %dx%d", status,
|
H A D | OpenGLReadback.cpp | 258 GLenum status = GL_NO_ERROR; local 259 while ((status = glGetError()) != GL_NO_ERROR) { 260 ALOGW("glEGLImageTargetTexture2DOES failed (%#x)", status);
|
/frameworks/base/libs/hwui/renderthread/ |
H A D | RenderThread.cpp | 63 status_t status = mDisplayEventReceiver->requestNextVsync(); variable 64 LOG_ALWAYS_FATAL_IF(status != NO_ERROR, "requestNextVsync failed with status: %d", status); 82 ALOGW("Failed to get events from display event receiver, status=%d", status_t(n)); 148 status_t status = receiver->initCheck(); local 149 LOG_ALWAYS_FATAL_IF(status != NO_ERROR, 151 "failed with status: %d", 152 status);
|
/frameworks/base/libs/input/ |
H A D | SpriteController.cpp | 195 status_t status = surface->lock(&outBuffer, NULL); local 196 if (status) { 197 ALOGE("Error %d locking sprite surface before drawing.", status); 221 status = surface->unlockAndPost(); 222 if (status) { 223 ALOGE("Error %d unlocking and posting sprite surface after drawing.", status); 293 status_t status = t.apply(); local 294 if (status) {
|
/frameworks/base/location/java/android/location/ |
H A D | GnssNavigationMessage.java | 92 * The status of GNSS Navigation Message event. 102 * This status will not change in the future. 124 * Returns the latest status of the GNSS Navigation Messages sub-system. 126 public void onStatusChanged(@GnssNavigationMessageStatus int status) {} argument 343 * Sets the status of the navigation message. 352 * Gets a string representation of the 'status'.
|
H A D | GnssStatus.java | 85 * Called periodically to report GNSS satellite status. 86 * @param status the current status of all satellites. 88 public void onSatelliteStatusChanged(GnssStatus status) {} argument
|
H A D | GpsStatus.java | 105 * Event sent periodically to report GPS satellite status. 106 * Call {@link #getSatellites()} to retrieve the status for each satellite. 111 * Used for receiving notifications when GPS status has changed. 117 * Called to report changes in the GPS status. 128 * status information. 203 void setStatus(GnssStatus status, int timeToFirstFix) { argument 205 setStatus(status.mSvCount, status.mSvidWithFlags, status.mCn0DbHz, status [all...] |
/frameworks/base/media/java/android/media/ |
H A D | MediaCas.java | 455 public void onValues(int status, ArrayList<Byte> sessionId) { argument 456 mStatus = status;
|
/frameworks/base/media/java/android/media/audiofx/ |
H A D | Equalizer.java | 380 * @param status status of the set parameter operation. 385 void onParameterChange(Equalizer effect, int status, int param1, int param2, int value); argument 396 public void onParameterChange(AudioEffect effect, int status, byte[] param, byte[] value) { argument 422 l.onParameterChange(Equalizer.this, status, p1, p2, v);
|
H A D | Virtualizer.java | 212 int status = getParameter(paramsConverter.array(), result); 215 + Integer.toHexString(deviceType) + ") returns " + status); 218 if (status >= 0) { 239 } else if (status == AudioEffect.ERROR_BAD_VALUE) { 245 checkStatus(status); 248 Log.e(TAG, "unexpected status code " + status 439 int status = setParameter(PARAM_FORCE_VIRTUALIZATION_MODE, internalDevice); 441 if (status >= 0) { 443 } else if (status 501 onParameterChange(Virtualizer effect, int status, int param, short value) argument 512 onParameterChange(AudioEffect effect, int status, byte[] param, byte[] value) argument [all...] |
/frameworks/base/media/java/android/media/midi/ |
H A D | MidiDeviceServer.java | 69 // for reporting device status 84 * Called to notify when an our device status has changed 86 * @param status the {@link MidiDeviceStatus} for the device 88 public void onDeviceStatusChanged(MidiDeviceServer server, MidiDeviceStatus status); argument 389 MidiDeviceStatus status = new MidiDeviceStatus(mDeviceInfo, mInputPortOpen, 392 mCallback.onDeviceStatusChanged(this, status); 395 mMidiManager.setDeviceStatus(mServer, status);
|
H A D | MidiManager.java | 106 public void onDeviceStatusChanged(MidiDeviceStatus status) { argument 108 final MidiDeviceStatus statusF = status; 115 mCallback.onDeviceStatusChanged(status); 141 * Called to notify when the status of a MIDI device has changed 143 * @param status a {@link MidiDeviceStatus} for the changed device 145 public void onDeviceStatusChanged(MidiDeviceStatus status) { argument
|
/frameworks/base/media/java/android/media/soundtrigger/ |
H A D | SoundTriggerDetector.java | 207 public abstract void onAvailabilityChanged(int status); argument 267 int status = STATUS_OK; 269 status = mSoundTriggerService.startRecognition(new ParcelUuid(mSoundModelId), 275 return status == STATUS_OK; 283 int status = STATUS_OK; 285 status = mSoundTriggerService.stopRecognition(new ParcelUuid(mSoundModelId), 290 return status == STATUS_OK; 334 public void onError(int status) { argument 335 Slog.d(TAG, "onError()" + status);
|
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/ |
H A D | BassBoostTest.java | 202 public void onParameterChange(AudioEffect effect, int status, byte[] param, byte[] value) { argument 206 Log.d(TAG,"onParameterChange, status: "+status+" p: "+p+" v: "+v);
|
H A D | EqualizerTest.java | 337 public void onParameterChange(Equalizer effect, int status, int param1, int param2, int value) { argument 338 Log.d(TAG,"onParameterChange EQ, status: "+status+" p1: "+param1+" p2: "+param2+" v: "+value);
|
H A D | PresetReverbTest.java | 231 public void onParameterChange(PresetReverb effect, int status, int param, short value) { argument 232 Log.d(TAG,"onParameterChange, status: "+status+" p: "+param+" v: "+value);
|