Searched defs:code (Results 1 - 25 of 275) sorted by relevance

1234567891011

/frameworks/av/media/mtp/
H A DMtpEventPacket.h45 inline void setEventCode(MtpEventCode code) argument
46 { return setContainerCode(code); }
H A DMtpResponsePacket.h44 inline void setResponseCode(MtpResponseCode code) argument
45 { return setContainerCode(code); }
H A DMtpRequestPacket.h45 inline void setOperationCode(MtpOperationCode code) argument
46 { return setContainerCode(code); }
/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/m4v_h263/dec/src/
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;
/frameworks/av/services/mediacodec/
H A DMediaCodecService.cpp47 status_t MediaCodecService::onTransact(uint32_t code, const Parcel& data, Parcel* reply, argument
50 return BnMediaCodecService::onTransact(code, data, reply, flags);
/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/base/telecomm/java/android/telecom/
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/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/native/libs/input/
H A DIInputFlinger.cpp46 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) {
47 switch(code) {
54 return BBinder::onTransact(code, data, reply, flags);
45 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/native/services/batteryservice/
H A DIBatteryPropertiesListener.cpp46 status_t BnBatteryPropertiesListener::onTransact(uint32_t code, const Parcel& data, argument
49 switch(code) {
60 return BBinder::onTransact(code, data, reply, flags);
/frameworks/av/drm/common/
H A DIDrmServiceListener.cpp42 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) {
44 switch (code) {
58 return BBinder::onTransact(code, data, reply, flags);
41 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/av/drm/libmediadrm/
H A DIDrmClient.cpp61 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
63 switch (code) {
77 return BBinder::onTransact(code, data, reply, flags);
60 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DIMediaDrmService.cpp66 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
68 switch (code) {
82 return BBinder::onTransact(code, data, reply, flags);
65 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/av/media/audioserver/
H A Dmain_audioserver.cpp76 const char *code; local
79 code = "CLD_EXITED";
82 code = "CLD_KILLED";
85 code = "CLD_DUMPED";
88 code = "CLD_STOPPED";
91 code = "CLD_TRAPPED";
94 code = "CLD_CONTINUED";
98 code = buffer;
103 ALOG(LOG_ERROR, "media.log", "pid %d status %d code %s user %ld.%03lds sys %ld.%03lds",
104 info.si_pid, info.si_status, code,
[all...]
/frameworks/av/media/libaaudio/src/binding/
H A DIAAudioClient.cpp35 * The order of parameters in the Parcels must match with code in AAudioClient.cpp.
59 // The order of parameters in the Parcels must match with code in BpAAudioClient
61 status_t BnAAudioClient::onTransact(uint32_t code, const Parcel& data, argument
66 ALOGV("BnAAudioClient::onTransact(%u) %u", code, flags);
68 switch(code) {
80 // ALOGW("BnAAudioClient::onTransact not handled %u", code);
81 return BBinder::onTransact(code, data, reply, flags);
/frameworks/av/media/libaudioclient/
H A DIAudioFlingerClient.cpp64 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
66 switch (code) {
83 return BBinder::onTransact(code, data, reply, flags);
63 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/av/media/libmedia/
H A DIMediaCodecService.cpp63 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
65 switch (code) {
80 return BBinder::onTransact(code, data, reply, flags);
62 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DIMediaPlayerClient.cpp57 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
59 switch (code) {
74 return BBinder::onTransact(code, data, reply, flags);
56 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DIMediaRecorderClient.cpp54 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
56 switch (code) {
66 return BBinder::onTransact(code, data, reply, flags);
53 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DIRemoteDisplay.cpp66 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
68 switch (code) {
90 return BBinder::onTransact(code, data, reply, flags);
65 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DIResourceManagerClient.cpp70 uint32_t code, const Parcel &data, Parcel *reply, uint32_t flags)
72 switch (code) {
86 return BBinder::onTransact(code, data, reply, flags);
69 onTransact( uint32_t code, const Parcel &data, Parcel *reply, uint32_t flags) argument
/frameworks/av/media/libstagefright/codecs/amrwb/src/
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...]
H A Dvoice_factor.cpp22 ANSI-C code for the Adaptive Multi-Rate - Wideband (AMR-WB) speech codec
50 int16 code[], (i) Q9 : Fixed codebook excitation
51 int16 gain_code, (i) Q0 : gain of code
122 int16 code[], /* (i) Q9 : Fixed codebook excitation */
123 int16 gain_code, /* (i) Q0 : gain of code */
139 ener2 = extract_h(Dot_product12(code, code, L_subfr, &exp2));
118 voice_factor( int16 exc[], int16 Q_exc, int16 gain_pit, int16 code[], int16 gain_code, int16 L_subfr ) argument

Completed in 1564 milliseconds

1234567891011