Searched refs:code (Results 226 - 250 of 296) sorted by relevance

1234567891011>>

/frameworks/base/telephony/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java190 void notifySuppServiceFailed(SuppService code) { argument
191 mSuppServiceFailedRegistrants.notifyResult(code);
H A DSipPhone.java540 int code = c - '0';
541 if ((code < 0) || (code > 9)) {
554 return code;
/frameworks/base/core/jni/
H A DAndroidRuntime.cpp259 // There is also a global font cache, but its budget is specified in code
324 static void runtime_exit(int code) argument
326 gCurRuntime->onExit(code);
327 exit(code);
898 void AndroidRuntime::onExit(int code) argument
900 LOGV("AndroidRuntime onExit calling exit(%d)", code);
901 exit(code);
H A Dandroid_media_AudioRecord.cpp74 jint android_media_translateRecorderErrorCode(int code) { argument
75 switch(code) {
H A Dandroid_util_Binder.cpp277 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags = 0)
287 //printf("Transact from %p to Java code sending: ", this);
291 code, (int32_t)&data, (int32_t)reply, flags);
300 /* clean up JNI local ref -- we don't return to Java code */
320 /* clean up JNI local ref -- we don't return to Java code */
324 //aout << "onTransact to Java code; result=" << res << endl
325 // << "Transact from " << this << " to Java code returning "
699 jniThrowException(env, "java/lang/RuntimeException", "Unknown transaction code");
718 LOGE("Unknown binder error code. 0x%x", err);
720 msg.appendFormat("Unknown binder error code
276 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags = 0) argument
1009 conditionally_log_binder_call(int64_t start_millis, IBinder* target, jint code) argument
1057 android_os_BinderProxy_transact(JNIEnv* env, jobject obj, jint code, jobject dataObj, jobject replyObj, jint flags) argument
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCdmaServiceStateTracker.java232 * @param what what code of message when delivered
864 // Country code not found. This is likely a test network.
1059 * TODO: This code is exactly the same as in GsmServiceStateTracker
1061 * This code should probably be hoisted to the base class so
1116 protected int radioTechnologyToDataServiceState(int code) { argument
1118 switch(code) {
1134 loge("radioTechnologyToDataServiceState: Wrong radioTechnology code.");
1140 /** code is registration state 0-5 from TS 27.007 7.2 */
1142 regCodeToServiceState(int code) { argument
1143 switch (code) {
1170 regCodeIsRoaming(int code) argument
[all...]
/frameworks/base/core/java/android/webkit/
H A DLoadListener.java258 ((Integer) status.get("code")).intValue(),
485 int code, /* Status-Code value */ String reasonPhrase) {
490 + " code: " + code
496 status.put("code", code);
507 private void handleStatus(int major, int minor, int code, String reason) { argument
510 mStatusCode = code;
959 * This function is called from native WebCore code to
983 * This function is called from native WebCore code t
484 status(int majorVersion, int minorVersion, int code, String reasonPhrase) argument
[all...]
/frameworks/base/core/java/android/content/
H A DContentProviderNative.java77 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
80 switch (code) {
304 return super.onTransact(code, data, reply, flags);
/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp40 #define TRACE_BITMAP(code) code
42 #define TRACE_BITMAP(code)
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLaunchpadActivity.java358 "Unexpected request code: " + requestCode));
489 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) {
492 if (code == GOT_RECEIVE_TRANSACTION) {
496 } else if (code == ERROR_TRANSACTION) {
/frameworks/base/media/libmedia/
H A DIMediaPlayer.cpp301 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
303 switch(code) {
463 return BBinder::onTransact(code, data, reply, flags);
300 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/base/media/jni/audioeffect/
H A Dandroid_media_Visualizer.cpp73 static jint translateError(int code) { argument
74 switch(code) {
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
H A Dqgain795.cpp22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
185 When the code is written for a specific target processor the
435 frac_en[2]*2^exp_en[2] = <exc code> // LTP/CB innovation dot product
436 frac_en[3]*2^exp_en[3] = <code code> // CB innovation energy
454 When the code is written for a specific target processor the
726 code -- Word16 array -- CB innovation (unfiltered), Q13
753 (first gain pitch, then code pitch)
787 When the code is written for a specific target processor the
812 Word16 code[], /*
808 MR795_gain_quant( GainAdaptState *adapt_st, Word16 res[], Word16 exc[], Word16 code[], Word16 frac_coeff[], Word16 exp_coeff[], Word16 exp_code_en, Word16 frac_code_en, Word16 exp_gcode0, Word16 frac_gcode0, Word16 L_subfr, Word16 cod_gain_frac, Word16 cod_gain_exp, Word16 gp_limit, Word16 *gain_pit, Word16 *gain_cod, Word16 *qua_ener_MR122, Word16 *qua_ener, Word16 **anap, Flag *pOverflow ) argument
[all...]
/frameworks/base/media/libstagefright/codecs/avc/enc/src/
H A Davcenc_lib.h240 emulation prevention code if necessary.
251 \param "code" "The codeword."
254 AVCEnc_Status BitstreamWriteBits(AVCEncBitstream *stream, int nBits, uint code);
260 \param "code" "The codeword."
263 AVCEnc_Status BitstreamWrite1Bit(AVCEncBitstream *stream, uint code);
/frameworks/base/services/java/com/android/server/wm/
H A DSession.java108 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
111 return super.onTransact(code, data, reply, flags);
/frameworks/base/services/surfaceflinger/
H A DSurfaceFlinger.h80 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags);
161 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags);
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DCallbackProxy.java505 public void setMockGeolocationError(int code, String message) { argument
506 MockGeolocation.getInstance().setError(code, message);
/frameworks/base/core/java/android/accounts/
H A DGrantCredentialsPermissionActivity.java112 public void onError(int code, String message) {
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/
H A Dc4t64fx.c122 Word16 code[], /* (o) Q9 : algebraic (fixed) codebook excitation */
717 code[i] = 0;
730 code[i] += val;
734 code[i] -= val;
118 ACELP_4t64_fx( Word16 dn[], Word16 cn[], Word16 H[], Word16 code[], Word16 y[], Word16 nbbits, Word16 ser_size, Word16 _index[] ) argument
/frameworks/base/media/mtp/
H A DMtpDevice.cpp538 MtpProperty* MtpDevice::getDevicePropDesc(MtpDeviceProperty code) { argument
542 mRequest.setParameter(1, code);
556 MtpProperty* MtpDevice::getObjectPropDesc(MtpObjectProperty code, MtpObjectFormat format) { argument
560 mRequest.setParameter(1, code);
/frameworks/base/services/audioflinger/
H A DAudioPolicyService.h112 uint32_t code,
/frameworks/base/services/camera/libcameraservice/
H A DCameraService.h54 virtual status_t onTransact(uint32_t code, const Parcel& data,
/frameworks/base/services/camera/tests/CameraServiceTest/
H A DCameraServiceTest.cpp99 virtual status_t onTransact(uint32_t code,
132 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) {
133 switch(code) {
147 return BBinder::onTransact(code, data, reply, flags);
131 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java87 * @param primaryCode the code of the key that was released
95 * with the primary code being the first. If the primary key code is
553 * codes for adjacent keys. When disabled, only the primary key code will be
810 int code = key.codes[0];
822 code = key.codes[mTapCount];
824 mKeyboardActionListener.onKey(code, codes);
825 mKeyboardActionListener.onRelease(code);
966 private void sendAccessibilityEventForUnicodeCharacter(int eventType, int code) { argument
978 switch (code) {
[all...]
/frameworks/base/services/input/
H A DEventHub.cpp489 ev.code = led;
667 LOGV("%s got: t0=%d, t1=%d, type=%d, code=%d, value=%d",
670 iev.type, iev.code, iev.value);
674 // so that downstream code can get more accurate estimates of
692 event->scanCode = iev.code;
697 status_t err = device->keyMap.keyLayoutMap->mapKey(iev.code,
699 LOGV("iev.code=%d keyCode=%d flags=0x%08x err=%d\n",
700 iev.code, event->keyCode, event->flags, err);

Completed in 681 milliseconds

1234567891011>>