Searched defs:status (Results 426 - 450 of 461) sorted by relevance

<<111213141516171819

/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java326 String status = Environment.getExternalStorageState();
327 if (!status.equals(Environment.MEDIA_MOUNTED)) {
1086 boolean status = true; field in class:PackageManagerTests.SdMountReceiver
1110 status = false;
1121 boolean status = true; field in class:PackageManagerTests.SdUnMountReceiver
1144 status = false;
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp2154 bool status; local
2167 status = fontRenderer.renderPosText(&paintCopy, clip, glyphs, count, x, y,
2170 status = fontRenderer.renderPosText(paint, clip, glyphs, count, x, y,
2174 if ((status || drawOpMode != DrawOpMode::kImmediate) && hasActiveLayer) {
/frameworks/base/media/java/android/media/
H A DMediaRouter.java1312 static void updateWifiDisplayStatus(WifiDisplayStatus status) { argument
1315 if (status.getFeatureState() == WifiDisplayStatus.FEATURE_STATE_ON) {
1316 displays = status.getDisplays();
1317 activeDisplay = status.getActiveDisplay();
1343 route = makeWifiDisplayRoute(d, status);
1349 updateWifiDisplayRoute(route, d, status, disconnected);
1505 // A predetermined connection status that can override mStatus
1649 * @return The user-visible status for a media route. This may include a description
1657 * Set this route's status by predetermined status cod
2015 setStatusInt(CharSequence status) argument
2120 setStatus(CharSequence status) argument
2532 memberStatusChanged(RouteInfo info, CharSequence status) argument
[all...]
/frameworks/base/media/java/android/media/tv/
H A DTvInputManager.java75 * status. Once an application find the input to use, it uses {@link TvView} or
151 * {@link TvView.TvInputCallback#onTimeShiftStatusChanged(String, int)}: Unknown status. Also
152 * the status prior to calling {@code notifyTimeShiftStatusChanged}.
173 * currently available. In this status, the application assumes it can pause/resume playback,
477 * This is called when the time shift status is changed.
480 * @param status The current time shift status. Should be one of the followings.
487 public void onTimeShiftStatusChanged(Session session, int status) { argument
661 void postTimeShiftStatusChanged(final int status) { argument
665 mSessionCallback.onTimeShiftStatusChanged(mSession, status);
[all...]
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiControlService.java1067 Slog.w(TAG, "No mhl device exists for device status event[portId:"
1773 void invokeDeviceEventListeners(HdmiDeviceInfo device, int status) { argument
1777 record.mListener.onStatusChanged(device, status);
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp157 status_t status = android_view_PointerIcon_loadSystemIcon(env, local
159 if (!status) {
1052 status_t status = android_view_PointerIcon_load(env, pointerIconObj.get(), local
1054 if (!status && !pointerIcon.isNullIcon()) {
1231 status_t status = im->registerInputChannel( local
1233 if (status) {
1235 message.appendFormat("Failed to register input channel. status=%d", status);
1259 status_t status = im->unregisterInputChannel(env, inputChannel); local
1260 if (status
1281 status_t status = android_view_KeyEvent_toNative(env, inputEventObj, & keyEvent); local
[all...]
H A Dcom_android_server_location_GnssLocationProvider.cpp122 static void status_callback(GpsStatus* status) argument
125 env->CallVoidMethod(mCallbacksObj, method_reportStatus, status->status);
398 agps_status->status, byteArray);
482 static void gps_geofence_status_callback(int32_t status, GpsLocation* location) argument
504 env->CallVoidMethod(mCallbacksObj, method_reportGeofenceStatus, status,
509 static void gps_geofence_add_callback(int32_t geofence_id, int32_t status) argument
512 if (status != GPS_GEOFENCE_OPERATION_SUCCESS) {
513 ALOGE("Error in geofence_add_callback: %d\n", status);
515 env->CallVoidMethod(mCallbacksObj, method_reportGeofenceAddStatus, geofence_id, status);
519 gps_geofence_remove_callback(int32_t geofence_id, int32_t status) argument
529 gps_geofence_resume_callback(int32_t geofence_id, int32_t status) argument
539 gps_geofence_pause_callback(int32_t geofence_id, int32_t status) argument
[all...]
/frameworks/base/telecomm/java/android/telecom/
H A DConnection.java1028 * @param status Status of the session modify request. Valid values are
1038 public void receiveSessionModifyResponse(int status, argument
1043 callback.receiveSessionModifyResponse(status, requestedProfile,
1380 * @return The status hints for this connection.
1749 * Sets the label and icon status to display in the in-call UI.
1751 * @param statusHints The status label and icon to set.
/frameworks/base/tools/aapt/
H A DResource.cpp349 status_t status = preProcessImage(mBundle, mAssets, mFile, NULL); local
350 if (status) {
374 status_t status = wq.schedule(w); local
375 if (status) {
376 fprintf(stderr, "preProcessImages failed: schedule() returned %d\n", status);
382 status_t status = wq.finish(); local
383 if (status) {
384 fprintf(stderr, "preProcessImages failed: finish() returned %d\n", status);
H A DResourceTable.cpp2401 status_t status = addEntry(mCurrentXmlPos, package, type, name, value, NULL, NULL, true); local
2402 if (status == NO_ERROR) {
/frameworks/native/cmds/installd/
H A Dcommands.cpp345 << ": status " << rc;
391 LOG(ERROR) << "Failed copying " << from << " to " << to << " with status " << rc;
404 LOG(ERROR) << "Failed copying " << from << " to " << to << " with status " << rc;
1551 ALOGE("DexInv: --- END '%s' --- status=0x%04x, process failed\n", input_file, res);
1797 int status = wait_child(pid); local
1798 if (status != 0) {
1799 ALOGE("idmap failed, status=0x%04x\n", status);
/frameworks/opt/net/wifi/service/jni/
H A Dcom_android_server_wifi_WifiNative.cpp1144 helper.setIntField( rttResult, "status", result->status);
1313 bool status = hal_fn.wifi_rtt_get_responder_info(handle, &responder_info_hint); local
1314 if (status != WIFI_SUCCESS) {
1332 bool status = hal_fn.wifi_enable_responder(id, handle, channel, timeout_seconds, local
1334 if (status != WIFI_SUCCESS) {
1551 static void on_tdls_state_changed(mac_addr addr, wifi_tdls_status status) { argument
1563 mac_address.get(), status.state, status.reason);
1575 wifi_tdls_status status; local
1710 wifi_ring_buffer_status *status = local
1759 on_ring_buffer_data(char *ring_name, char *buffer, int buffer_size, wifi_ring_buffer_status *status) argument
[all...]
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp328 // Track authoring progress status
829 status_t status = (*it)->pause(); local
830 if (status != OK) {
831 err = status;
936 status_t status = (*it)->stop(); local
937 if (err == OK && status != OK) {
938 err = status;
1645 ALOGV("Receive request to track progress status for every %" PRId64 " us", timeUs);
2774 ALOGV("Fire time tracking progress status at %" PRId64 " us", timeUs);
2800 // Send progress status
[all...]
H A DACodec.cpp65 // there is no corresponding MediaError status code.
4472 ALOGV("[%s] Buffer %u on port %u still has status %d",
5594 BufferInfo::Status status = BufferInfo::getSafeStatus(info); local
5595 if (status != BufferInfo::OWNED_BY_COMPONENT) {
5596 ALOGE("Wrong ownership in EBD: %s(%d) buffer #%u", _asString(status), status, bufferID);
5693 BufferInfo::Status status = BufferInfo::getSafeStatus(info); local
5694 if (status != BufferInfo::OWNED_BY_UPSTREAM) {
5695 ALOGE("Wrong ownership in IBF: %s(%d) buffer #%u", _asString(status), status, bufferI
5960 BufferInfo::Status status = BufferInfo::getSafeStatus(info); local
6119 BufferInfo::Status status = BufferInfo::getSafeStatus(info); local
[all...]
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp121 "checkOutputsForDevice() returned no outputs but status OK");
322 status_t status; local
387 status = mpClientInterface->createAudioPatch(&patch, &afPatchHandle, 0);
388 ALOGW_IF(status != NO_ERROR, "updateCallRouting() error %d creating RX audio patch",
389 status);
390 if (status == NO_ERROR) {
446 status = mpClientInterface->createAudioPatch(&patch, &afPatchHandle, 0);
447 ALOGW_IF(status != NO_ERROR, "setPhoneState() error %d creating TX audio patch",
448 status);
449 if (status
779 status_t status; local
1112 status_t status = startSource(outputDesc, stream, newDevice, address, &delayMs); local
1553 status_t status = mpClientInterface->openInput(profile->getModuleHandle(), local
1796 status_t status = mpClientInterface->releaseAudioPatch(patchDesc->mAfPatchHandle, 0); local
1862 status_t status = NO_ERROR; local
2636 status_t status = mpClientInterface->createAudioPatch(&newPatch, local
2710 status_t status = mpClientInterface->releaseAudioPatch(patchDesc->mAfPatchHandle, 0); local
2787 status_t status = audioPortConfig->applyAudioPortConfig(config, &backupConfig); local
2941 status_t status = connectAudioSource(sourceDesc); local
2997 status_t status = mpClientInterface->createAudioPatch(patch, local
3034 status_t status = disconnectAudioSource(sourceDesc); local
3187 status_t status = mEngine->initCheck(); local
3243 status_t status = mpClientInterface->openOutput(outProfile->getModuleHandle(), local
3315 status_t status = mpClientInterface->openInput(inProfile->getModuleHandle(), local
3533 status_t status = mpClientInterface->openOutput(moduleHandle, local
3705 status_t status = mpClientInterface->openOutput(profile->getModuleHandle(), local
3943 status_t status = mpClientInterface->openInput(profile->getModuleHandle(), local
4067 status_t status = mpClientInterface->releaseAudioPatch(patchDesc->mAfPatchHandle, 0); local
4096 status_t status = mpClientInterface->releaseAudioPatch(patchDesc->mAfPatchHandle, 0); local
4681 status_t status = mpClientInterface->createAudioPatch(&patch, local
4739 status_t status = mpClientInterface->releaseAudioPatch(patchDesc->mAfPatchHandle, delayMs); local
4753 status_t status = NO_ERROR; local
4786 status_t status = mpClientInterface->createAudioPatch(&patch, local
4825 status_t status = mpClientInterface->releaseAudioPatch(patchDesc->mAfPatchHandle, 0); local
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DMountService.java860 // emulation status.
1180 final int status = Integer.parseInt(cooked[1]);
1181 onMoveStatusLocked(status);
1399 private void onMoveStatusLocked(int status) { argument
1401 Slog.w(TAG, "Odd, status but no move requested");
1407 mMoveCallback.onStatusChanged(-1, status, -1);
1413 if (status == MOVE_STATUS_COPY_FINISHED) {
1420 if (PackageManager.isMoveStatusFinished(status)) {
1421 Slog.d(TAG, "Move to " + mMoveTargetUuid + " finished with status " + status);
3387 sendNewStatusOrIgnore(int status) argument
[all...]
/frameworks/base/services/core/java/com/android/server/location/
H A DGnssLocationProvider.java132 /** AGPS status event values. */
268 // current status
271 // time for last status update
864 "releaseSuplConnection, state=%s, status=%s",
884 Log.e(TAG, "Invalid status to release SUPL connection: " + agpsDataConnStatus);
1151 private void updateStatus(int status, int svCount) { argument
1152 if (status != mStatus || svCount != mSvCount) {
1153 mStatus = status;
1499 // notify status listeners
1529 * called from native code to update our status
1531 reportStatus(int status) argument
1612 reportAGpsStatus(int type, int status, byte[] ipaddr) argument
1762 getGeofenceStatus(int status) argument
1812 reportGeofenceStatus(int status, int flags, double latitude, double longitude, double altitude, float speed, float bearing, float accuracy, long timestamp) argument
1841 reportGeofenceAddStatus(int geofenceId, int status) argument
1851 reportGeofenceRemoveStatus(int geofenceId, int status) argument
1861 reportGeofencePauseStatus(int geofenceId, int status) argument
1871 reportGeofenceResumeStatus(int geofenceId, int status) argument
2202 onStatusChanged(String provider, int status, Bundle extras) argument
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DSettings.java457 void setInstallStatus(String pkgName, final int status) { argument
460 if(p.getInstallStatus() != status) {
461 p.setInstallStatus(status);
1277 boolean updateIntentFilterVerificationStatusLPw(String packageName, final int status, int userId) { argument
1278 // Update the status for the current package
1288 if (status == INTENT_FILTER_DOMAIN_VERIFICATION_STATUS_ALWAYS) {
1295 current.setDomainVerificationStatusForUser(status, alwaysGeneration, userId);
1531 + " status=" + ivi.getStatusString());
1875 + " status=" + ivi.getStatusString());
1881 + " status
[all...]
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp1046 if (connection->status == Connection::STATUS_NORMAL) {
1680 if (connection->status != Connection::STATUS_NORMAL) {
1812 // Skip this event if the connection status is not normal.
1814 if (connection->status != Connection::STATUS_NORMAL) {
1816 ALOGD("channel '%s' ~ Dropping event because the channel status is %s",
1970 while (connection->status == Connection::STATUS_NORMAL
1976 status_t status; local
1983 status = connection->inputPublisher.publishKeyEvent(dispatchEntry->seq,
2027 status = connection->inputPublisher.publishMotionEvent(dispatchEntry->seq,
2045 if (status) {
2160 status_t status; local
3383 status_t status = unregisterInputChannelLocked(inputChannel, false /*notify*/); local
[all...]
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp1467 int status = state.surface->query( local
1469 ALOGE_IF(status != NO_ERROR,
1470 "Unable to query width (%d)", status);
1472 status = state.surface->query(
1474 ALOGE_IF(status != NO_ERROR,
1475 "Unable to query height (%d)", status);
1477 status = state.surface->query(
1479 ALOGE_IF(status != NO_ERROR,
1480 "Unable to query format (%d)", status);
H A DSurfaceFlinger_hwc1.cpp1480 int status = state.surface->query( local
1482 ALOGE_IF(status != NO_ERROR,
1483 "Unable to query width (%d)", status);
1485 status = state.surface->query(
1487 ALOGE_IF(status != NO_ERROR,
1488 "Unable to query height (%d)", status);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java183 * Fires on any change in ICC status
206 * Handlers for subscription status change indications.
208 * @param h Handler for subscription status change messages.
260 * AsyncResult.result is a String containing the status report PDU
287 * ((String[])(AsyncResult.result))[0] contains status code
542 * Fires on any CDMA OTA provision status change
1143 * @param status status of message on SIM. One of:
1153 void writeSmsToSim(int status, String smsc, String pdu, Message response); argument
1155 void writeSmsToRuim(int status, Strin argument
[all...]
H A DRIL.java1573 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { argument
1574 status = translateStatus(status);
1579 rr.mParcel.writeInt(status);
1585 + " " + status);
1591 public void writeSmsToRuim(int status, String pdu, Message response) { argument
1592 status = translateStatus(status);
1597 rr.mParcel.writeInt(status);
1602 + " " + status);
1611 translateStatus(int status) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1065 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { argument
1066 Rlog.d(LOG_TAG, "Write SMS to SIM with status " + status);
1071 public void writeSmsToRuim(int status, String pdu, Message response) { argument
1072 Rlog.d(LOG_TAG, "Write SMS to RUIM with status " + status);
1098 mDcResponse.status = 0;
H A DSimulatedCommandsVerifier.java846 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { argument
851 public void writeSmsToRuim(int status, String pdu, Message response) { argument

Completed in 619 milliseconds

<<111213141516171819