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

<<11121314151617181920>>

/frameworks/wilhelm/tests/mimeUri/
H A DslesTestPlayUri.cpp78 SLuint32 status; local
80 result = (*caller)->GetPrefetchStatus(caller, &status);
83 && (level == 0) && (status == SL_PREFETCHSTATUS_UNDERFLOW)) {
91 fprintf(stdout, "PrefetchEventCallback: Prefetch Status is = %u\n", status);
H A DslesTestSlowDownUri.cpp116 SLuint32 status; local
117 result = (*caller)->GetPrefetchStatus(caller, &status);
123 fprintf(stdout, "\t\tPrefetchEventCallback: Prefetch Status is = %u\n", status);
127 && level == 0 && status == SL_PREFETCHSTATUS_UNDERFLOW) {
131 status == SL_PREFETCHSTATUS_SUFFICIENTDATA) {
132 new_prefetch_status = status;
342 // wait for prefetch status callback to indicate either sufficient data or error
/frameworks/wilhelm/tests/
H A DmimeUri_test.cpp78 SLuint32 status; local
80 (*caller)->GetPrefetchStatus(caller, &status);
82 && (level == 0) && (status == SL_PREFETCHSTATUS_UNDERFLOW)) {
90 fprintf(stdout, "\t\tPrefetchEventCallback: Prefetch Status is = %u\n", status);
/frameworks/av/media/libstagefright/codecs/opus/dec/
H A DSoftOpus.cpp352 int status = OPUS_INVALID_STATE; local
358 &status);
359 if (!mDecoder || status != OPUS_OK) {
360 ALOGV("opus_multistream_decoder_create failed status=%s",
361 opus_strerror(status));
365 status =
368 if (status != OPUS_OK) {
369 ALOGV("Failed to set OPUS header gain; status=%s",
370 opus_strerror(status));
/frameworks/base/core/jni/
H A Dandroid_hardware_SensorManager.cpp184 int8_t status; local
190 status = buffer[i].vector.status;
193 status = buffer[i].heart_rate.status;
196 status = SENSOR_STATUS_ACCURACY_HIGH;
203 status,
H A Dandroid_view_PointerIcon.cpp100 status_t status = android_view_PointerIcon_load(env, pointerIconObj, local
103 return status;
/frameworks/base/core/java/android/net/http/
H A DRequest.java259 mEventHandler.status(v.getMajor(), v.getMinor(),
333 // don't throw if we have a non-OK status code
469 * @param response the response, to obtain the status code
473 final int status) {
478 return status >= HttpStatus.SC_OK
479 && status != HttpStatus.SC_NO_CONTENT
480 && status != HttpStatus.SC_NOT_MODIFIED;
472 canResponseHaveBody(final HttpRequest request, final int status) argument
/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp227 status_t status; local
229 status = mCanvas->prepareDirty(dirty.fLeft, dirty.fTop,
232 status = mCanvas->prepare(mOpaque);
236 status |= mCanvas->drawRenderNode(mRootRenderNode.get(), outBounds);
244 if (status & DrawGlInfo::kStatusDrew) {
/frameworks/wilhelm/tests/listening/
H A DslesTest_playMuteSolo.cpp68 // Prefetch status callback
77 SLuint32 status; local
78 result = (*caller)->GetPrefetchStatus(caller, &status);
82 && level == 0 && status == SL_PREFETCHSTATUS_UNDERFLOW) {
85 status == SL_PREFETCHSTATUS_SUFFICIENTDATA) {
86 new_prefetch_status = status;
250 // get the prefetch status interface
254 // enable prefetch status callbacks
312 // wait for prefetch status callback to indicate either sufficient data or error
/frameworks/av/drm/common/
H A DIDrmManagerService.cpp45 data->writeInt32(handle->status);
77 handle->status = data.readInt32();
741 const status_t status = reply.readInt32(); local
742 ALOGV("Return value of decrypt() is %d", status);
748 return status;
840 status_t status = setDrmServiceListener(uniqueId, drmServiceListener); local
842 reply->writeInt32(status);
1052 const status_t status = saveRights(uniqueId, drmRights, local
1056 reply->writeInt32(status);
1118 const status_t status local
1138 const status_t status local
1170 const status_t status = removeRights(uniqueId, path); local
1181 const status_t status = removeAllRights(data.readInt32()); local
1274 status_t status = getAllSupportInfo(uniqueId, &length, &drmSupportInfoArray); local
1378 const status_t status = closeDecryptSession(uniqueId, handle); local
1400 const status_t status local
1436 const status_t status local
1463 const status_t status = finalizeDecryptUnit(uniqueId, &handle, data.readInt32()); local
[all...]
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dinit.cpp34 AVCEnc_Status status; local
553 status = VerifyProfile(encvid, seqParam, picParam);
554 if (status != AVCENC_SUCCESS)
556 return status;
559 status = VerifyLevel(encvid, seqParam, picParam);
560 if (status != AVCENC_SUCCESS)
562 return status;
572 AVCEnc_Status status = AVCENC_SUCCESS; local
626 status = AVCENC_TOOLS_NOT_SUPPORTED;
632 status
706 AVCEnc_Status status; local
[all...]
/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java3539 * the status of the operation. observer may be null to indicate that
3930 public static String installStatusToString(int status, String msg) { argument
3931 final String str = installStatusToString(status);
3940 public static String installStatusToString(int status) { argument
3941 switch (status) {
3983 default: return Integer.toString(status);
3988 public static int installStatusToPublicStatus(int status) { argument
3989 switch (status) {
4036 public static String deleteStatusToString(int status, String msg) { argument
4037 final String str = deleteStatusToString(status);
4046 deleteStatusToString(int status) argument
4059 deleteStatusToPublicStatus(int status) argument
[all...]
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLTextureViewActivity.java297 int[] status = new int[1];
298 glGetProgramiv(program, GL_LINK_STATUS, status, 0);
299 if (status[0] != GL_TRUE) {
320 int[] status = new int[1];
321 glGetShaderiv(shader, GL_COMPILE_STATUS, status, 0);
322 if (status[0] != GL_TRUE) {
/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareImpl.java466 * Used to report Monitor status changes.
485 * Internal generic status report function for Geofence operations.
489 * @param operationStatus The status of the operation as defined in GeofenceHardware class. This
490 * status is independent of the statuses reported by different HALs.
501 * Used to report the status of a Geofence Add operation.
503 public void reportGeofenceAddStatus(int geofenceId, int status) { argument
504 if(DEBUG) Log.d(TAG, "AddCallback| id:" + geofenceId + ", status:" + status);
505 reportGeofenceOperationStatus(ADD_GEOFENCE_CALLBACK, geofenceId, status);
509 * Used to report the status o
511 reportGeofenceRemoveStatus(int geofenceId, int status) argument
519 reportGeofencePauseStatus(int geofenceId, int status) argument
527 reportGeofenceResumeStatus(int geofenceId, int status) argument
[all...]
/frameworks/av/media/libmedia/
H A Dmediaplayer.cpp279 ALOGV("prepare complete - status=%d", mPrepareStatus);
848 status_t status; local
851 status = service->decode(httpService, url, pSampleRate, pNumChannels, pFormat, heap, pSize);
854 status = DEAD_OBJECT;
856 return status;
872 status_t status; local
875 status = service->decode(fd, offset, length, pSampleRate,
879 status = DEAD_OBJECT;
881 return status;
/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Ddpb.cpp235 int ii, status; local
250 status = avcHandle->CBAVC_FrameBind(avcHandle->userData, ii, &(video->currFS->base_dpb));
251 if (status == AVC_FAIL)
343 AVCStatus status; local
407 status = sliding_window_process(avcHandle, video, dpb); /* we may have to do this after adaptive_memory_marking */
411 status = adaptive_memory_marking(avcHandle, video, dpb, sliceHdr);
413 if (status != AVC_SUCCESS)
415 return status;
/frameworks/base/core/java/com/android/internal/util/
H A DAsyncChannel.java171 /** Successful status always 0, !0 is an unsuccessful status */
293 int status = connectSync(srcContext, srcHandler, dstHandler);
294 if (status == STATUS_SUCCESSFUL) {
296 status = response.arg1;
298 return status;
305 * msg.arg1 = status
351 * msg.arg1 = status
366 * msg.arg1 = status
425 * msg.arg1 = status
844 replyHalfConnected(int status) argument
873 replyDisconnected(int status) argument
[all...]
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java154 int status = cursor.getInt(cursor.getColumnIndex(
156 Log.i(LOG_TAG, "Download status is: " + status);
158 fail("No status found for completed download!");
251 * @param status The HTTP status code to return for this response
254 protected MockResponse buildResponse(int status) { argument
255 MockResponse response = new MockResponse().setResponseCode(status);
263 * @param status The HTTP status cod
267 buildResponse(int status, byte[] body) argument
278 buildResponse(int status, File bodyFile) argument
[all...]
/frameworks/base/media/java/android/media/
H A DAudioPortEventHandler.java81 int status = AudioManager.updateAudioPortCache(ports, patches);
82 if (status != AudioManager.SUCCESS) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java533 boolean status = mEgl.eglSwapBuffers(mEglDisplay, mEglSurface);
538 return status;
596 int[] status = new int[1];
597 glGetProgramiv(program, GL_LINK_STATUS, status, 0);
598 if (status[0] != GL_TRUE) {
617 int[] status = new int[1];
618 glGetShaderiv(shader, GL_COMPILE_STATUS, status, 0);
619 if (status[0] != GL_TRUE) {
/frameworks/compile/mclinker/include/mcld/LD/
H A DArchive.h112 : name(pName), fileOffset(pOffset), status(pStatus)
121 enum Status status; member in struct:mcld::Archive::Symbol
212 /// getSymbolStatus - get the status of a symbol
215 /// setSymbolStatus - set the status of a symbol
/frameworks/compile/mclinker/lib/Support/
H A DDirectory.cpp102 FileStatus Directory::status() const function in class:Directory
106 // optimization: if the symlink status is known, and it isn't a symlink,
107 // then status and symlink_status are identical so just copy the
108 // symlink status to the regular status.
114 else detail::status(m_Path,m_FileStatus);
/frameworks/native/cmds/dumpstate/
H A Dutils.c349 int status; local
350 pid_t p = waitpid(pid, &status, WNOHANG);
353 if (WIFSIGNALED(status)) {
354 printf("*** %s: Killed by signal %d\n", command, WTERMSIG(status));
355 } else if (WIFEXITED(status) && WEXITSTATUS(status) > 0) {
356 printf("*** %s: Exit code %d\n", command, WEXITSTATUS(status));
359 return status;
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsVideoCallProvider.java195 int status, VideoProfile requestedProfile, VideoProfile responseProfile) {
198 mCallback.receiveSessionModifyResponse(status, requestedProfile, responseProfile);
194 receiveSessionModifyResponse( int status, VideoProfile requestedProfile, VideoProfile responseProfile) argument
/frameworks/wilhelm/src/itf/
H A DIPrefetchStatus.c31 SLuint32 status = thiz->mStatus; local
33 *pStatus = status;

Completed in 1124 milliseconds

<<11121314151617181920>>