HomeSort by relevance Sort by last modified time
    Searched defs:status (Results 451 - 475 of 4870) sorted by null

<<11121314151617181920>>

  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
message_queue.h 41 unsigned int status; member in struct:video_msgq
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
queue.h 41 unsigned int status; member in struct:video_msgq
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDec_CompThread.c 104 int status; local
143 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
145 status = select (fdmax+1, &rfds, NULL, NULL, &tv);
156 if (0 == status) {
159 else if (-1 == status) {
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEnc_CompThread.c 77 int status; local
115 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
117 status = select (fdmax+1, &rfds, NULL, NULL, &tv);
125 if (status == 0)
153 else if(status == -1)
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Dec_ComponentThread.c 65 OMX_S16 status = 0; local
96 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
98 status = select (fdmax+1, &rfds, NULL, NULL, &tv);
101 if (0 == status) {
117 } else if (-1 == status) {
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Enc_ComponentThread.c 88 int status = 0; local
115 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
117 status = select (fdmax+1, &rfds, NULL, NULL, &tv);
121 if (0 == status) {
137 } else if(-1 == status) {
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Dec_CompThread.c 93 int status = 0; local
122 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
124 status = select (fdmax+1, &rfds, NULL, NULL, &tv);
132 if (0 == status) {
139 } else if (-1 == status) {
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Enc_ComponentThread.c 85 int status = 0; local
111 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
113 if (0 == status) {
123 } else if(-1 == status) {
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Dec_ComponentThread.c 104 OMX_S16 status = 0; local
138 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
140 if (0 == status) {
178 } else if (-1 == status) {
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Enc_ComponentThread.c 106 int status = 0; local
141 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
143 status = select (fdmax+1, &rfds, NULL, NULL, &tv);
145 if (0 == status)
170 else if(-1 == status)
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Dec_CompThread.c 103 int status; local
142 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
144 status = select (fdmax+1, &rfds, NULL, NULL, &tv);
154 if (0 == status) {
169 } else if (-1 == status) {
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDec_ComponentThread.c 67 OMX_S16 status; local
104 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
106 status = select (fdmax+1, &rfds, NULL, NULL, &tv);
114 if (0 == status) {
148 } else if (-1 == status) {
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEnc_ComponentThread.c 98 int status; local
132 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
134 status = select (fdmax+1, &rfds, NULL, NULL, &tv);
142 if (0 == status) {
160 } else if(-1 == status) {
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDec_ComponentThread.c 86 OMX_S16 status; local
129 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
131 status = select (fdmax+1, &rfds, NULL, NULL, &tv);
138 if (0 == status) {
166 } else if (-1 == status) {
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEnc_CompThread.c 91 int status; local
130 status = pselect (fdmax + 1, &rfds, NULL, NULL, &tv, &set);
132 status = select (fdmax + 1, &rfds, NULL, NULL, &tv);
140 if (0 == status) {
154 } else if (-1 == status) {
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDec_ComponentThread.c 79 int status; local
118 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
120 status = select (fdmax+1, &rfds, NULL, NULL, &tv);
128 if (0 == status) {
149 else if (-1 == status) {
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Thread.c 95 int status; local
142 status = pselect (fdmax+1, &rfds, NULL, NULL, NULL,&set);
144 if ( 0 == status ) {
146 } else if ( -1 == status ) {
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_CompThread.c 99 int status; local
149 status = pselect (fdmax+1, &rfds, NULL, NULL, NULL, &set);
151 if (0 == status) {
160 if (-1 == status) {
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Thread.c 113 int status = -1; local
164 status = pselect(fdmax+1, &rfds, NULL, NULL, NULL,&set);
166 if (0 == status)
175 else if (-1 == status)
  /hardware/ti/omap4-aah/libtiutils/
Semaphore.cpp 61 int status = 0; local
66 status = sem_destroy(mSemaphore);
73 ///Initialize the semaphore and return the status
74 return ErrorUtils::posixToAndroidError(status);
113 ///Initialize the semaphore and return the status
134 ///Wait and return the status after signalling
  /hardware/ti/omap4xxx/libtiutils/
Semaphore.cpp 60 int status = 0; local
65 status = sem_destroy(mSemaphore);
72 ///Initialize the semaphore and return the status
73 return ErrorUtils::posixToAndroidError(status);
112 ///Initialize the semaphore and return the status
133 ///Wait and return the status after signalling
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/tsp/
PKIStatus.java 72 private final int status; field in class:PKIStatus
73 PKIStatus(int status) {
74 this.status = status;
78 * @return int value of the status
81 return status;
84 public static PKIStatus getInstance(int status) {
86 if (status == curStatus.status) {
PKIStatusInfo.java 39 * status PKIStatus,
47 private final PKIStatus status; field in class:PKIStatusInfo
55 this.status = pKIStatus;
64 res.append(status);
84 return status;
95 ASN1Integer.getInstance(), // status
105 values[0] = BigInteger.valueOf(psi.status.getStatus())
TimeStampResp.java 32 * status PKIStatusInfo,
39 private final PKIStatusInfo status; field in class:TimeStampResp
43 public TimeStampResp(PKIStatusInfo status, ContentInfo timeStampToken) {
44 this.status = status;
52 res.append(status);
60 * @return Returns the status.
63 return status;
74 PKIStatusInfo.ASN1, // status
91 values[0] = resp.status;
    [all...]
  /libcore/luni/src/main/native/
java_util_regex_Pattern.cpp 34 static const char* regexDetailMessage(UErrorCode status) {
39 switch (status) {
61 return u_errorName(status);
65 static void throwPatternSyntaxException(JNIEnv* env, UErrorCode status, jstring pattern, UParseError error) {
68 jstring message = env->NewStringUTF(regexDetailMessage(status));
81 UErrorCode status = U_ZERO_ERROR; local
90 RegexPattern* result = RegexPattern::compile(regexString, flags, error, status);
91 if (!U_SUCCESS(status)) {
92 throwPatternSyntaxException(env, status, javaRegex, error);

Completed in 352 milliseconds

<<11121314151617181920>>