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

12345678

/frameworks/base/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); }
/frameworks/base/services/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/base/cmds/keystore/
H A Dkeystore_cli.cpp69 uint8_t code; local
70 if (recv(sock, &code, 1, 0) != 1) {
74 printf("%d %s\n", code , responses[code] ? responses[code] : "Unknown");
H A Dkeystore_get.h43 uint8_t code = 'g'; local
54 if (send(sock, &code, 1, 0) == 1 && send(sock, bytes, 2, 0) == 2 &&
56 recv(sock, &code, 1, 0) == 1 && code == /* NO_ERROR */ 1 &&
/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
H A DIMountServiceListener.cpp28 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
30 switch(code) {
48 return BBinder::onTransact(code, data, reply, flags);
27 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DIObbActionListener.cpp41 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
43 switch(code) {
54 return BBinder::onTransact(code, data, reply, flags);
40 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/base/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/base/services/java/com/android/server/
H A DINativeDaemonConnectorCallbacks.java23 boolean onEvent(int code, String raw, String[] cooked); argument
/frameworks/base/core/java/android/webkit/
H A DMockGeolocation.java40 public void setError(int code, String message) { argument
42 nativeSetError(code, message);
58 private static native void nativeSetError(int code, String message); argument
H A DPluginData.java28 * status code. The PluginData class is the container for all these
54 * The associated HTTP response code.
65 * @param length The HTTP response status code.
76 int code) {
80 mStatusCode = code;
129 * Returns the HTTP status code for the response.
131 * @return The HTTP statue code, e.g 200.
72 PluginData( InputStream stream, long length, Map<String, String[]> headers, int code) argument
/frameworks/base/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/base/libs/binder/
H A DIPermissionController.cpp59 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
62 switch(code) {
74 return BBinder::onTransact(code, data, reply, flags);
58 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/base/libs/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 DICameraService.cpp75 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
77 switch(code) {
101 return BBinder::onTransact(code, data, reply, flags);
74 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/base/libs/gui/
H A DISensorServer.cpp78 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
80 switch(code) {
98 return BBinder::onTransact(code, data, reply, flags);
77 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DISurface.cpp53 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
55 switch(code) {
62 return BBinder::onTransact(code, data, reply, flags);
52 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/base/media/libmedia/
H A DIAudioFlingerClient.cpp69 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
71 switch(code) {
95 return BBinder::onTransact(code, data, reply, flags);
68 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
/frameworks/base/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/base/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

Completed in 6972 milliseconds

12345678