Searched refs:status (Results 376 - 400 of 425) sorted by relevance

<<11121314151617

/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.
468 * processing the media status update request.
1016 boolean status = isSecureContainerMounted(id);
1018 reply.writeInt((status ? 1 : 0));
1094 boolean status = isObbMounted(filename);
1096 reply.writeInt((status ? 1 : 0));
1212 * processing the media status update request.
1302 * status of enabling/disabling USB mass storage via StorageEventListener.
1330 * for storage related status change
[all...]
/frameworks/base/core/jni/
H A Dandroid_hardware_SensorManager.cpp172 buffer[i].vector.status,
H A Dandroid_media_AudioTrack.cpp753 status_t status = lpTrack->getTimestamp(timestamp); local
754 if (status == OK) {
764 return (jint) android_media_translateErrorCode(status);
/frameworks/base/media/java/android/media/
H A DSoundPool.java378 * @param status the status of the load operation (0 = success)
380 public void onLoadComplete(SoundPool soundPool, int sampleId, int status); argument
/frameworks/base/services/java/com/android/server/location/
H A DGeofenceManager.java399 public void onStatusChanged(String provider, int status, Bundle extras) { } argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcController.java227 DcFailCause failCause = DcFailCause.fromInt(newState.status);
H A DDataConnection.java410 response.status = mDcTesterFailBringUpAll.getDcFailBringUp().mFailCause.getErrorCode();
666 result.mFailCause = DcFailCause.fromInt(response.status);
668 } else if (response.status != 0) {
670 result.mFailCause = DcFailCause.fromInt(response.status);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1009 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { argument
1010 Rlog.d(LOG_TAG, "Write SMS to SIM with status " + status);
1015 public void writeSmsToRuim(int status, String pdu, Message response) { argument
1016 Rlog.d(LOG_TAG, "Write SMS to RUIM with status " + status);
/frameworks/av/camera/tests/
H A DProCameraTests.cpp81 void onStatusChanged(Status status, int32_t cameraId) { argument
82 dout << "On status changed: 0x" << std::hex
83 << (unsigned int) status << " cameraId " << cameraId
88 mLatestStatus = status;
615 // we immediately get a callback to the current status
653 dout << "Unknown status change "
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Drate_control.cpp796 AVCEnc_Status status = AVCENC_SUCCESS; local
837 status = AVCENC_SKIPPED_PICTURE;
843 return status;
/frameworks/av/services/audioflinger/
H A DThreads.h159 status_t *status);
424 status_t *status);
562 // mixer status returned by prepareTracks_l()
878 status_t *status);
/frameworks/ex/variablespeed/jni/
H A Dvariablespeed.cc792 SLuint32 status; local
794 OpenSL(caller, GetPrefetchStatus, &status);
797 (status == SL_PREFETCHSTATUS_UNDERFLOW)) {
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java318 String status = Environment.getExternalStorageState();
319 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/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmMmiCode.java1207 if (info.status == 1) {
1215 } else if (info.status == 0 && isEmptyOrNull(info.number)) {
1218 } else { /* (info.status == 0) && !isEmptyOrNull(info.number) */
1243 boolean cffEnabled = (info.status == 1);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h359 status_t status);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s57 ; * OMX_Sts_Err - status error
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s57 ; * OMX_Sts_Err - status error
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp163 /** Start up status tracker thread */
167 SET_ERR_L("Unable to start status tracking thread: %s (%d)",
306 const char *status = local
314 lines.appendFormat(" Device status: %s\n", status);
398 SET_ERR_L("Unexpected status: %d", mStatus);
441 SET_ERR_L("Unexpected status: %d", mStatus);
505 SET_ERR_L("Unexpected status: %d", mStatus);
551 SET_ERR_L("%s: Unexpected status: %d", mStatus);
622 SET_ERR_L("Unexpected status
[all...]
/frameworks/base/core/java/android/provider/
H A DContactsContract.java92 * {@link StatusUpdates}, which contains social status updates including IM
964 * Contact presence status. See {@link StatusUpdates} for individual status
978 * Contact's latest status update.
984 * The absolute time in milliseconds when the latest status was
991 * The package containing resources for this status: label and icon.
998 * status, e.g. "Google Talk". This resource is scoped by the
1005 * The resource ID of the icon for the source of contact status. This
1373 * <td>Contact IM presence status. See {@link StatusUpdates} for individual
1374 * status definition
5023 getPresenceIconResourceId(int status) argument
5046 getPresencePrecedence(int status) argument
[all...]
H A DContacts.java1561 * The server defined status.
1577 * The user defined status line.
1637 * @param status the status to get the icon for
1642 public static final int getPresenceIconResourceId(int status) { argument
1643 switch (status) {
1667 * @param serverStatus that status
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
H A DDownloadManagerTestApp.java196 int status = cursor.getInt(columnIndex);
/frameworks/base/services/input/
H A DEventHub.cpp1174 status_t status = loadVirtualKeyMapLocked(device);
1175 if (!status) {
1320 status_t status = PropertyMap::load(device->configurationFile,
1322 if (status) {
/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/opt/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java411 if (result.status == BitmapResult.STATUS_EXCEPTION) {
/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
H A DDefaultContainerService.java122 * @return returns status code according to those in
336 String status = Environment.getExternalStorageState();
337 if (!status.equals(Environment.MEDIA_MOUNTED)) {

Completed in 3132 milliseconds

<<11121314151617