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

1234567891011>>

/frameworks/base/services/core/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;
H A DIntentFilterVerificationResponse.java24 public final int code; field in class:IntentFilterVerificationResponse
27 public IntentFilterVerificationResponse(int callerUid, int code, List<String> failedDomains) { argument
29 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/opt/net/ims/src/java/com/android/ims/
H A DImsException.java34 public ImsException(String message, int code) { argument
35 super(message + ", code = " + code);
36 mCode = code;
39 public ImsException(String message, Throwable cause, int code) { argument
41 mCode = code;
45 * Gets the detailed exception code when ImsException is throwed
47 * @return the exception code in {@link ImsReasonInfo}
/frameworks/base/services/core/java/com/android/server/
H A DINativeDaemonConnectorCallbacks.java23 boolean onCheckHoldWakeLock(int code); argument
24 boolean onEvent(int code, String raw, String[] cooked); argument
/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.h43 inline void setEventCode(MtpEventCode code) argument
44 { 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.cpp142 // is really no benefit to unloading the code.
175 NativeCode* code = static_cast<NativeCode*>(activity); local
176 write_work(code->mainWorkWrite, CMD_FINISH, 0);
181 NativeCode* code = static_cast<NativeCode*>(activity); local
182 write_work(code->mainWorkWrite, CMD_SET_WINDOW_FORMAT, format);
187 NativeCode* code = static_cast<NativeCode*>(activity); local
188 write_work(code->mainWorkWrite, CMD_SET_WINDOW_FLAGS, values, mask);
193 NativeCode* code = static_cast<NativeCode*>(activity); local
194 write_work(code->mainWorkWrite, CMD_SHOW_SOFT_INPUT, flags);
199 NativeCode* code local
209 NativeCode* code = (NativeCode*)data; local
268 std::unique_ptr<NativeCode> code; local
378 NativeCode* code = (NativeCode*)handle; local
390 NativeCode* code = (NativeCode*)handle; local
404 NativeCode* code = (NativeCode*)handle; local
421 NativeCode* code = (NativeCode*)handle; local
447 NativeCode* code = (NativeCode*)handle; local
461 NativeCode* code = (NativeCode*)handle; local
475 NativeCode* code = (NativeCode*)handle; local
489 NativeCode* code = (NativeCode*)handle; local
503 NativeCode* code = (NativeCode*)handle; local
517 NativeCode* code = (NativeCode*)handle; local
540 NativeCode* code = (NativeCode*)handle; local
582 NativeCode* code = (NativeCode*)handle; local
596 NativeCode* code = (NativeCode*)handle; local
612 NativeCode* code = (NativeCode*)handle; local
627 NativeCode* code = (NativeCode*)handle; local
643 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/media/java/android/mtp/
H A DMtpDeviceInfo.java74 * Returns operation code supported by the device.
76 * @return supported operation code. Can be null if device does not provide the property.
118 * Returns event code supported by the device.
120 * @return supported event code. Can be null if device does not provide the property.
146 * @param code Operation code.
149 public boolean isOperationSupported(int code) { argument
150 return isSupported(mOperationsSupported, code);
155 * @param code Event code
158 isEventSupported(int code) argument
166 isSupported(int[] set, int code) argument
[all...]
/frameworks/base/telecomm/java/android/telecom/
H A DDisconnectCause.java27 * Describes the cause of a disconnected call. This always includes a code describing the generic
89 * @param code The code for the disconnect cause.
91 public DisconnectCause(int code) { argument
92 this(code, null, null, null, ToneGenerator.TONE_UNKNOWN);
98 * @param code The code for the disconnect cause.
101 public DisconnectCause(int code, String reason) { argument
102 this(code, null, null, reason, ToneGenerator.TONE_UNKNOWN);
108 * @param code Th
113 DisconnectCause(int code, CharSequence label, CharSequence description, String reason) argument
126 DisconnectCause(int code, CharSequence label, CharSequence description, String reason, int toneToPlay) argument
[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/core/java/android/app/
H A DIActivityPendingResult.aidl25 boolean sendResult(int code, String data, in Bundle ex);
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64CA53Erratum835769Stub.cpp51 ErratumSequence code; local
52 pFragRef.memcpy(&code, sizeof(ErratumSequence), 0);
54 if (AArch64InsnHelpers::isMLXL(code.insns[1]) &&
55 AArch64InsnHelpers::isMemOp(code.insns[0], rt, rt2, is_pair, is_load)) {
58 if (AArch64InsnHelpers::getBit(code.insns[0], 26) != 0) {
63 unsigned ra = AArch64InsnHelpers::getRa(code.insns[1]);
64 unsigned rm = AArch64InsnHelpers::getRm(code.insns[1]);
65 unsigned rn = AArch64InsnHelpers::getRn(code.insns[1]);
H A DAArch64CA53Erratum843419Stub2.cpp64 ErratumSequence code; local
65 pFragRef.memcpy(&code, AArch64InsnHelpers::InsnSize * 4, 0);
67 if (AArch64CA53Erratum843419Stub::isErratum843419Sequence(code.insns[0],
68 code.insns[1],
69 code.insns[3])) {
/frameworks/base/core/java/com/android/internal/app/
H A DIAppOpsService.aidl24 // These first methods are also called by native code, so must
26 int checkOperation(int code, int uid, String packageName);
27 int noteOperation(int code, int uid, String packageName);
28 int startOperation(IBinder token, int code, int uid, String packageName);
29 void finishOperation(IBinder token, int code, int uid, String packageName);
34 int noteProxyOperation(int code, String proxyPackageName,
41 void setUidMode(int code, int uid, int mode);
42 void setMode(int code, int uid, String packageName, int mode);
44 int checkAudioOperation(int code, int usage, int uid, String packageName);
45 void setAudioRestriction(int code, in
[all...]
/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 */

Completed in 650 milliseconds

1234567891011>>