Searched refs:code (Results 251 - 275 of 332) sorted by relevance

<<11121314

/frameworks/native/libs/gui/
H A DISurfaceTexture.cpp190 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
192 switch(code) {
287 return BBinder::onTransact(code, data, reply, flags);
189 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h61 virtual status_t onTransact(uint32_t code, const Parcel& data,
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DGsmAlphabet.java90 * The number of code units consumed so far, where code units
98 * How many code units are still available without spilling
104 * The encoding code unit size (specified using
260 * boundary. This method is used by OEM code.
494 Log.w(TAG, "no language table for code " + languageTable + ", using default");
498 Log.w(TAG, "no single shift table for code " + shiftTable + ", using default");
883 // find the least cost encoding (lowest message count and most code units remaining)
942 * Returns the index into <code>s</code> o
1056 LanguagePairCount(int code) argument
[all...]
/frameworks/native/include/gui/
H A DISurfaceTexture.h195 virtual status_t onTransact( uint32_t code,
/frameworks/support/v4/
H A DAndroid.mk17 # Note: the source code is in java/, not src/, because this code is also part of
/frameworks/base/core/java/android/util/
H A DTimeUtils.java151 * Returns the time zones for the country, which is the code
154 * @param country is a two character country code.
187 String code = parser.getAttributeValue(null, "code");
189 if (country.equals(code)) {
/frameworks/base/core/jni/
H A Dandroid_util_XmlBlock.cpp102 jint code = (jint)st->next(); local
103 switch (code) {
H A Dandroid_media_AudioRecord.cpp79 jint android_media_translateRecorderErrorCode(int code) { argument
80 switch (code) {
/frameworks/base/services/java/com/android/server/
H A DClipboardService.java108 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
111 return super.onTransact(code, data, reply, flags);
/frameworks/native/libs/binder/
H A DBpBinder.cpp160 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
165 mHandle, code, data, reply, flags);
159 transact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaServiceStateTracker.java234 * @param what what code of message when delivered
906 // Country code not found. This is likely a test network.
1115 * TODO: This code is exactly the same as in GsmServiceStateTracker
1117 * This code should probably be hoisted to the base class so
1137 protected int radioTechnologyToDataServiceState(int code) { argument
1139 switch(code) {
1155 loge("radioTechnologyToDataServiceState: Wrong radioTechnology code.");
1161 /** code is registration state 0-5 from TS 27.007 7.2 */
1163 regCodeToServiceState(int code) { argument
1164 switch (code) {
1191 regCodeIsRoaming(int code) argument
[all...]
/frameworks/av/media/libmedia/
H A DIMediaPlayer.cpp348 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
350 switch (code) {
541 return BBinder::onTransact(code, data, reply, flags);
347 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/base/core/java/android/content/
H A DContentProviderNative.java76 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
79 switch (code) {
310 return super.onTransact(code, data, reply, flags);
/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp41 #define TRACE_BITMAP(code) code
43 #define TRACE_BITMAP(code)
324 // Dalvik code has always behaved. We simply recreate the behavior here.
/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/av/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/av/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/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DCallbackProxy.java499 public void setMockGeolocationError(int code, String message) { argument
502 mLayoutTestController.setMockGeolocationError(code, message);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java200 void notifySuppServiceFailed(SuppService code) { argument
201 mSuppServiceFailedRegistrants.notifyResult(code);
/frameworks/wilhelm/tests/examples/
H A DAndroid.mk301 # OpenMAX AL example code
/frameworks/base/media/jni/audioeffect/
H A Dandroid_media_Visualizer.cpp111 static jint translateError(int code) { argument
112 switch(code) {
/frameworks/av/include/media/
H A DIAudioFlinger.h205 virtual status_t onTransact( uint32_t code,
/frameworks/av/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/av/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/av/services/camera/tests/CameraServiceTest/
H A DCameraServiceTest.cpp98 virtual status_t onTransact(uint32_t code,
131 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) {
132 switch(code) {
146 return BBinder::onTransact(code, data, reply, flags);
130 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument

Completed in 2944 milliseconds

<<11121314