Searched defs:status (Results 251 - 275 of 380) sorted by relevance

<<111213141516

/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp236 status_t status = SurfaceComposerClient::getDisplayInfo(dtoken, &dinfo); local
237 if (status)
/frameworks/base/cmds/pm/src/com/android/commands/pm/
H A DPm.java756 public void onPackageInstalled(String name, int status, String msg, Bundle extras) { argument
759 result = status;
760 if (status == PackageManager.INSTALL_FAILED_DUPLICATE_PERMISSION) {
1117 final int status = result.getIntExtra(PackageInstaller.EXTRA_STATUS,
1119 if (status == PackageInstaller.STATUS_SUCCESS) {
1337 final int status = result.getIntExtra(PackageInstaller.EXTRA_STATUS,
1339 if (status == PackageInstaller.STATUS_SUCCESS) {
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnectionPool.java365 AcquiredConnectionStatus status = mAcquiredConnections.remove(connection);
366 if (status == null) {
375 if (recycleConnectionLocked(connection, status)) {
383 if (recycleConnectionLocked(connection, status)) {
393 AcquiredConnectionStatus status) {
394 if (status == AcquiredConnectionStatus.RECONFIGURE) {
400 status = AcquiredConnectionStatus.DISCARD;
403 if (status == AcquiredConnectionStatus.DISCARD) {
571 private void markAcquiredConnectionsLocked(AcquiredConnectionStatus status) { argument
578 if (status !
392 recycleConnectionLocked(SQLiteConnection connection, AcquiredConnectionStatus status) argument
[all...]
/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareImpl.java466 * Used to report Monitor status changes.
485 * Internal generic status report function for Geofence operations.
489 * @param operationStatus The status of the operation as defined in GeofenceHardware class. This
490 * status is independent of the statuses reported by different HALs.
501 * Used to report the status of a Geofence Add operation.
503 public void reportGeofenceAddStatus(int geofenceId, int status) { argument
504 if(DEBUG) Log.d(TAG, "AddCallback| id:" + geofenceId + ", status:" + status);
505 reportGeofenceOperationStatus(ADD_GEOFENCE_CALLBACK, geofenceId, status);
509 * Used to report the status o
511 reportGeofenceRemoveStatus(int geofenceId, int status) argument
519 reportGeofencePauseStatus(int geofenceId, int status) argument
527 reportGeofenceResumeStatus(int geofenceId, int status) argument
[all...]
/frameworks/base/core/java/android/hardware/soundtrigger/
H A DSoundTrigger.java485 /** Recognition status e.g {@link #RECOGNITION_STATUS_SUCCESS} */
486 public final int status; field in class:SoundTrigger.RecognitionEvent
508 public RecognitionEvent(int status, int soundModelHandle, boolean captureAvailable, argument
511 this.status = status;
534 int status = in.readInt();
553 return new RecognitionEvent(status, soundModelHandle, captureAvailable, captureSession,
564 dest.writeInt(status);
598 result = prime * result + status;
623 if (status !
906 KeyphraseRecognitionEvent(int status, int soundModelHandle, boolean captureAvailable, int captureSession, int captureDelayMs, int capturePreambleMs, boolean triggerInData, AudioFormat captureFormat, byte[] data, KeyphraseRecognitionExtra[] keyphraseExtras) argument
1032 public final int status; field in class:SoundTrigger.SoundModelEvent
1038 SoundModelEvent(int status, int soundModelHandle, byte[] data) argument
[all...]
/frameworks/base/core/java/android/os/
H A DParcelFileDescriptor.java60 * Optional socket used to communicate close events, status at close, and
72 * Maximum {@link #mStatusBuf} size; longer status messages will be
238 // Kick off thread to watch for status updates
636 private void closeWithStatus(int status, String msg) { argument
641 writeCommStatusAndClose(status, msg);
661 private void writeCommStatusAndClose(int status, String msg) { argument
663 // Not reliable, or someone already sent status
670 if (status == Status.DETACHED) {
675 if (status == Status.SILENCE) return;
677 // Since we're about to close, read off any remote status
975 public final int status; field in class:ParcelFileDescriptor.Status
978 Status(int status) argument
982 Status(int status, String msg) argument
[all...]
/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java116 public void onObbResult(String filename, int nonce, int status) { argument
126 delegate.sendObbStateChanged(filename, status);
191 * Message sent during an OBB status change event.
537 * not mounted or exception encountered trying to read status
/frameworks/base/core/java/android/provider/
H A DDownloads.java208 * The name of the column containing the current status of the download.
214 public static final String COLUMN_STATUS = "status";
218 * status changed in the download. Stored as a System.currentTimeMillis()
511 * Returns whether the status is informational (i.e. 1xx).
513 public static boolean isStatusInformational(int status) { argument
514 return (status >= 100 && status < 200);
518 * Returns whether the status is a success (i.e. 2xx).
520 public static boolean isStatusSuccess(int status) { argument
521 return (status >
527 isStatusError(int status) argument
534 isStatusClientError(int status) argument
541 isStatusServerError(int status) argument
560 isStatusCompleted(int status) argument
724 statusToString(int status) argument
[all...]
/frameworks/base/core/java/android/service/voice/
H A DAlwaysOnHotwordDetector.java296 public abstract void onAvailabilityChanged(int status); argument
632 public void onError(int status) { argument
633 Slog.i(TAG, "onError: " + status);
712 * @return The initial availability without checking the enrollment status.
/frameworks/base/core/jni/
H A Dandroid_media_AudioRecord.cpp231 const status_t status = lpRecorder->set(paa->source, local
245 if (status != NO_ERROR) {
246 ALOGE("Error creating AudioRecord instance: initialization check failed with status %d.",
247 status);
H A Dcom_android_internal_content_NativeLibraryHelper.cpp434 int status = NO_NATIVE_LIBRARIES; local
439 if (status == NO_NATIVE_LIBRARIES) {
440 status = INSTALL_FAILED_NO_MATCHING_ABIS;
453 if (((i < status) && (status >= 0)) || (status < 0) ) {
454 status = i;
464 return status;
H A Dcom_android_internal_os_Zygote.cpp81 int status; local
83 while ((pid = waitpid(-1, &status, WNOHANG)) > 0) {
84 // Log process-death status that we care about. In general it is
91 if (WIFEXITED(status)) {
92 if (WEXITSTATUS(status)) {
93 ALOGI("Process %d exited cleanly (%d)", pid, WEXITSTATUS(status));
95 } else if (WIFSIGNALED(status)) {
96 if (WTERMSIG(status) != SIGKILL) {
97 ALOGI("Process %d exited due to signal (%d)", pid, WTERMSIG(status));
99 if (WCOREDUMP(status)) {
621 int status; local
[all...]
/frameworks/base/libs/hwui/
H A DDeferredDisplayList.cpp98 status_t status = DrawGlInfo::kStatusDone; local
109 status |= op->applyDraw(renderer, dirty);
121 return status;
292 status_t status = op->multiDraw(renderer, dirty, mOps, mBounds); local
298 return status;
653 status_t status = DrawGlInfo::kStatusDone; local
657 status |= batchList[i]->replay(renderer, dirty, i);
661 return status;
668 status_t status = DrawGlInfo::kStatusDone; local
670 if (isEmpty()) return status; // nothin
[all...]
/frameworks/base/media/jni/audioeffect/
H A Dandroid_media_AudioEffect.cpp561 lStatus = p->status;
623 lStatus = p->status;
809 status_t status = AudioEffect::queryDefaultPreProcessing(audioSession, local
812 if (status != NO_ERROR || numEffects == 0) {
H A Dandroid_media_Visualizer.cpp590 jint status = translateError(lpVisualizer->getWaveForm((uint8_t *)nWaveform)); local
593 return status;
608 jint status = translateError(lpVisualizer->getFft((uint8_t *)nFft)); local
612 return status;
623 jint status = translateError( local
626 if (status == VISUALIZER_SUCCESS) {
631 return status;
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
H A DScoAudioTest.java511 public void onInit(int status) { argument
512 // status can be either TextToSpeech.SUCCESS or TextToSpeech.ERROR.
514 if (status != TextToSpeech.SUCCESS) {
/frameworks/base/services/core/java/com/android/server/location/
H A DFlpHardwareProvider.java63 // FlpHal monitor status codes, they must be equal to the ones in fused_location.h
160 private void onGeofenceMonitorStatus(int status, int source, Location location) { argument
168 switch (status) {
176 Log.e(TAG, "Invalid FlpHal Geofence monitor status: " + status);
399 public void onStatusChanged(String provider, int status, Bundle extras) { } argument
/frameworks/base/services/print/java/com/android/server/print/
H A DRemotePrintSpooler.java520 int status, String error) throws RemoteException, TimeoutException {
522 target.setPrintJobState(printJobId, status, error, mCallback, sequence);
519 setPrintJobState(IPrintSpooler target, PrintJobId printJobId, int status, String error) argument
/frameworks/base/tests/CoreTests/android/core/
H A DTestEventHandler.java66 /* Expected status codes */
150 * Implements the EventHandler status method called when a server status
154 * @param code The status code
157 public void status(int major_version, int minor_version, method in class:TestEventHandler
160 Log.v(LOGTAG, "TestEventHandler:status() major: " + major_version +
/frameworks/base/wifi/java/android/net/wifi/
H A DRttManager.java173 /** status of the request */
174 public int status; field in class:RttManager.RttResult
231 dest.writeInt(result.status);
264 results[i].status = in.readInt();
/frameworks/native/cmds/dumpstate/
H A Dutils.c349 int status; local
350 pid_t p = waitpid(pid, &status, WNOHANG);
353 if (WIFSIGNALED(status)) {
354 printf("*** %s: Killed by signal %d\n", command, WTERMSIG(status));
355 } else if (WIFEXITED(status) && WEXITSTATUS(status) > 0) {
356 printf("*** %s: Exit code %d\n", command, WEXITSTATUS(status));
359 return status;
/frameworks/native/libs/gui/
H A DBufferQueueProducer.cpp285 status_t status = waitForFreeSlotThenRelock("dequeueBuffer", async, local
287 if (status != NO_ERROR) {
288 return status;
486 status_t status = waitForFreeSlotThenRelock("attachBuffer(P)", false, local
488 if (status != NO_ERROR) {
489 return status;
797 int status = NO_ERROR; local
811 status = listener->asBinder()->linkToDeath(
813 if (status != NO_ERROR) {
815 strerror(-status), statu
837 int status = NO_ERROR; local
[all...]
/frameworks/native/libs/input/
H A DInput.cpp459 status_t status = mSamplePointerCoords.editTop().readFromParcel(parcel); local
460 if (status) {
461 return status;
498 status_t status = (pc++)->writeToParcel(parcel); local
499 if (status) {
500 return status;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccSmsInterfaceManager.java186 * @param status new message status (STATUS_ON_ICC_READ,
195 updateMessageOnIccEf(String callingPackage, int index, int status, byte[] pdu) { argument
197 " status=" + status + " ==> " +
208 if (status == STATUS_ON_ICC_FREE) {
225 byte[] record = makeSmsRecordData(status, pdu);
243 * @param status message status (STATUS_ON_ICC_READ, STATUS_ON_ICC_UNREAD,
248 public boolean copyMessageToIccEf(String callingPackage, int status, byt argument
548 makeSmsRecordData(int status, byte[] pdu) argument
[all...]
H A DProxyController.java90 // record each phone's set radio capability status
267 logd("setRadioCapability: phoneId=" + phoneId + " status=STARTING");
336 logd("onStartRadioCapabilityResponse: phoneId=" + id + " status=FAIL");
339 logd("onStartRadioCapabilityResponse: phoneId=" + id + " status=STARTED");
362 logd("onStartRadioCapabilityResponse: phoneId=" + i + " status=APPLYING");
386 logd("onApplyRadioCapabilityResponse: phoneId=" + id + " status=FAIL");
417 logd("onNotificationRadioCapabilityChanged: phoneId=" + id + " status=FAIL");
420 logd("onNotificationRadioCapabilityChanged: phoneId=" + id + " status=SUCCESS");
431 int status;
433 status
463 issueFinish(int status, int sessionId) argument
550 sendRadioCapabilityRequest(int phoneId, int sessionId, int rcPhase, int radioFamily, String logicalModemId, int status, int eventId) argument
[all...]

Completed in 5483 milliseconds

<<111213141516