Searched refs:status (Results 251 - 275 of 353) sorted by relevance

<<1112131415

/frameworks/base/services/jni/
H A Dcom_android_server_location_GpsLocationProvider.cpp82 static void status_callback(GpsStatus* status) argument
85 env->CallVoidMethod(mCallbacksObj, method_reportStatus, status->status);
174 agps_status->type, agps_status->status, ipaddr);
/frameworks/base/tests/LowStorageTest/src/com/android/lowstoragetest/
H A DLowStorageTest.java126 TextView statusTextView = (TextView) findViewById(R.id.status);
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pService.java1329 P2pStatus status = (P2pStatus) message.obj;
1330 if (status == P2pStatus.NO_COMMON_CHANNEL) {
1344 status = (P2pStatus) message.obj;
1345 if (status == P2pStatus.NO_COMMON_CHANNEL) {
1351 status = (P2pStatus)message.obj;
1352 if (status == P2pStatus.SUCCESS) {
1356 } else if (status == P2pStatus.UNKNOWN_P2P_GROUP) {
1371 } else if (status == P2pStatus.NO_COMMON_CHANNEL) {
1642 // TODO: figure out updating the status to declined when invitation is rejected
1645 P2pStatus status
2318 updateThisDevice(int status) argument
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHealth.java343 * by applications like status bar which would just like to know the state of the
375 * by applications like status bar which would just like to know the state of the
403 * by applications like status bar which would just like to know the state of the
434 int status) {
435 mCallback.onHealthAppConfigurationStatusChange(config, status);
433 onHealthAppConfigurationStatusChange(BluetoothHealthAppConfiguration config, int status) argument
H A DBluetoothHeadset.java589 * can keep the device awake by polling for cellular status updates. As a
843 public void clccResponse(int index, int direction, int status, int mode, boolean mpty, argument
847 mService.clccResponse(index, direction, status, mode, mpty, number, type);
/frameworks/base/media/java/android/media/
H A DMediaRouter.java939 // A predetermined connection status that can override mStatus
1007 * @return The user-friendly status for a media route. This may include a description
1015 * Set this route's status by predetermined status code. If the caller
1244 void setStatusInt(CharSequence status) { argument
1245 if (!status.equals(mStatus)) {
1246 mStatus = status;
1248 mGroup.memberStatusChanged(this, status);
1279 ", status=" + getStatus() +
1323 * Set the current user-visible status fo
1327 setStatus(CharSequence status) argument
1689 memberStatusChanged(RouteInfo info, CharSequence status) argument
[all...]
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DPresetReverbTest.java231 public void onParameterChange(PresetReverb effect, int status, int param, short value) { argument
232 Log.d(TAG,"onParameterChange, status: "+status+" p: "+param+" v: "+value);
/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/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java184 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { argument
187 public void writeSmsToRuim(int status, String pdu, Message response) { argument
/frameworks/wilhelm/src/android/
H A Dandroid_Effect.h130 extern SLresult android_fx_statusToResult(android::status_t status);
/frameworks/base/cmds/installd/
H A Dcommands.c654 int status; local
661 got_pid = waitpid(pid, &status, 0);
674 if (WIFEXITED(status) && WEXITSTATUS(status) == 0) {
678 ALOGW("DexInv: --- END '%s' --- status=0x%04x, process failed\n",
679 apk_path, status);
680 return status; /* always nonzero */
/frameworks/native/libs/gui/
H A DSurfaceTexture.cpp284 status_t status = releaseBufferLocked(mCurrentTexture, dpy, local
286 if (status != NO_ERROR && status != BufferQueue::STALE_BUFFER_SLOT) {
288 strerror(-status), status);
289 err = status;
/frameworks/rs/
H A DrsContext.cpp461 int status; local
468 status = pthread_attr_init(&threadAttr);
469 if (status) {
479 status = pthread_create(&mThreadId, &threadAttr, threadProc, this);
480 if (status) {
505 int status = pthread_join(mThreadId, &res); local
/frameworks/base/libs/androidfw/
H A DInputTransport.cpp816 status_t status = OK; local
817 while (!status && chainIndex-- > 0) {
818 status = sendUnchainedFinishedSignal(chainSeqs[chainIndex], handled);
820 if (status) {
828 return status;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DSmsMessage.java87 * Here, the error class is defined by the bits from 9-8, the status code by the bits from 7-0.
90 private int status; field in class:SmsMessage
236 // First byte is status: RECEIVED_READ, RECEIVED_UNREAD, STORED_SENT,
418 * Returns the status for a previously submitted message.
419 * For not interfering with status codes from GSM, this status code is
423 return (status << 16);
717 // other messages, it would be unclear what the status
721 // indicate successful delivery (status == 0).
726 status
[all...]
/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeAac.cpp167 SLuint32 status; local
168 result = (*caller)->GetPrefetchStatus(caller, &status);
170 printf("prefetch level=%d status=0x%x event=%d\n", level, status, event);
173 && (level == 0) && (status == SL_PREFETCHSTATUS_UNDERFLOW)) {
177 new_prefetch_status = status;
474 /* for prefetch status */
597 /* Get the prefetch status interface which was explicitly requested */
757 // wait for prefetch status callback to indicate either sufficient data or error
/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/java/android/speech/tts/
H A DTextToSpeechService.java135 * @return Code indicating the support status for the locale.
170 * @return Code indicating the support status for the locale.
651 int status = super.playImpl();
652 if (status == TextToSpeech.SUCCESS) {
657 return status;
/frameworks/base/core/java/com/android/internal/app/
H A DMediaRouteChooserDialogFragment.java464 final CharSequence status = info.getStatus();
465 if (TextUtils.isEmpty(status)) {
469 holder.text2.setText(status);
/frameworks/base/libs/hwui/
H A DLayerRenderer.cpp380 bool status = false; local
466 status = true;
484 return status;
/frameworks/base/core/jni/
H A Dandroid_view_GLES20Canvas.cpp182 status_t status = renderer->invokeFunctors(bounds); local
183 if (status != DrawGlInfo::kStatusDone && dirty != NULL) {
187 return status;
709 status_t status = renderer->drawDisplayList(displayList, bounds, flags); local
710 if (status != DrawGlInfo::kStatusDone && dirty != NULL) {
714 return status;
/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java113 public void onObbResult(String filename, int nonce, int status) { argument
123 delegate.sendObbStateChanged(filename, status);
188 * Message sent during an OBB status change event.
534 * not mounted or exception encountered trying to read status
/frameworks/base/core/java/android/view/
H A DGLES20RecordingCanvas.java161 int status = super.drawDisplayList(displayList, dirty, flags);
163 return status;
/frameworks/base/core/java/android/webkit/
H A DAccessibilityInjector.java752 public void onInit(int status) {
754 if (!mShutdown && (status == TextToSpeech.SUCCESS)) {
/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!");

Completed in 6111 milliseconds

<<1112131415