Searched refs:status (Results 176 - 200 of 237) sorted by relevance

12345678910

/frameworks/base/services/java/com/android/server/location/
H A DGpsLocationProvider.java100 /** AGPS status event values. */
180 // current status
183 // time for last status update
744 private void updateStatus(int status, int svCount) { argument
745 if (status != mStatus || svCount != mSvCount) {
746 mStatus = status;
826 if (DEBUG) Log.d(TAG, "GPS status listener died");
1067 // notify status listeners
1108 * called from native code to update our status
1110 private void reportStatus(int status) { argument
1228 reportAGpsStatus(int type, int status) argument
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java181 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { argument
184 public void writeSmsToRuim(int status, String pdu, Message response) { argument
/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/cmds/installd/
H A Dcommands.c529 int status; local
536 got_pid = waitpid(pid, &status, 0);
549 if (WIFEXITED(status) && WEXITSTATUS(status) == 0) {
553 LOGW("DexInv: --- END '%s' --- status=0x%04x, process failed\n",
554 apk_path, status);
555 return status; /* always nonzero */
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DRIL.java1240 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { argument
1241 status = translateStatus(status);
1246 rr.mp.writeInt(status);
1253 + " " + status);
1259 public void writeSmsToRuim(int status, String pdu, Message response) { argument
1260 status = translateStatus(status);
1265 rr.mp.writeInt(status);
1271 + " " + status);
1281 translateStatus(int status) argument
[all...]
/frameworks/base/cmds/servicemanager/
H A Dbinder.c163 int status)
178 if (status) {
182 data.txn.data = &status;
160 binder_send_reply(struct binder_state *bs, struct binder_io *reply, void *buffer_to_free, int status) argument
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerIntegrationTest.java226 int status = cursor.getInt(cursor.getColumnIndex(
232 filename, status);
233 assertEquals(errorString, DownloadManager.STATUS_SUCCESSFUL, status);
521 * Tests the download failure error from an unhandled HTTP status code
532 * Tests the download failure error from an unhandled HTTP status code
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DLockScreen.java98 * The status of this lock screen.
140 * @return Whether the status lines (battery level and / or next alarm) are shown while
478 * Determine the current status of the lock screen given the sim state and other stuff.
507 * Update the layout to match the current status.
509 private void updateLayout(Status status) { argument
511 if (DBG) Log.d(TAG, "updateLayout: status=" + status);
515 switch (status) {
532 // The carrier string shows both sim card status (i.e. No Sim Card) and
533 // carrier's name and/or "Emergency Calls Only" status
[all...]
H A DGlobalActions.java393 v.findViewById(R.id.status).setVisibility(View.GONE);
404 * and status message accordingly.
438 * @param enabledStatusMessageResId The on status message, e.g 'sound disabled'
439 * @param disabledStatusMessageResId The off status message, e.g. 'sound enabled'
472 TextView statusView = (TextView) v.findViewById(R.id.status);
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DSmsMessage.java82 * TP-Status - status of a previously submitted SMS.
86 private int status; field in class:SmsMessage
89 * TP-Status - status of a previously submitted SMS.
184 // First byte is status: RECEIVED_READ, RECEIVED_UNREAD, STORED_SENT,
461 if (Config.LOGD) Log.d(LOG_TAG, "SMS status report requested");
825 return status;
901 status = p.getByte();
/frameworks/base/services/audioflinger/
H A DAudioFlinger.h85 status_t *status);
167 status_t *status,
202 status_t *status);
593 status_t *status);
613 status_t *status);
961 uint32_t status() { function in class:android::AudioFlinger::EffectModule
1018 status_t mStatus; // initialization status
H A DAudioPolicyManagerBase.cpp72 status_t status = handleA2dpConnection(device, device_address); local
73 if (status != NO_ERROR) {
75 return status;
102 status_t status = handleA2dpDisconnection(device, device_address); local
103 if (status != NO_ERROR) {
105 return status;
818 status_t status = NO_ERROR; local
822 status = volStatus;
825 return status;
/frameworks/base/core/jni/
H A Dandroid_bluetooth_BluetoothAudioGateway.cpp175 int status = fcntl(sk, F_SETFL, flags); local
176 if (status < 0) {
/frameworks/base/media/libeffects/visualizer/
H A DEffectVisualizer.cpp357 p->status = 0;
361 p->status = -EINVAL;
/frameworks/base/core/java/android/net/http/
H A DHttpsConnection.java171 // handler with the response status and headers. The event
219 // it is possible to receive informational status
221 // all those status codes are smaller than OK 200
273 req.mEventHandler.status(version.getMajor(),
/frameworks/base/core/java/android/os/storage/
H A DIMountService.java107 * actual status of enabling/disabling USB mass storage via
168 * StorageEventListener for storage related status changes.
465 * processing the media status update request.
805 boolean status = isSecureContainerMounted(id);
807 reply.writeInt((status ? 1 : 0));
884 boolean status = isObbMounted(filename);
886 reply.writeInt((status ? 1 : 0));
926 * processing the media status update request.
1016 * status of enabling/disabling USB mass storage via StorageEventListener.
1044 * for storage related status change
[all...]
/frameworks/base/core/java/android/webkit/
H A DFileLoader.java172 mLoadListener.status(1, 1, 200, "OK");
/frameworks/base/include/media/
H A DEffectApi.h230 // returning the -ENODATA status.
332 // data: status
345 // data: status
371 // data: status
384 // data: status
397 // data: status
423 // data: status
647 // | status | sizeof(int)
665 int32_t status; // Transaction status (unuse member in struct:effect_param_s
[all...]
/frameworks/base/media/libstagefright/include/
H A DAwesomePlayer.h178 void postStreamDoneEvent_l(status_t status);
/frameworks/base/telephony/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java949 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { argument
950 Log.d(LOG_TAG, "Write SMS to SIM with status " + status);
954 public void writeSmsToRuim(int status, String pdu, Message response) { argument
955 Log.d(LOG_TAG, "Write SMS to RUIM with status " + status);
/frameworks/base/test-runner/src/android/test/
H A DAndroidTestRunner.java229 public void testFailed(int status, Test test, Throwable t) { argument
/frameworks/base/test-runner/src/junit/runner/
H A DBaseTestRunner.java73 public abstract void testFailed(int status, Test test, Throwable t); argument
197 * Clears the status message.
/frameworks/base/media/libstagefright/
H A DMPEG4Writer.cpp191 // Track authoring progress status
501 status_t status = (*it)->pause(); local
502 if (status != OK) {
503 err = status;
584 status_t status = (*it)->stop(); local
585 if (err == OK && status != OK) {
586 err = status;
1066 LOGV("Receive request to track progress status for every %lld us", timeUs);
1297 status_t status = mSource->stop();
1298 if (err == OK && status !
[all...]
/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java114 // Locations, status values, and extras for mock providers
263 public boolean callStatusChangedLocked(String provider, int status, Bundle extras) { argument
269 mListener.onStatusChanged(provider, status, extras);
282 statusChanged.putExtra(LocationManager.KEY_STATUS_CHANGED, status);
1507 public void onStatusChanged(String provider, int status, Bundle extras) { argument
1509 (status != LocationProvider.AVAILABLE)) {
1751 // Fetch latest status update time
1754 // Get latest status
1756 int status = p.getStatus(extras);
1760 // Broadcast location or status t
2159 setTestProviderStatus(String provider, int status, Bundle extras, long updateTime) argument
[all...]
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp203 status_t status = session()->getDisplayInfo(0, &dinfo); local
204 if (status)

Completed in 1504 milliseconds

12345678910