Searched defs:status (Results 151 - 175 of 461) sorted by last modified time

1234567891011>>

/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java2520 public void onTimeShiftStatusChanged(int status) { argument
2523 Slog.d(TAG, "onTimeShiftStatusChanged(status=" + status + ")");
2529 mSessionState.client.onTimeShiftStatusChanged(status, mSessionState.seq);
/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_FlpHardwareProvider.cpp119 static void BatchingStatusCallback(int32_t status) { argument
127 status
666 int32_t status,
681 status,
665 GeofenceMonitorStatusCallback( int32_t status, uint32_t source, FlpLocation* lastLocation) argument
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/services/midi/java/com/android/server/midi/
H A DMidiService.java219 public void deviceStatusChanged(Device device, MidiDeviceStatus status) { argument
225 listener.onDeviceStatusChanged(status);
372 public void setDeviceStatus(MidiDeviceStatus status) { argument
373 mDeviceStatus = status;
617 // Inform listener of the status of all known devices.
624 MidiDeviceStatus status = device.getDeviceStatus();
625 if (status != null) {
626 listener.onDeviceStatusChanged(status);
763 public void setDeviceStatus(IMidiDeviceServer server, MidiDeviceStatus status) { argument
770 device.setDeviceStatus(status);
775 notifyDeviceStatusChanged(Device device, MidiDeviceStatus status) argument
[all...]
/frameworks/base/services/print/java/com/android/server/print/
H A DRemotePrintService.java804 public void setStatus(@NonNull PrintJobId printJobId, @Nullable CharSequence status) { argument
809 service.mSpooler.setStatus(printJobId, status);
817 public void setStatusRes(@NonNull PrintJobId printJobId, @StringRes int status, argument
823 service.mSpooler.setStatus(printJobId, status, appPackageName);
H A DRemotePrintSpooler.java305 * Set status of a print job.
308 * @param status The new status
310 public final void setStatus(@NonNull PrintJobId printJobId, @Nullable CharSequence status) { argument
317 getRemoteInstanceLazy().setStatus(printJobId, status);
319 Slog.e(LOG_TAG, "Error setting status.", re);
332 * Set status of a print job.
335 * @param status The new status as a string resource
338 public final void setStatus(@NonNull PrintJobId printJobId, @StringRes int status, argument
771 setPrintJobState(IPrintSpooler target, PrintJobId printJobId, int status, String error) argument
[all...]
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbDeviceManager.java189 UsbPortStatus status = intent.getParcelableExtra(UsbManager.EXTRA_PORT_STATUS);
190 mHandler.updateHostState(port, status);
401 public void updateHostState(UsbPort port, UsbPortStatus status) { argument
402 boolean hostConnected = status.getCurrentDataRole() == UsbPort.DATA_ROLE_HOST;
403 boolean sourcePower = status.getCurrentPowerRole() == UsbPort.POWER_ROLE_SOURCE;
/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.
H A DInCallService.java485 * @param handler A handler which commands and status changes will be delivered to.
642 * @param status Status of the session modify request. Valid values are
651 public abstract void onSessionModifyResponseReceived(int status, argument
H A DRemoteConnection.java125 * Indicates that the VOIP audio status of this {@code RemoteConnection} has changed.
134 * Indicates that the status hints of this {@code RemoteConnection} have changed. See
138 * @param statusHints The new status hints of the {@code RemoteConnection}.
270 * @param status Status of the session modify request.
280 int status,
355 public void receiveSessionModifyResponse(int status, VideoProfile requestedProfile,
360 status,
681 * @param handler A {@code Handler} which command and status changes will be delivered to.
757 * Obtains status hints pertaining to this {@code RemoteConnection}.
278 onSessionModifyResponseReceived( VideoProvider videoProvider, int status, VideoProfile requestedProfile, VideoProfile responseProfile) argument
H A DVideoCallImpl.java69 public void receiveSessionModifyResponse(int status, VideoProfile requestProfile, argument
75 args.arg1 = status;
158 int status = (int) args.arg1;
163 status, requestProfile, responseProfile);
/frameworks/base/telephony/java/android/telephony/
H A DIccOpenLogicalChannelResponse.java33 * Possible status values returned by open channel command.
54 public IccOpenLogicalChannelResponse(int channel, int status, byte[] selectResponse) { argument
56 mStatus = status;
83 * @return the status of the command.
/frameworks/base/telephony/java/com/android/ims/
H A DImsConferenceState.java45 // user > endpoint > status
46 public static final String STATUS = "status";
49 * status-type (String) :
84 * conference-info : SIP status code (integer)
146 * Translates an {@code ImsConferenceState} status type to a telecom connection state.
148 * @param status The status type.
151 public static int getConnectionStateForStatus(String status) { argument
152 if (status.equals(STATUS_PENDING)) {
154 } else if (status
[all...]
/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/ims/internal/uce/presence/
H A DPresCmdStatus.java66 * Gets the status code.
73 * Sets the status code.
76 public void setStatus(StatusCode status) { argument
77 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/test-runner/src/android/test/
H A DAndroidTestRunner.java258 public void testFailed(int status, Test test, Throwable t) { argument
/frameworks/base/test-runner/src/android/test/mock/
H A DMockPackageManager.java956 public boolean updateIntentVerificationStatusAsUser(String packageName, int status, int userId) { 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/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerService.java333 * @param provider - name of provider whose status changed
334 * @param status - new status
335 * @param extras - optional set of extra status messages
337 public void onStatusChanged(String provider, int status, Bundle extras) { argument
339 mTrackerData.writeEntry(provider, "status change: " + status);
/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/
H A DTestSoundTriggerActivity.java240 boolean status = mSoundTriggerUtil.addOrUpdateSoundModel(model);
241 if (status) {
264 boolean status = mSoundTriggerUtil.deleteSoundModel(modelUuid);
265 if (status) {
287 boolean status = mSoundTriggerUtil.addOrUpdateSoundModel(updated);
288 if (status) {
362 public void onAvailabilityChanged(int status) { argument
363 postMessage("Availability changed to: " + status);
/frameworks/base/tests/SoundTriggerTests/src/android/hardware/soundtrigger/stubhal/
H A DGenericSoundModelTest.java188 int status;
191 public ModelInfo(GenericSoundModel model, int status) {
192 this.status = status;
227 if (operation == 0 && modelInfo.status == STATUS_UNLOADED) {
231 modelInfo.status = STATUS_LOADED;
232 } else if (operation == 1 && modelInfo.status == STATUS_LOADED) {
238 modelInfo.status = STATUS_STARTED;
239 } else if (operation == 2 && modelInfo.status == STATUS_STARTED) {
250 } else if (operation == 3 && modelInfo.status
281 onError(int status) argument
[all...]
/frameworks/base/tools/aapt/
H A DPackage.cpp99 status_t status; local
101 status = zip->open(outputFile.string(), ZipFile::kOpenReadWrite | ZipFile::kOpenCreate);
102 if (status != NO_ERROR) {
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);

Completed in 3889 milliseconds

1234567891011>>