/frameworks/av/media/mtp/ |
H A D | MtpEventPacket.h | 45 inline void setEventCode(MtpEventCode code) argument 46 { return setContainerCode(code); }
|
H A D | MtpResponsePacket.h | 44 inline void setResponseCode(MtpResponseCode code) argument 45 { return setContainerCode(code); }
|
H A D | MtpRequestPacket.h | 45 inline void setOperationCode(MtpOperationCode code) argument 46 { return setContainerCode(code); }
|
/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageVerificationResponse.java | 20 public final int code; field in class:PackageVerificationResponse 24 public PackageVerificationResponse(int code, int callerUid) { argument 25 this.code = code;
|
H A D | IntentFilterVerificationResponse.java | 24 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 D | dec_pred_intra_dc.cpp | 34 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 D | MediaCodecService.cpp | 47 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 D | INativeDaemonConnectorCallbacks.java | 23 boolean onCheckHoldWakeLock(int code); argument 24 boolean onEvent(int code, String raw, String[] cooked); argument
|
/frameworks/base/telecomm/java/android/telecom/ |
H A D | Response.java | 36 * @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 D | ImsException.java | 34 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 D | IInputFlinger.cpp | 46 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 D | IBatteryPropertiesListener.cpp | 46 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 D | IDrmServiceListener.cpp | 42 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 D | IDrmClient.cpp | 61 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 D | IMediaDrmService.cpp | 66 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 D | main_audioserver.cpp | 76 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 D | IAAudioClient.cpp | 35 * 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 D | IAudioFlingerClient.cpp | 64 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 D | IMediaCodecService.cpp | 63 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 D | IMediaPlayerClient.cpp | 57 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 D | IMediaRecorderClient.cpp | 54 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 D | IRemoteDisplay.cpp | 66 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 D | IResourceManagerClient.cpp | 70 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 D | dec_acelp_4p_in_64.cpp | 22 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 D | voice_factor.cpp | 22 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
|