Searched refs:status (Results 276 - 300 of 352) sorted by relevance

<<1112131415

/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
H A DDownloadManagerBaseTest.java93 int status = cursor.getInt(cursor.getColumnIndex(
95 Log.i(LOG_TAG, "Download status is: " + status);
97 fail("No status found for completed download!");
/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java493 public boolean callStatusChangedLocked(String provider, int status, Bundle extras) { argument
499 mListener.onStatusChanged(provider, status, extras);
510 statusChanged.putExtra(LocationManager.KEY_STATUS_CHANGED, status);
1620 // Fetch latest status update time
1623 // Get latest status
1625 int status = p.getStatus(extras);
1630 // Broadcast location or status to all listeners
1676 (prevStatusUpdateTime != 0 || status != LocationProvider.AVAILABLE)) {
1679 if (!receiver.callStatusChangedLocked(provider, status, extras)) {
1973 public void setTestProviderStatus(String provider, int status, Bundl argument
[all...]
H A DTwilightService.java554 public void onStatusChanged(String provider, int status, Bundle extras) {
569 public void onStatusChanged(String provider, int status, Bundle extras) {
/frameworks/base/services/java/com/android/server/am/
H A DBatteryStatsService.java431 public void setBatteryState(int status, int health, int plugType, int level, argument
434 mStats.setBatteryState(status, health, plugType, level, temp, volt);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java45 private int mExpectingSendEnvelopeResponseSw1; // SW1/SW2 response status
46 private int mExpectingSendEnvelopeResponseSw2; // SW1/SW2 response status
80 * @param sw1 simulated SW1 status to return
81 * @param sw2 simulated SW2 status to return
365 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { argument
369 public void writeSmsToRuim(int status, String pdu, Message response) { argument
/frameworks/rs/
H A DrsFileA3D.cpp353 int status = fclose(writeHandle); local
355 if (status != 0) {
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DEqualizerTest.java337 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);
/frameworks/av/libvideoeditor/lvpp/
H A DPreviewPlayer.h271 void postStreamDoneEvent_l(status_t status);
/frameworks/av/media/libmedia/
H A DSoundPool.cpp552 status_t status; local
618 status = newTrack->initCheck();
619 if (status != NO_ERROR) {
648 if (status != NO_ERROR) {
/frameworks/base/core/java/android/net/http/
H A DHttpsConnection.java171 // handler with the response status and headers. The event
222 // it is possible to receive informational status
224 // all those status codes are smaller than OK 200
276 req.mEventHandler.status(version.getMajor(),
/frameworks/base/core/jni/android/graphics/
H A DBitmap.cpp417 android::status_t status = p->readBlob(size, &blob); local
418 if (status) {
466 android::status_t status = p->writeBlob(size, &blob); local
467 if (status) {
/frameworks/base/core/jni/
H A Dandroid_view_MotionEvent.cpp695 status_t status = event->readFromParcel(parcel); local
696 if (status) {
711 status_t status = event->writeToParcel(parcel); local
712 if (status) {
/frameworks/base/drm/jni/
H A Dandroid_drm_DrmManagerClient.cpp679 jobject status = GetConvertedStatus(env, pDrmConvertedStatus); local
685 return status;
695 jobject status = GetConvertedStatus(env, pDrmConvertedStatus); local
698 return status;
/frameworks/base/test-runner/src/android/test/
H A DAndroidTestRunner.java250 public void testFailed(int status, Test test, Throwable t) { argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java954 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { argument
955 Log.d(LOG_TAG, "Write SMS to SIM with status " + status);
959 public void writeSmsToRuim(int status, String pdu, Message response) { argument
960 Log.d(LOG_TAG, "Write SMS to RUIM with status " + status);
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
H A DFusionEngine.java269 public void onStatusChanged(String provider, int status, Bundle extras) { } argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQuickSettingsModel.java545 public void onWifiDisplayStateChanged(WifiDisplayStatus status) { argument
547 (status.getFeatureState() == WifiDisplayStatus.FEATURE_STATE_ON);
548 if (status.getActiveDisplay() != null) {
549 mWifiDisplayState.label = status.getActiveDisplay().getFriendlyDisplayName();
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DEnableAccessibilityController.java105 public void onInit(int status) {
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h101 status_t *status);
113 status_t *status);
201 status_t *status,
592 status_t *status);
861 // The lack of mutex or barrier is safe because the mute status is only used by itself.
1086 status_t *status);
1208 // mixer status returned by prepareTracks_l()
1506 status_t *status);
1644 uint32_t status() {
1710 status_t mStatus; // initialization status
[all...]
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp279 // Track authoring progress status
644 status_t status = (*it)->pause(); local
645 if (status != OK) {
646 err = status;
749 status_t status = (*it)->stop(); local
750 if (err == OK && status != OK) {
751 err = status;
1417 ALOGV("Receive request to track progress status for every %lld us", timeUs);
1682 status_t status = mSource->stop(); local
1683 if (err == OK && status !
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java1281 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { argument
1282 status = translateStatus(status);
1287 rr.mp.writeInt(status);
1294 + " " + status);
1300 public void writeSmsToRuim(int status, String pdu, Message response) { argument
1301 status = translateStatus(status);
1306 rr.mp.writeInt(status);
1312 + " " + status);
1322 translateStatus(int status) argument
[all...]
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp223 status_t status = SurfaceComposerClient::getDisplayInfo(dtoken, &dinfo); local
224 if (status)
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DConnectivityManagerTestActivity.java536 int status = p.waitFor();
537 if (status == 0) {
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
H A DConnectionUtil.java730 int status = p.waitFor();
731 if (status == 0) {
/frameworks/base/tools/aapt/
H A DResource.cpp318 status_t status = preProcessImage(mBundle, mAssets, mFile, NULL); local
319 if (status) {
343 status_t status = wq.schedule(w); local
344 if (status) {
345 fprintf(stderr, "preProcessImages failed: schedule() returned %d\n", status);
351 status_t status = wq.finish(); local
352 if (status) {
353 fprintf(stderr, "preProcessImages failed: finish() returned %d\n", status);

Completed in 1296 milliseconds

<<1112131415