Searched refs:code (Results 1 - 25 of 364) 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/av/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/av/libvideoeditor/vss/src/
H A DM4VD_EXTERNAL_BitstreamParser.c33 M4OSA_UInt8 code; member in struct:__anon321
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/av/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/core/jni/
H A Dandroid_app_NativeActivity.cpp130 // is really no benefit to unloading the code.
163 NativeCode* code = static_cast<NativeCode*>(activity); local
164 write_work(code->mainWorkWrite, CMD_FINISH, 0);
169 NativeCode* code = static_cast<NativeCode*>(activity); local
170 write_work(code->mainWorkWrite, CMD_SET_WINDOW_FORMAT, format);
175 NativeCode* code = static_cast<NativeCode*>(activity); local
176 write_work(code->mainWorkWrite, CMD_SET_WINDOW_FLAGS, values, mask);
181 NativeCode* code = static_cast<NativeCode*>(activity); local
182 write_work(code->mainWorkWrite, CMD_SHOW_SOFT_INPUT, flags);
187 NativeCode* code local
197 NativeCode* code = (NativeCode*)data; local
253 NativeCode* code = NULL; local
349 NativeCode* code = (NativeCode*)handle; local
359 NativeCode* code = (NativeCode*)handle; local
371 NativeCode* code = (NativeCode*)handle; local
386 NativeCode* code = (NativeCode*)handle; local
410 NativeCode* code = (NativeCode*)handle; local
422 NativeCode* code = (NativeCode*)handle; local
434 NativeCode* code = (NativeCode*)handle; local
446 NativeCode* code = (NativeCode*)handle; local
458 NativeCode* code = (NativeCode*)handle; local
470 NativeCode* code = (NativeCode*)handle; local
491 NativeCode* code = (NativeCode*)handle; local
531 NativeCode* code = (NativeCode*)handle; local
543 NativeCode* code = (NativeCode*)handle; local
557 NativeCode* code = (NativeCode*)handle; local
570 NativeCode* code = (NativeCode*)handle; local
584 NativeCode* code = (NativeCode*)handle; local
[all...]
/frameworks/av/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/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/services/java/com/android/server/
H A DINativeDaemonConnectorCallbacks.java23 boolean onEvent(int code, String raw, String[] cooked); argument
/frameworks/base/core/java/android/app/
H A DIActivityPendingResult.aidl25 boolean sendResult(int code, String data, in Bundle ex);
/frameworks/base/core/java/com/android/internal/app/
H A DIAppOpsService.aidl23 // These first methods are also called by native code, so must
25 int checkOperation(int code, int uid, String packageName);
26 int noteOperation(int code, int uid, String packageName);
27 int startOperation(IBinder token, int code, int uid, String packageName);
28 void finishOperation(IBinder token, int code, int uid, String packageName);
37 void setMode(int code, int uid, String packageName, int mode);
/frameworks/av/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/av/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/av/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/core/tests/coretests/apks/version/
H A DAndroid.mk6 LOCAL_AAPT_FLAGS := --version-code 1 --version-name 1.0
13 LOCAL_AAPT_FLAGS := --version-code 2 --version-name 2.0
20 LOCAL_AAPT_FLAGS := --version-code 3 --version-name 3.0
27 LOCAL_AAPT_FLAGS := --version-code 1 --version-name 1.0
34 LOCAL_AAPT_FLAGS := --version-code 2 --version-name 2.0
/frameworks/av/media/mediaserver/
H A Dmain_mediaserver.cpp69 const char *code; local
72 code = "CLD_EXITED";
75 code = "CLD_KILLED";
78 code = "CLD_DUMPED";
81 code = "CLD_STOPPED";
84 code = "CLD_TRAPPED";
87 code = "CLD_CONTINUED";
91 code = buffer;
96 ALOG(LOG_ERROR, "media.log", "pid %d status %d code %s user %ld.%03lds sys %ld.%03lds",
97 info.si_pid, info.si_status, code,
[all...]
/frameworks/native/include/binder/
H A DIAppOpsService.h33 virtual int32_t checkOperation(int32_t code, int32_t uid, const String16& packageName) = 0;
34 virtual int32_t noteOperation(int32_t code, int32_t uid, const String16& packageName) = 0;
35 virtual int32_t startOperation(const sp<IBinder>& token, int32_t code, int32_t uid,
37 virtual void finishOperation(const sp<IBinder>& token, int32_t code, int32_t uid,
66 virtual status_t onTransact( uint32_t code,

Completed in 542 milliseconds

1234567891011>>