Searched refs:code (Results 151 - 175 of 296) sorted by relevance

1234567891011>>

/frameworks/base/include/binder/
H A DIPCThreadState.h62 uint32_t code, const Parcel& data,
96 uint32_t code,
H A DIServiceManager.h89 virtual status_t onTransact( uint32_t code,
H A DIBinder.h78 virtual status_t transact( uint32_t code,
110 * INVALID_OPERATION code being returned and nothing happening.
/frameworks/base/include/android_runtime/
H A DAndroidRuntime.h73 * run any code. Override it to make any FindClass calls that need
94 * implementation calls exit(code).
96 virtual void onExit(int code);
/frameworks/base/include/surfaceflinger/
H A DISurfaceComposerClient.h74 virtual status_t onTransact( uint32_t code,
/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
H A Ddec_amr.cpp22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
208 When the code is written for a specific target processor the
375 When the code is written for a specific target processor the
562 Word16 code[L_SUBFR];
709 * - decode algebraic code *
837 decode_2i40_9bits (subfrNr, i, index, code);
846 decode_2i40_11bits (i, index, code);
855 decode_3i40_14bits (i, index, code);
864 decode_4i40_17bits (i, index, code);
870 dec_8i40_31bits (parm, code);
1360 Word16 code[L_SUBFR]; local
[all...]
/frameworks/ex/carousel/
H A DAndroid.mk17 # Note: the source code is in java/, not src/, because this code is also part of
/frameworks/ex/common/
H A DAndroid.mk17 # Note: the source code is in java/, not src/, because this code is also part of
/frameworks/support/v13/
H A DAndroid.mk17 # Note: the source code is in java/, not src/, because this code is also part of
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
H A Dc3_14pf.cpp22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
134 code[] Array of type Word16 -- Innovative codebook
155 The code length is 40, containing 3 nonzero pulses: i0...i2.
182 When the code is written for a specific target processor the
208 Word16 code[], /* o : Innovative codebook */
276 code,
284 * Include fixed-gain pitch contribution into code[]. *
293 code[i - T0],
297 code[i] =
299 code[
202 code_3i40_14bits( Word16 x[], Word16 h[], Word16 T0, Word16 pitch_sharp, Word16 code[], Word16 y[], Word16 * sign, Flag * pOverflow ) argument
[all...]
H A Dc4_17pf.cpp22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
145 code[] Array of type Word16 -- Innovative codebook
165 The code length is 40, containing 4 nonzero pulses: i0...i3.
192 When the code is written for a specific target processor the
218 Word16 code[], /* o : Innovative codebook */
286 code,
294 * Include fixed-gain pitch contribution into code[]. *
305 code[i - T0],
309 code[i] =
311 code[
212 code_4i40_17bits( Word16 x[], Word16 h[], Word16 T0, Word16 pitch_sharp, Word16 code[], Word16 y[], Word16 * sign, Flag * pOverflow ) argument
[all...]
/frameworks/base/media/libstagefright/codecs/amrwbenc/inc/
H A Dacelp.h390 Word16 code[], /* (i) Q9 :Innovative vector. */
407 Word16 code[], /* (i) Q9 :Innovative vector. */
432 Word16 code[], /* (o) Q9 : algebraic (fixed) codebook excitation */
441 Word16 code[], /* (o) Q9 : algebraic (fixed) codebook excitation */
455 Word16 * x, /* in/out: impulse response (or algebraic code) */
486 Word16 code[], /* (i) Q9 : Fixed codebook excitation */
487 Word16 gain_code, /* (i) Q0 : gain of code */
/frameworks/base/services/java/com/android/server/am/
H A DPendingIntentRecord.java180 public int send(int code, Intent intent, String resolvedType, argument
182 return sendInner(code, intent, resolvedType, finishedReceiver,
186 int sendInner(int code, Intent intent, String resolvedType, argument
242 key.who, key.requestCode, code, finalIntent);
250 finishedReceiver, code, null, null,
/frameworks/base/core/java/android/view/
H A DKeyEvent.java40 * Key events are generally accompanied by a key code ({@link #getKeyCode()}),
41 * scan code ({@link #getScanCode()}) and meta state ({@link #getMetaState()}).
42 * Key code constants are defined in this class. Scan code constants are raw
57 * that single repeated key code or a sequence of characters to insert.
71 /** Key code constant: Unknown key code. */
73 /** Key code constant: Soft Left key.
78 /** Key code constant: Soft Right key.
83 /** Key code constan
1313 KeyEvent(int action, int code) argument
1333 KeyEvent(long downTime, long eventTime, int action, int code, int repeat) argument
1357 KeyEvent(long downTime, long eventTime, int action, int code, int repeat, int metaState) argument
1384 KeyEvent(long downTime, long eventTime, int action, int code, int repeat, int metaState, int deviceId, int scancode) argument
1414 KeyEvent(long downTime, long eventTime, int action, int code, int repeat, int metaState, int deviceId, int scancode, int flags) argument
1446 KeyEvent(long downTime, long eventTime, int action, int code, int repeat, int metaState, int deviceId, int scancode, int flags, int source) argument
1548 obtain(long downTime, long eventTime, int action, int code, int repeat, int metaState, int deviceId, int scancode, int flags, int source, String characters) argument
[all...]
/frameworks/base/libs/binder/
H A DIMemory.cpp212 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
214 switch(code) {
225 return BBinder::onTransact(code, data, reply, flags);
367 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
369 switch(code) {
379 return BBinder::onTransact(code, data, reply, flags);
211 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
366 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/base/tools/aapt/
H A DResource.cpp210 ResXMLTree::event_code_t code; local
211 while ((code=block.next()) != ResXMLTree::START_TAG
212 && code != ResXMLTree::END_DOCUMENT
213 && code != ResXMLTree::BAD_DOCUMENT) {
217 if (code != ResXMLTree::START_TAG) {
239 while ((code=block.next()) != ResXMLTree::END_DOCUMENT
240 && code != ResXMLTree::BAD_DOCUMENT) {
241 if (code == ResXMLTree::START_TAG) {
517 ResXMLTree::event_code_t code; local
518 while ((code
1284 ResXMLTree::event_code_t code; local
1568 int32_t code = sym.typeCode == AaptSymbolEntry::TYPE_INT32 local
2062 ResXMLTree::event_code_t code; local
2165 ResXMLTree::event_code_t code; local
[all...]
/frameworks/base/core/java/android/os/
H A DParcel.java183 private int mObject; // used by native code
185 private int mOwnObject; // used by native code
1210 int code = 0;
1212 code = EX_SECURITY;
1214 code = EX_BAD_PARCELABLE;
1216 code = EX_ILLEGAL_ARGUMENT;
1218 code = EX_NULL_POINTER;
1220 code = EX_ILLEGAL_STATE;
1222 writeInt(code);
1224 if (code
1324 readException(int code, String msg) argument
[all...]
H A DServiceManagerNative.java50 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
53 switch (code) {
/frameworks/base/core/tests/overlaytests/OverlayTest/src/com/android/overlaytest/
H A DOverlayBaseTest.java31 private void setLocale(String code) { argument
32 Locale locale = new Locale(code);
/frameworks/base/core/tests/utillib/src/coretestutils/http/
H A DMockResponse.java63 public MockResponse setResponseCode(int code) { argument
64 this.status = "HTTP/1.1 " + code + " OK";
/frameworks/base/include/media/
H A DIOMX.h179 uint32_t code, const Parcel &data, Parcel *reply,
186 uint32_t code, const Parcel &data, Parcel *reply,
H A DIMediaPlayer.h98 virtual status_t onTransact( uint32_t code,
/frameworks/base/media/mtp/
H A DMtpPacket.cpp119 void MtpPacket::setContainerCode(uint16_t code) { argument
120 putUInt16(MTP_CONTAINER_CODE_OFFSET, code);
/frameworks/base/include/camera/
H A DICamera.h114 virtual status_t onTransact( uint32_t code,
/frameworks/base/include/gui/
H A DISurfaceTexture.h137 virtual status_t onTransact( uint32_t code,

Completed in 7986 milliseconds

1234567891011>>