Searched refs:code (Results 1 - 25 of 296) sorted by relevance

1234567891011>>

/frameworks/base/services/java/com/android/server/pm/
H A DPackageVerificationResponse.java20 public final int code; field in class:PackageVerificationResponse
24 public PackageVerificationResponse(int code, int callerUid) { argument
25 this.code = code;
/frameworks/base/media/libstagefright/codecs/amrwb/src/
H A Ddec_acelp_2p_in_64.cpp22 ANSI-C code for the Adaptive Multi-Rate - Wideband (AMR-WB) speech codec
48 int16 code[] (o): Q9 algebraic (fixed) codebook excitation
126 int16 code[] /* (o): Q9 algebraic (fixed) codebook excitation */
131 pv_memset(code, 0, L_CODE*sizeof(*code));
139 code[i] = 512;
143 code[i] = -512;
150 code[i] = 512;
154 code[i] = -512;
H A Ddec_acelp_4p_in_64.cpp22 ANSI-C code for the Adaptive Multi-Rate - Wideband (AMR-WB) speech codec
55 int16 code[] (o) Q9: algebraic (fixed) codebook excitation
123 void add_pulses(int16 pos[], int16 nb_pulse, int16 track, int16 code[]);
157 int16 code[] /* (o) Q9: algebraic (fixed) codebook excitation */
162 pv_memset(code, 0, L_CODE*sizeof(*code));
174 add_pulses(pos, 1, k, code);
183 add_pulses(pos, 2, k, code);
191 add_pulses(pos, 3, k, code);
197 add_pulses(pos, 2, k, code);
246 add_pulses(int16 pos[], int16 nb_pulse, int16 track, int16 code[]) argument
[all...]
/frameworks/media/libvideoeditor/vss/src/
H A DM4VD_EXTERNAL_BitstreamParser.c33 M4OSA_UInt8 code; member in struct:__anon1592
103 M4OSA_UInt32 code, j; local
141 code = M4VD_EXTERNAL_GetBitsFromMemory(&parsingCtxt, 8);
142 if (code == 0)
144 code = M4VD_EXTERNAL_GetBitsFromMemory(&parsingCtxt, 8);
145 if (code == 0)
147 code = M4VD_EXTERNAL_GetBitsFromMemory(&parsingCtxt, 8);
148 if (code == 1)
150 /* start code found */
151 code
[all...]
H A DM4VD_Tools.c33 M4OSA_UInt32 code; local
35 code = 0;
47 code = (code << 1);
48 code |= ((parsingCtxt->stream_byte & 0x80) >> 7);
54 return code;
/frameworks/base/media/mtp/
H A DMtpDebug.h29 static const char* getOperationCodeName(MtpOperationCode code);
30 static const char* getFormatCodeName(MtpObjectFormat code);
31 static const char* getObjectPropCodeName(MtpPropertyCode code);
32 static const char* getDevicePropCodeName(MtpPropertyCode code);
H A DMtpEventPacket.h42 inline void setEventCode(MtpEventCode code) argument
43 { return setContainerCode(code); }
H A DMtpRequestPacket.h44 inline void setOperationCode(MtpOperationCode code) argument
45 { return setContainerCode(code); }
H A DMtpResponsePacket.h42 inline void setResponseCode(MtpResponseCode code) argument
43 { return setContainerCode(code); }
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dvlc_decode.cpp46 * ACTS-MoMuSys partners retain full right to use the code for his/her own
47 * purpose, assign or donate the code to a third party and to inhibit third
48 * parties from using the code for non MPEG-4 Video (ISO/IEC 14496-2) Standard
71 * Donated to the Momusys-project as background code by
106 uint32 code; local
109 BitstreamShowBits32(stream, 24, &code);
111 while (code != 1)
115 BitstreamShowBits32(stream, 24, &code);
128 * 3/29/00 : added return code check to some functions and
129 * optimize the code
455 uint code; local
505 uint code; local
538 uint code; local
559 uint code; local
593 uint code; local
631 uint code; local
841 uint code; local
1024 uint code; local
1203 uint code; local
1263 uint code; local
1318 uint code; local
1391 uint code; local
1473 uint code, mask; local
1556 uint code, mask; local
[all...]
H A Ddec_pred_intra_dc.cpp34 uint code; local
52 code = (int) BitstreamReadBits16_INLINE(stream, DC_size);
54 first_bit = code >> (DC_size - 1);
59 *INTRADC_delta = code ^((1 << DC_size) - 1);
64 *INTRADC_delta = code;
H A Dbitstream.h39 PV_STATUS BitstreamShowBits32(BitstreamDecVideo *stream, int nbits, uint32 *code);
45 PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code);
46 PV_STATUS BitstreamShow15Bits(BitstreamDecVideo *stream, uint *code);
47 PV_STATUS BitstreamShow13Bits(BitstreamDecVideo *stream, uint *code);
51 __inline PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code) argument
62 *code = stream->curr_word >> (32 - nbits);
69 __inline PV_STATUS BitstreamShow15Bits(BitstreamDecVideo *stream, uint *code) argument
78 *code = stream->curr_word >> 17;
83 __inline PV_STATUS BitstreamShow13Bits(BitstreamDecVideo *stream, uint *code) argument
92 *code
97 uint code; local
112 uint code; local
[all...]
/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp458 // is really no benefit to unloading the code.
519 NativeCode* code = static_cast<NativeCode*>(activity); local
520 write_work(code->mainWorkWrite, CMD_FINISH, 0);
525 NativeCode* code = static_cast<NativeCode*>(activity); local
526 write_work(code->mainWorkWrite, CMD_SET_WINDOW_FORMAT, format);
531 NativeCode* code = static_cast<NativeCode*>(activity); local
532 write_work(code->mainWorkWrite, CMD_SET_WINDOW_FLAGS, values, mask);
537 NativeCode* code = static_cast<NativeCode*>(activity); local
538 write_work(code->mainWorkWrite, CMD_SHOW_SOFT_INPUT, flags);
543 NativeCode* code local
563 NativeCode* code = (NativeCode*)data; local
650 NativeCode* code = NULL; local
741 NativeCode* code = (NativeCode*)handle; local
751 NativeCode* code = (NativeCode*)handle; local
763 NativeCode* code = (NativeCode*)handle; local
778 NativeCode* code = (NativeCode*)handle; local
802 NativeCode* code = (NativeCode*)handle; local
814 NativeCode* code = (NativeCode*)handle; local
826 NativeCode* code = (NativeCode*)handle; local
838 NativeCode* code = (NativeCode*)handle; local
850 NativeCode* code = (NativeCode*)handle; local
862 NativeCode* code = (NativeCode*)handle; local
883 NativeCode* code = (NativeCode*)handle; local
923 NativeCode* code = (NativeCode*)handle; local
935 NativeCode* code = (NativeCode*)handle; local
949 NativeCode* code = (NativeCode*)handle; local
968 NativeCode* code = (NativeCode*)handle; local
984 NativeCode* code = (NativeCode*)handle; local
1001 NativeCode* code = (NativeCode*)handle; local
1021 NativeCode* code = (NativeCode*)handle; local
[all...]
/frameworks/base/core/java/android/webkit/
H A DMockGeolocation.java40 public void setError(int code, String message) { argument
42 nativeSetError(code, message);
58 private static native void nativeSetError(int code, String message); argument
/frameworks/base/services/java/com/android/server/
H A DNativeDaemonConnectorException.java34 public NativeDaemonConnectorException(int code, String cmd, String error) argument
36 super(String.format("Cmd {%s} failed with code %d : {%s}", cmd, code, error));
37 mCode = code;
H A DINativeDaemonConnectorCallbacks.java23 boolean onEvent(int code, String raw, String[] cooked); argument
/frameworks/base/core/java/android/nfc/
H A DErrorCodes.java28 public static boolean isError(int code) { argument
29 if (code < 0) {
36 public static String asString(int code) { argument
37 switch (code) {
/frameworks/base/core/java/android/app/
H A DIActivityPendingResult.aidl25 boolean sendResult(int code, String data, in Bundle ex);
/frameworks/base/media/libstagefright/codecs/avc/enc/src/
H A Dvlc_encode.cpp151 uint code, len; local
163 code = ((TotalCoeff - 1) << 2) | (TrailingOnes);
167 code = 3;
169 status = BitstreamWriteBits(stream, 6, code);
187 code = totCoeffTrailOne[vlcnum][TrailingOnes][TotalCoeff][1];
188 status = BitstreamWriteBits(stream, len, code);
205 uint code, len; local
208 code = totCoeffTrailOneChrom[TrailingOnes][TotalCoeff][1];
209 status = BitstreamWriteBits(stream, len, code);
254 int len, code; local
282 int len, code; local
318 int len, code; local
[all...]
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
H A Dcbsearch.cpp22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
67 code[] -- array of type Word16 -- Innovative codebook, Q13
107 When the code is written for a specific target processor the
192 Word16 code[], /* o : Innovative codebook, Q13 */
219 code,
234 code,
249 code,
264 code,
307 code,
315 * - Add the pitch contribution to code[]
184 cbsearch(Word16 x[], Word16 h[], Word16 T0, Word16 pitch_sharp, Word16 gain_pit, Word16 res2[], Word16 code[], Word16 y[], Word16 **anap, enum Mode mode, Word16 subNr, Flag *pOverflow) argument
[all...]
/frameworks/base/libs/storage/
H A DIMountShutdownObserver.cpp27 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
29 switch(code) {
38 return BBinder::onTransact(code, data, reply, flags);
26 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/base/media/libstagefright/codecs/amrnb/common/include/
H A Dd_gain_c.h22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
114 Word16 code[], /* i : innovation codevector */
/frameworks/base/core/java/android/content/
H A DIIntentSender.aidl24 int send(int code, in Intent intent, String resolvedType,
/frameworks/base/cmds/keystore/
H A Dkeystore_cli.cpp69 uint8_t code; local
70 if (recv(sock, &code, 1, 0) != 1) {
74 printf("%d %s\n", code , responses[code] ? responses[code] : "Unknown");
/frameworks/base/obex/javax/obex/
H A DServerSession.java9 * - Redistributions of source code must retain the above copyright notice,
153 * create a <code>HeaderSet</code> object to pass to the
154 * <code>ServerRequestHandler</code> object. After the handler processes the
160 int code = ResponseCodes.OBEX_HTTP_OK;
167 code = ResponseCodes.OBEX_HTTP_REQ_TOO_LARGE;
172 code = mListener.onAbort(request, reply);
173 Log.v(TAG, "onAbort request handler return value- " + code);
174 code
256 sendResponse(int code, byte[] header) argument
677 validateResponseCode(int code) argument
[all...]

Completed in 570 milliseconds

1234567891011>>