Searched refs:code (Results 1 - 25 of 593) 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/base/telephony/java/com/android/ims/
H A DImsException.java34 public ImsException(String message, int code) { argument
35 super(message + "(" + 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 DMtpResponsePacket.h44 inline void setResponseCode(MtpResponseCode code) argument
45 { return setContainerCode(code); }
H A DMtpEventPacket.h45 inline void setEventCode(MtpEventCode code) argument
46 { return setContainerCode(code); }
H A DMtpRequestPacket.h45 inline void setOperationCode(MtpOperationCode code) argument
46 { return setContainerCode(code); }
/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp148 // is really no benefit to unloading the code.
185 NativeCode* code = static_cast<NativeCode*>(activity); local
186 write_work(code->mainWorkWrite, CMD_FINISH, 0);
191 NativeCode* code = static_cast<NativeCode*>(activity); local
192 write_work(code->mainWorkWrite, CMD_SET_WINDOW_FORMAT, format);
197 NativeCode* code = static_cast<NativeCode*>(activity); local
198 write_work(code->mainWorkWrite, CMD_SET_WINDOW_FLAGS, values, mask);
203 NativeCode* code = static_cast<NativeCode*>(activity); local
204 write_work(code->mainWorkWrite, CMD_SHOW_SOFT_INPUT, flags);
209 NativeCode* code local
219 NativeCode* code = (NativeCode*)data; local
278 std::unique_ptr<NativeCode> code; local
394 NativeCode* code = (NativeCode*)handle; local
406 NativeCode* code = (NativeCode*)handle; local
420 NativeCode* code = (NativeCode*)handle; local
437 NativeCode* code = (NativeCode*)handle; local
463 NativeCode* code = (NativeCode*)handle; local
477 NativeCode* code = (NativeCode*)handle; local
491 NativeCode* code = (NativeCode*)handle; local
505 NativeCode* code = (NativeCode*)handle; local
519 NativeCode* code = (NativeCode*)handle; local
533 NativeCode* code = (NativeCode*)handle; local
556 NativeCode* code = (NativeCode*)handle; local
598 NativeCode* code = (NativeCode*)handle; local
612 NativeCode* code = (NativeCode*)handle; local
628 NativeCode* code = (NativeCode*)handle; local
643 NativeCode* code = (NativeCode*)handle; local
659 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/telecomm/java/android/telecom/
H A DDisconnectCause.java27 * Describes the cause of a disconnected call. This always includes a code describing the generic
79 * Reason code (returned via {@link #getReason()}) which indicates that a call could not be
87 * Reason code (returned via {@link #getReason()}), which indicates that the video telephony
102 * @param code The code for the disconnect cause.
104 public DisconnectCause(int code) { argument
105 this(code, null, null, null, ToneGenerator.TONE_UNKNOWN);
111 * @param code The code for the disconnect cause.
114 public DisconnectCause(int code, Strin argument
126 DisconnectCause(int code, CharSequence label, CharSequence description, String reason) argument
139 DisconnectCause(int code, CharSequence label, CharSequence description, String reason, int toneToPlay) argument
[all...]
H A DResponse.java36 * @param code An integer code indicating the reason for failure.
39 void onError(IN request, int code, String msg); argument
/frameworks/base/media/java/android/mtp/
H A DMtpDeviceInfo.java76 * Returns operation code supported by the device.
78 * @return supported operation code. Can be null if device does not provide the property.
120 * Returns event code supported by the device.
122 * @return supported event code. Can be null if device does not provide the property.
148 * @param code Operation code.
151 public boolean isOperationSupported(int code) { argument
152 return isSupported(mOperationsSupported, code);
157 * @param code Event code
160 isEventSupported(int code) argument
168 isSupported(@onNull int[] set, int code) 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/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,
42 void setUidMode(int code, int uid, int mode);
43 void setMode(int code, int uid, String packageName, int mode);
45 int checkAudioOperation(int code, int usage, int uid, String packageName);
46 void setAudioRestriction(int code, in
[all...]
/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/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.cpp37 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
39 switch(code) {
48 return BBinder::onTransact(code, data, reply, flags);
36 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 1668 milliseconds

1234567891011>>