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

12345678910

/frameworks/av/media/mtp/
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); }
H A DMtpDebug.cpp23 uint16_t code; member in struct:android::CodeEntry
370 static const char* getCodeName(uint16_t code, const CodeEntry* table) { argument
373 if (entry->code == code)
380 const char* MtpDebug::getOperationCodeName(MtpOperationCode code) { argument
381 return getCodeName(code, sOperationCodes);
384 const char* MtpDebug::getFormatCodeName(MtpObjectFormat code) { argument
385 if (code == 0)
387 return getCodeName(code, sFormatCodes);
390 const char* MtpDebug::getObjectPropCodeName(MtpPropertyCode code) { argument
396 getDevicePropCodeName(MtpPropertyCode code) argument
[all...]
/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;
/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;
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/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/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/native/libs/gui/
H A DIProducerListener.cpp42 status_t BnProducerListener::onTransact(uint32_t code, const Parcel& data, argument
44 switch (code) {
50 return BBinder::onTransact(code, data, reply, flags);
/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/av/camera/
H A DICameraRecordingProxyListener.cpp55 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
57 switch(code) {
68 return BBinder::onTransact(code, data, reply, flags);
54 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DICameraServiceListener.cpp68 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
70 switch(code) {
83 return BBinder::onTransact(code, data, reply, flags);
67 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/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/media/libmedia/
H A DIAudioFlingerClient.cpp70 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
72 switch (code) {
96 return BBinder::onTransact(code, data, reply, flags);
69 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DIAudioPolicyServiceClient.cpp63 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
65 switch (code) {
77 return BBinder::onTransact(code, data, reply, flags);
62 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
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 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
/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
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dvoicefac.c32 Word16 code[], /* (i) Q9 : Fixed codebook excitation */
33 Word16 gain_code, /* (i) Q0 : gain of code */
53 ener2 = extract_h(Dot_product12_asm(code, code, L_subfr, &exp2));
55 ener2 = extract_h(Dot_product12(code, code, L_subfr, &exp2));
28 voice_factor( Word16 exc[], Word16 Q_exc, Word16 gain_pit, Word16 code[], Word16 gain_code, Word16 L_subfr ) argument
/frameworks/av/media/mediaserver/
H A Dmain_mediaserver.cpp70 const char *code; local
73 code = "CLD_EXITED";
76 code = "CLD_KILLED";
79 code = "CLD_DUMPED";
82 code = "CLD_STOPPED";
85 code = "CLD_TRAPPED";
88 code = "CLD_CONTINUED";
92 code = buffer;
97 ALOG(LOG_ERROR, "media.log", "pid %d status %d code %s user %ld.%03lds sys %ld.%03lds",
98 info.si_pid, info.si_status, code,
[all...]

Completed in 339 milliseconds

12345678910