Searched refs:status (Results 76 - 100 of 352) sorted by relevance

1234567891011>>

/frameworks/base/libs/androidfw/
H A DKeyLayoutMap.cpp54 status_t status = Tokenizer::open(filename, &tokenizer); local
55 if (status) {
56 ALOGE("Error %d opening key layout map file %s.", status, filename.string());
61 status = NO_MEMORY;
67 status = parser.parse();
74 if (!status) {
80 return status;
175 status_t status = parseKey(); local
176 if (status) return status;
179 status_t status = parseAxis(); local
[all...]
H A DKeyCharacterMap.cpp112 status_t status = Tokenizer::open(filename, &tokenizer); local
113 if (status) {
114 ALOGE("Error %d opening key character map file %s.", status, filename.string());
116 status = load(tokenizer, format, outMap);
119 return status;
127 status_t status = Tokenizer::fromContents(filename, contents, &tokenizer); local
128 if (status) {
129 ALOGE("Error %d opening key character map.", status);
131 status = load(tokenizer, format, outMap);
134 return status;
139 status_t status = OK; local
690 status_t status = parseType(); local
694 status_t status = parseMap(); local
698 status_t status = parseKey(); local
709 status_t status = parseKeyProperty(); local
892 status_t status = parseModifier(token, &metaState); local
929 status_t status = parseCharacterLiteral(&character); local
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dbitstream_io.cpp122 PV_STATUS status; local
138 status = BitstreamSaveWord(stream);
139 if (status != PV_SUCCESS)
141 return status;
170 PV_STATUS status; local
179 status = BitstreamPutBits(stream, topLength, topValue);
181 if (status != PV_SUCCESS)
183 return status;
186 status = BitstreamPutBits(stream, 16, (UInt)(Value & 0xFFFF));
188 return status;
418 PV_STATUS status; local
534 PV_STATUS status = PV_SUCCESS; local
[all...]
H A Dmp4enc_api.cpp133 Int UpdateSkipNextFrame(VideoEncData *video, ULong *modTime, Int *size, PV_STATUS status);
189 Bool status = PV_TRUE; local
618 if (mbsPerSec > video->encParams->LayerMaxMbsPerSec[idx]) status = PV_FALSE;
625 status = SetProfile_BufferSize(video, video->encParams->VBV_delay, 1);
626 if (status != PV_TRUE)
963 status = PV_FALSE;
973 status = PV_FALSE;
982 status = PV_FALSE;
992 status = PV_FALSE;
1001 status
1356 Bool status = PV_TRUE; local
1650 Bool status = PV_TRUE; local
2407 PV_STATUS status = PV_SUCCESS; local
2569 PV_STATUS status = PV_SUCCESS; local
2826 UpdateSkipNextFrame(VideoEncData *video, ULong *modTime, Int *size, PV_STATUS status) argument
[all...]
/frameworks/base/libs/hwui/
H A DProgram.cpp55 GLint status; local
56 glGetProgramiv(mProgramId, GL_LINK_STATUS, &status);
57 if (status != GL_TRUE) {
139 GLint status; local
140 glGetShaderiv(shader, GL_COMPILE_STATUS, &status);
141 if (status != GL_TRUE) {
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
H A DWifiP2pDnsSdServiceResponse.java131 sbuf.append(" status:").append(Status.toString(mStatus));
147 * @param status status code.
152 protected WifiP2pDnsSdServiceResponse(int status, argument
155 status, tranId, dev, data);
289 * @param status status code.
295 static WifiP2pDnsSdServiceResponse newInstance(int status, argument
297 if (status != WifiP2pServiceResponse.Status.SUCCESS) {
298 return new WifiP2pDnsSdServiceResponse(status,
[all...]
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp297 int status = 0; local
325 status = -EINVAL;
350 status = -EINVAL;
353 return status;
358 int status = 0; local
366 status = agc->set_target_level_dbfs(-(*(int16_t *)pValue / 100));
370 status = agc->set_compression_gain_db(*(int16_t *)pValue / 100);
374 status = agc->enable_limiter(*(bool *)pValue);
381 status = agc->set_target_level_dbfs(-(pProperties->targetLevel / 100));
382 if (status !
460 int status = 0; local
482 int status = 0; local
583 int status = 0; local
589 int status = 0; local
640 int status = 0; local
755 int status = 0; local
773 int status = -ENOMEM; local
893 int status; local
1039 int status = session->apm->set_num_reverse_channels(inCnl); local
1131 int status = 0; local
1166 int status = 0; local
1344 int status; local
1717 int status = 0; local
1852 int status; local
1883 int status; local
[all...]
/frameworks/av/media/libmedia/
H A DSoundPoolThread.cpp107 status_t status = -1; local
109 status = sample->doLoad();
111 mSoundPool->notify(SoundPoolEvent(SoundPoolEvent::SAMPLE_LOADED, sampleID, status));
H A DAudioEffect.cpp134 ALOGE("set(): AudioFlinger could not create effect, status: %d", mStatus);
155 ALOGV("set() %p OK effect: %s id: %d status %d enabled %d", this, mDescriptor.name, mId, mStatus, mEnabled);
201 status_t status = NO_ERROR; local
207 status = mIEffect->enable();
210 status = mIEffect->disable();
212 if (status == NO_ERROR) {
216 return status;
226 ALOGV("command() bad status %d", mStatus);
240 status_t status = mIEffect->command(cmdCode, cmdSize, cmdData, replySize, replyData); local
243 if (status
339 status_t status = DEAD_OBJECT; local
[all...]
/frameworks/base/cmds/servicemanager/
H A Dbctest.c36 unsigned status; local
49 status = bio_get_uint32(&reply);
53 return status;
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpvdec_api.cpp71 Bool status = PV_TRUE; local
100 if (video->vol == NULL) status = PV_FALSE;
114 if (video->currVop == NULL) status = PV_FALSE;
117 if (video->prevVop == NULL) status = PV_FALSE;
124 if (video->currVop == NULL) status = PV_FALSE;
127 if (video->prevVop == NULL) status = PV_FALSE;
133 if (video->vopHeader == NULL) status = PV_FALSE;
139 if (status == PV_TRUE)
155 status = PV_FALSE;
168 if (video->vol[idx] == NULL) status
285 Bool status = PV_TRUE; local
1004 PV_STATUS status = PV_FAIL; local
1041 PV_STATUS status = PV_FAIL; local
1242 PV_STATUS status = PV_FAIL; local
[all...]
H A Dvlc_decode.cpp98 Modified : 04/16/2001 : removed status checking of PV_BitstreamFlushBits
105 PV_STATUS status; local
116 status = BitstreamCheckEndBuffer(stream);
117 if (status == PV_END_OF_VOP) return status; /* 03/19/2002 */
134 PV_STATUS status; local
164 status = PV_VlcDecMV(stream, &vlc_code_mag);
165 if (status != PV_SUCCESS)
167 return status;
174 status
269 PV_STATUS status; local
454 PV_STATUS status = PV_SUCCESS; local
630 PV_STATUS status = PV_FAIL; /* 07/09/01 */ local
[all...]
H A Dcombined_decode.cpp44 PV_STATUS status; local
155 status = GetMBheader(video, &QP);
157 if (status != PV_SUCCESS)
171 status = GetMBData(video);
172 if (status != PV_SUCCESS)
205 status = BitstreamShowBits32(stream, GOB_RESYNC_MARKER_LENGTH, &tmpvar);
213 status = PV_BitstreamShowBitsByteAlign(stream, GOB_RESYNC_MARKER_LENGTH, &tmpvar);
261 status = PV_BitstreamShowBitsByteAlign(stream, 23, &tmpvar); /* this call is valid for f_code < 8 */
281 while ((status = PV_GobHeader(video)) == PV_FAIL)
283 if ((status
545 PV_STATUS status; local
[all...]
/frameworks/base/core/java/android/net/http/
H A DEventHandler.java22 * processed. The normal order of callbacks is status(), headers(),
72 * Called after status line has been sucessfully processed.
80 public void status(int major_version, method in interface:EventHandler
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsFL/src/com/android/framework/externalsharedpermsfltestapp/
H A DExternalSharedPermsFLTest.java40 public void onStatusChanged(String provider, int status, Bundle extras) {}
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardMessageArea.java135 public void onRefreshBatteryInfo(KeyguardUpdateMonitor.BatteryStatus status) {
136 mShowingBatteryInfo = status.isPluggedIn() || status.isBatteryLow();
137 mPluggedIn = status.isPluggedIn();
138 mBatteryLevel = status.level;
139 mBatteryCharged = status.isCharged();
140 mBatteryIsLow = status.isBatteryLow();
179 * Update the status lines based on these rules:
181 * Status1 is shared between help, battery status and generic unlock instructions,
183 * @param showStatusLines status line
[all...]
H A DKeyguardUpdateMonitorCallback.java28 * Called when the battery status changes, e.g. when plugged in or unplugged, charge
31 * @param status current battery status
33 void onRefreshBatteryInfo(KeyguardUpdateMonitor.BatteryStatus status) { } argument
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DKeyguardUpdateMonitorCallback.java28 * Called when the battery status changes, e.g. when plugged in or unplugged, charge
31 * @param status current battery status
33 void onRefreshBatteryInfo(KeyguardUpdateMonitor.BatteryStatus status) { } argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccSmsInterfaceManagerProxy.java40 updateMessageOnIccEf(int index, int status, byte[] pdu) throws android.os.RemoteException { argument
41 return mIccSmsInterfaceManager.updateMessageOnIccEf(index, status, pdu);
44 public boolean copyMessageToIccEf(int status, byte[] pdu, argument
46 return mIccSmsInterfaceManager.copyMessageToIccEf(status, pdu, smsc);
/frameworks/wilhelm/src/itf/
H A DIEqualizer.c68 android::status_t status = local
70 result = android_fx_statusToResult(status);
163 android::status_t status = local
165 result = android_fx_statusToResult(status);
196 android::status_t status = local
198 result = android_fx_statusToResult(status);
231 android::status_t status =
233 result = android_fx_statusToResult(status);
270 android::status_t status =
272 result = android_fx_statusToResult(status);
326 android::status_t status = local
358 android::status_t status = local
398 android::status_t status = local
[all...]
/frameworks/av/drm/common/
H A DIDrmServiceListener.cpp52 status_t status = notify(DrmInfoEvent(uniqueId, type, message)); local
53 reply->writeInt32(status);
/frameworks/base/media/java/android/media/audiofx/
H A DVisualizer.java111 * Internal operation status. Not returned by any method.
241 int status = SUCCESS;
244 status = native_setEnabled(enabled);
245 if (status == SUCCESS) {
249 return status;
496 int status = native_setPeriodicCapture(rate, waveform, fft);
497 if (status == SUCCESS) {
506 status = ERROR_NO_INIT;
510 return status;
/frameworks/av/media/libstagefright/chromium_http/
H A Dsupport.cpp285 if (request->status().status() != net::URLRequestStatus::SUCCESS) {
287 "Request failed with status %d and os_error %d",
288 request->status().status(),
289 request->status().os_error()).c_str());
309 "Server responded with http status %d",
336 "OnReadCompleted, read failed, status %d",
337 request->status().status())
[all...]
/frameworks/rs/driver/
H A DrsdRuntimeMath.cpp290 int32_t prev, status; local
293 status = android_atomic_release_cas(prev, prev - value, ptr);
294 } while (CC_UNLIKELY(status != 0));
307 int32_t prev, status; local
310 status = android_atomic_release_cas(prev, prev ^ value, ptr);
311 } while (CC_UNLIKELY(status != 0));
316 uint32_t prev, status; local
320 status = android_atomic_release_cas((int32_t) prev, (int32_t)n, (volatile int32_t*) ptr);
321 } while (CC_UNLIKELY(status != 0));
326 int32_t prev, status; local
336 uint32_t prev, status; local
346 int32_t prev, status; local
[all...]
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdRuntimeMath.cpp293 int32_t prev, status; local
296 status = android_atomic_release_cas(prev, prev - value, ptr);
297 } while (CC_UNLIKELY(status != 0));
310 int32_t prev, status; local
313 status = android_atomic_release_cas(prev, prev ^ value, ptr);
314 } while (CC_UNLIKELY(status != 0));
319 uint32_t prev, status; local
323 status = android_atomic_release_cas((int32_t) prev, (int32_t)n, (volatile int32_t*) ptr);
324 } while (CC_UNLIKELY(status != 0));
329 int32_t prev, status; local
339 uint32_t prev, status; local
349 int32_t prev, status; local
[all...]

Completed in 1047 milliseconds

1234567891011>>