Searched refs:status (Results 151 - 175 of 425) sorted by relevance

1234567891011>>

/frameworks/base/core/jni/
H A Dandroid_database_SQLiteConnection.cpp577 status_t status = window->allocRow(); local
578 if (status) {
580 startPos, addedRows, status);
596 status = window->putString(addedRows, i, text, sizeIncludingNull);
597 if (status) {
599 sizeIncludingNull, startPos + addedRows, i, status);
608 status = window->putLong(addedRows, i, value);
609 if (status) {
611 i, status);
619 status
674 status_t status = window->clear(); local
[all...]
H A Dandroid_media_AudioSystem.cpp42 static int check_AudioSystem_Command(status_t status) argument
44 switch (status) {
103 int status = check_AudioSystem_Command(AudioSystem::setParameters(0, c_keyValuePairs8)); local
104 return status;
138 int status = check_AudioSystem_Command(AudioSystem::setDeviceConnectionState(static_cast <audio_devices_t>(device), local
142 return status;
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestLoopUri.cpp71 SLuint32 status; local
72 result = (*caller)->GetPrefetchStatus(caller, &status);
78 fprintf(stdout, "\t\tPrefetchEventCallback: Prefetch Status is = %u\n", status);
82 && (level == 0) && (status == SL_PREFETCHSTATUS_UNDERFLOW)) {
86 status == SL_PREFETCHSTATUS_SUFFICIENTDATA) {
87 new_prefetch_status = status;
240 // wait for prefetch status callback to indicate either sufficient data or error
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_sei.c187 u32 tmp, payloadType, payloadSize, status; local
223 status = DecodeBufferingPeriod(
235 status = DecodePictureTiming(
251 status = DecodePanScanRectangle(
257 status = DecodeFillerPayload(pStrmData, payloadSize);
261 status = DecodeUserDataRegisteredITuTT35(
268 status = DecodeUserDataUnregistered(
275 status = DecodeRecoveryPoint(
281 status = DecodeDecRefPicMarkingRepetition(
289 status
[all...]
/frameworks/base/services/jni/
H A Dcom_android_server_location_GpsLocationProvider.cpp90 static void status_callback(GpsStatus* status) argument
93 env->CallVoidMethod(mCallbacksObj, method_reportStatus, status->status);
182 agps_status->type, agps_status->status, ipaddr);
258 static void gps_geofence_status_callback(int32_t status, GpsLocation* location) argument
280 env->CallVoidMethod(mCallbacksObj, method_reportGeofenceStatus, status,
285 static void gps_geofence_add_callback(int32_t geofence_id, int32_t status) argument
288 if (status != GPS_GEOFENCE_OPERATION_SUCCESS) {
289 ALOGE("Error in geofence_add_callback: %d\n", status);
291 env->CallVoidMethod(mCallbacksObj, method_reportGeofenceAddStatus, geofence_id, status);
295 gps_geofence_remove_callback(int32_t geofence_id, int32_t status) argument
305 gps_geofence_resume_callback(int32_t geofence_id, int32_t status) argument
315 gps_geofence_pause_callback(int32_t geofence_id, int32_t status) argument
[all...]
/frameworks/base/core/java/android/app/
H A DDownloadManager.java113 * Current status of the download, as one of the STATUS_* constants.
118 * Provides more detail on the status of the download. Its meaning depends on the value of
122 * occurred. If an HTTP error occurred, this will hold the HTTP status code as defined in RFC
132 * status codes</a>
792 * Include only downloads with status matching any the given status flags.
1035 int status = cursor.getInt(cursor.getColumnIndexOrThrow(COLUMN_STATUS));
1036 if (DownloadManager.STATUS_SUCCESSFUL == status) {
1062 // downloaded file not found or its status is not 'successfully completed'
1094 // downloaded file not found or its status i
1339 getReason(int status) argument
1352 getPausedReason(int status) argument
1368 getErrorCode(int status) argument
1406 translateStatus(int status) argument
[all...]
/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareImpl.java467 * Used to report Monitor status changes.
484 * Internal generic status report function for Geofence operations.
488 * @param operationStatus The status of the operation as defined in GeofenceHardware class. This
489 * status is independent of the statuses reported by different HALs.
500 * Used to report the status of a Geofence Add operation.
502 public void reportGeofenceAddStatus(int geofenceId, int status) { argument
503 if(DEBUG) Log.d(TAG, "AddCallback| id:" + geofenceId + ", status:" + status);
504 reportGeofenceOperationStatus(ADD_GEOFENCE_CALLBACK, geofenceId, status);
508 * Used to report the status o
510 reportGeofenceRemoveStatus(int geofenceId, int status) argument
518 reportGeofencePauseStatus(int geofenceId, int status) argument
526 reportGeofenceResumeStatus(int geofenceId, int status) argument
[all...]
/frameworks/base/libs/hwui/
H A DDeferredDisplayList.cpp97 status_t status = DrawGlInfo::kStatusDone; local
108 status |= op->applyDraw(renderer, dirty);
120 return status;
283 status_t status = op->multiDraw(renderer, dirty, mOps, mBounds); local
289 return status;
644 status_t status = DrawGlInfo::kStatusDone; local
648 status |= batchList[i]->replay(renderer, dirty, i);
652 return status;
659 status_t status = DrawGlInfo::kStatusDone; local
661 if (isEmpty()) return status; // nothin
[all...]
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp499 int status; local
532 LVM_ReturnStatus_en LvmStatus=LVM_SUCCESS; /* Function call status */
714 LVM_ReturnStatus_en LvmStatus = LVM_SUCCESS; /* Function call status */
780 LVM_ReturnStatus_en LvmStatus = LVM_SUCCESS; /* Function call status */
831 LVM_ReturnStatus_en LvmStatus = LVM_SUCCESS; /* Function call status */
878 LVM_ReturnStatus_en LvmStatus=LVM_SUCCESS; /* Function call status */
1036 LVM_ReturnStatus_en LvmStatus = LVM_SUCCESS; /* Function call status */
1077 LVM_ReturnStatus_en LvmStatus=LVM_SUCCESS; /* Function call status */
1117 LVM_ReturnStatus_en LvmStatus = LVM_SUCCESS; /* Function call status */
1144 LVM_ReturnStatus_en LvmStatus=LVM_SUCCESS; /* Function call status */
1763 int status = 0; local
1833 int status = 0; local
1881 int status = 0; local
1951 int status = 0; local
1999 int status = 0; local
2173 int status = 0; local
2257 int status = 0; local
2348 int status = 0; local
2592 int status = 0; local
3152 int status = 0; local
[all...]
/frameworks/av/media/libmedia/
H A DAudioTrackShared.cpp73 status_t status; local
98 status = NO_INIT;
106 status = DEAD_OBJECT;
112 status = -EINTR;
139 status = NO_INIT;
165 status = NO_ERROR;
172 status = WOULD_BLOCK;
188 status = TIMED_OUT;
238 // FIXME these error/non-0 status are being dropped
242 status
361 status_t status; local
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DAH263Assembler.cpp45 AssemblyStatus status = addPacket(source); local
46 if (status == MALFORMED_PACKET) {
49 return status;
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3IOStreamBase.cpp134 camera3_buffer_status_t status) {
145 buffer.status = status;
130 handoutBufferLocked(camera3_stream_buffer &buffer, buffer_handle_t *handle, int acquireFence, int releaseFence, camera3_buffer_status_t status) argument
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerStressTest.java99 int status = cursor.getInt(cursor.getColumnIndex(
105 filename, status);
106 assertEquals(errorString, DownloadManager.STATUS_SUCCESSFUL, status);
/frameworks/base/media/java/android/media/audiofx/
H A DBassBoost.java162 * @param status status of the set parameter operation.
166 void onParameterChange(BassBoost effect, int status, int param, short value); argument
177 public void onParameterChange(AudioEffect effect, int status, byte[] param, byte[] value) { argument
196 l.onParameterChange(BassBoost.this, status, p, v);
H A DVirtualizer.java164 * @param status status of the set parameter operation.
168 void onParameterChange(Virtualizer effect, int status, int param, short value); argument
179 public void onParameterChange(AudioEffect effect, int status, byte[] param, byte[] value) { argument
198 l.onParameterChange(Virtualizer.this, status, p, v);
H A DLoudnessEnhancer.java167 public void onParameterChange(AudioEffect effect, int status, byte[] param, byte[] value) { argument
169 if (status != AudioEffect.SUCCESS) {
/frameworks/base/services/java/com/android/server/location/
H A DGpsXtraDownloader.java131 StatusLine status = response.getStatusLine();
132 if (status.getStatusCode() != 200) { // HTTP 200 is success.
133 if (DEBUG) Log.d(TAG, "HTTP error: " + status.getReasonPhrase());
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_eglapi.cpp44 * the trace status according to commands received from the host.
116 int status = 0; local
131 status = -1;
147 return status;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccController.java154 //Notifies when card status changes
159 //Notify registrant right after registering, so that it will get the latest ICC status,
160 //otherwise which may not happen until there is an actual change in ICC status.
201 Rlog.e(LOG_TAG,"Error getting ICC status. "
207 IccCardStatus status = (IccCardStatus)ar.result;
211 mUiccCard = new UiccCard(mContext, mCi, status);
214 mUiccCard.update(mContext, mCi , status);
/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp134 int status = pthread_setspecific(gThreadTLSKey, &dc->mTlsStruct); local
135 if (status) {
136 ALOGE("pthread_setspecific %i", status);
243 int status = pthread_key_create(&gThreadTLSKey, NULL); local
244 if (status) {
255 int status = pthread_setspecific(gThreadTLSKey, &mTlsStruct); local
256 if (status) {
257 ALOGE("pthread_setspecific %i", status);
290 status = pthread_attr_init(&threadAttr);
291 if (status) {
[all...]
/frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/platform/
H A DSurfaceFlingerHelper.java98 int status = p.waitFor();
99 if (status != 0) {
100 Log.e(TAG, String.format("Run shell command: %s, status: %s",
101 command, status));
148 int status = p.waitFor();
149 if (status != 0) {
150 Log.e(TAG, String.format("Run shell command: %s, status: %s",command, status));
/frameworks/av/include/drm/
H A Ddrm_framework_common.h192 * Defines constants related to status of the rights
290 * Defines the status of the rights like
293 int status; member in class:android::DecryptHandle
316 status(INVALID_VALUE),
/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothHeadset.aidl56 void clccResponse(int index, int direction, int status, int mode, boolean mpty,
/frameworks/base/core/java/android/print/
H A DIPrintSpooler.aidl42 void setPrintJobState(in PrintJobId printJobId, int status, String stateReason,
/frameworks/base/media/tests/audiotests/
H A Dshared_mem_test.cpp104 status_t status = track->initCheck(); local
105 if(status != NO_ERROR) {

Completed in 563 milliseconds

1234567891011>>