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

1234567

/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/libs/ui/
H A DIOverlay.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/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/services/java/com/android/server/
H A DINativeDaemonConnectorCallbacks.java23 boolean onEvent(int code, String raw, String[] cooked); argument
H A DNativeDaemonConnectorException.java34 public NativeDaemonConnectorException(int code, String cmd, String error) argument
36 super(String.format("Cmd {%s} failed with code %d : {%s}", cmd, code, error));
37 mCode = code;
/frameworks/base/cmds/keystore/
H A Dkeystore_cli.c48 uint8_t code; local
73 if (recv(sock, &code, 1, 0) != 1) {
77 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/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
53 * The associated HTTP response code.
64 * @param length The HTTP response status code.
74 int code) {
78 mStatusCode = code;
124 * Returns the HTTP status code for the response.
126 * @return The HTTP statue code, e.g 200.
70 PluginData( InputStream stream, long length, Map<String, String[]> headers, int code) 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 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
H A DICameraClient.cpp82 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
84 switch(code) {
112 return BBinder::onTransact(code, data, reply, flags);
81 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 DISensorEventConnection.cpp81 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
83 switch(code) {
107 return BBinder::onTransact(code, data, reply, flags);
80 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.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 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 DIAudioRecord.cpp83 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
85 switch(code) {
102 return BBinder::onTransact(code, data, reply, flags);
82 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
/frameworks/base/core/java/android/content/
H A DUriMatcher.java123 * @param code the code to match for the root URI
125 public UriMatcher(int code) argument
127 mCode = code;
142 * Add a URI to match, and the code to return when this URI is
150 * @param code the code that is returned when a URI is matched
153 public void addURI(String authority, String path, int code) argument
155 if (code < 0) {
156 throw new IllegalArgumentException("code "
[all...]

Completed in 1762 milliseconds

1234567