Searched refs:code (Results 26 - 50 of 296) sorted by relevance

1234567891011>>

/frameworks/base/libs/gui/
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/libs/storage/
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/media/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoDecoder.cpp219 // Replace the AU start code for H264
245 M4OSA_UInt32 code, j; local
282 code = VideoEditorVideoDecoder_GetBitsFromMemory(&parsingCtxt, 8);
283 if (code == 0) {
284 code = VideoEditorVideoDecoder_GetBitsFromMemory(&parsingCtxt, 8);
285 if (code == 0) {
286 code = VideoEditorVideoDecoder_GetBitsFromMemory(&parsingCtxt,8);
287 if (code == 1) {
288 /* start code found */
289 code
[all...]
/frameworks/base/media/libstagefright/codecs/amrwb/src/
H A Dphase_dispersion.cpp22 ANSI-C code for the Adaptive Multi-Rate - Wideband (AMR-WB) speech codec
47 int16 gain_code, (i) Q0 : gain of code
49 int16 code[], (i/o) : code vector
152 int16 gain_code, /* (i) Q0 : gain of code */
154 int16 code[], /* (i/o) : code vector */
230 if (code[i] != 0)
234 code2[i + j] = add_int16(code2[i + j], mult_int16_r(code[i], ph_imp_low[j]));
243 if (code[
151 phase_dispersion( int16 gain_code, int16 gain_pit, int16 code[], int16 mode, int16 disp_mem[], int16 ScratchMem[] ) argument
[all...]
/frameworks/base/core/java/android/webkit/
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/telephony/java/com/android/internal/telephony/gsm/
H A DSuppServiceNotification.java30 public int code; field in class:SuppServiceNotification
64 + " code: " + code
/frameworks/base/cmds/keystore/
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/media/libstagefright/codecs/amrnb/dec/src/
H A Ddec_gain.h22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
111 Word16 code[], /* i : Innovative vector. */
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
H A Dc2_11pf.h22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
108 Word16 code[], /* o : Innovative codebook */
H A Dc2_9pf.h22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
109 Word16 code[], /* o : Innovative codebook */
H A Dc3_14pf.h22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
109 Word16 code[], /* (o) : Innovative codebook */
H A Dc4_17pf.h22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
108 Word16 code[], /* (o) : Innovative codebook */
H A Dcbsearch.h22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
118 Word16 code[], /* o : Innovative codebook, Q13 */
H A Dspstproc.h22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
118 Word16 code[], /* i : Fixed codebook exitation */
/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/media/mtp/
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/media/libstagefright/codecs/avc/enc/src/
H A Dresidual.cpp33 uint code; local
54 code = *((uint*)pSrc);
56 *((uint*)pDst) = code;
58 status = BitstreamWriteBits(stream, 32, code);
63 code = *((uint*)pSrc);
65 *((uint*)pDst) = code;
67 status = BitstreamWriteBits(stream, 16, code);
87 code = *((uint*)pSrc);
89 *((uint*)pDst) = code;
91 status = BitstreamWriteBits(stream, 32, code);
[all...]
/frameworks/base/core/java/android/content/
H A DUriMatcher.java28 <p>To use this class, build up a tree of <code>UriMatcher</code> objects.
123 * @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
[all...]
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dbitstream.cpp175 PV_STATUS BitstreamShowBits32HC(BitstreamDecVideo *stream, uint32 *code) argument
184 *code = stream->curr_word;
193 PV_STATUS BitstreamShowBits32(BitstreamDecVideo *stream, int nbits, uint32 *code) argument
202 *code = stream->curr_word >> (32 - nbits);
215 PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code) argument
226 *code = stream->curr_word >> (32 - nbits);
238 PV_STATUS BitstreamShow15Bits(BitstreamDecVideo *stream, uint *code) argument
247 *code = stream->curr_word >> 17;
257 PV_STATUS BitstreamShow13Bits(BitstreamDecVideo *stream, uint *code) argument
266 *code
272 uint code; local
289 uint code; local
313 uint code; local
335 uint code; local
384 uint32 code; local
398 uint32 code; local
422 PV_BitstreamShowBitsByteAlign(BitstreamDecVideo *stream, int nbits, uint32 *code) argument
441 PV_BitstreamShowBitsByteAlignNoForceStuffing(BitstreamDecVideo *stream, int nbits, uint32 *code) argument
[all...]
/frameworks/base/include/storage/
H A DIMountShutdownObserver.h38 virtual status_t onTransact( uint32_t code,
/frameworks/base/telephony/java/com/android/internal/telephony/test/
H A DSimulatedRadioControl.java49 public void triggerSsn(int type, 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

Completed in 1400 milliseconds

1234567891011>>