Searched refs:code (Results 101 - 125 of 319) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/os/storage/
H A DIMountServiceListener.java61 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
63 switch (code) {
89 return super.onTransact(code, data, reply, flags);
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLocalService.java32 protected boolean onTransact(int code, Parcel data, Parcel reply,
34 if (code == ServiceTest.SET_REPORTER_CODE) {
39 return super.onTransact(code, data, reply, flags);
/frameworks/native/libs/gui/
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/av/drm/libdrmframework/include/
H A DIDrmServiceListener.h65 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags = 0);
/frameworks/av/include/camera/
H A DICameraClient.h45 virtual status_t onTransact( uint32_t code,
H A DICameraService.h53 virtual status_t onTransact( uint32_t code,
/frameworks/av/include/media/
H A DICrypto.h60 uint32_t code, const Parcel &data, Parcel *reply,
H A DIEffect.h52 virtual status_t onTransact( uint32_t code,
H A DIMediaMetadataRetriever.h50 virtual status_t onTransact(uint32_t code,
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dgain_q.h22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
153 Word16 code[], /* i : CB innovation (unfiltered), Q13 */
H A Dspstproc.cpp22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
109 code -- Word16 Array -- Fixed codebook exitation
152 When the code is written for a specific target processor the
181 Word16 code[], /* i : Fixed codebook exitation */
240 p_code = &code[0];
244 /* exc[i] = gain_pit*exc[i] + gain_code*code[i]; */
254 * code Q12 Q13
172 subframePostProc( Word16 *speech, enum Mode mode, Word16 i_subfr, Word16 gain_pit, Word16 gain_code, Word16 *Aq, Word16 synth[], Word16 xn[], Word16 code[], Word16 y1[], Word16 y2[], Word16 *mem_syn, Word16 *mem_err, Word16 *mem_w0, Word16 *exc, Word16 *sharp, Flag *pOverflow ) argument
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dvlc_encode.cpp47 * ACTS-MoMuSys partners retain full right to use the code for his/her own
48 * purpose, assign or donate the code to a third party and to inhibit third
49 * parties from using the code for non MPEG-4 Video (ISO/IEC 14496-2) standard
191 BitstreamPutBits(bitstream, length, DCtab_lum[size].code);
205 BitstreamPutBits(bitstream, length, DCtab_chrom[size].code);
227 BitstreamPutBits(bitstream, length, mvtab[absmv].code);
248 BitstreamPutBits(bitstream, length, mcbpc_intra_tab[ind].code);
263 BitstreamPutBits(bitstream, length, mcbpc_inter_tab[ind].code);
281 BitstreamPutBits(bitstream, length, (UInt)cbpy_tab[ind].code);
288 of code, the
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A DarmCOMM_Bitstream.h138 * Pack a VLC code word into the bitstream
150 * [in] codeLength Length of the code word valid range 1...32
179 * Pack a VLC code word into the bitstream
189 * [in] code VLC code word that need to be inserted in to the
207 ARM_VLC32 code
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A DarmCOMM_Bitstream.h138 * Pack a VLC code word into the bitstream
150 * [in] codeLength Length of the code word valid range 1...32
179 * Pack a VLC code word into the bitstream
189 * [in] code VLC code word that need to be inserted in to the
207 ARM_VLC32 code
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
H A DarmCOMM_Bitstream.h138 * Pack a VLC code word into the bitstream
150 * [in] codeLength Length of the code word valid range 1...32
179 * Pack a VLC code word into the bitstream
189 * [in] code VLC code word that need to be inserted in to the
207 ARM_VLC32 code
/frameworks/av/media/mtp/
H A DMtpPacket.h49 void setContainerCode(uint16_t code);
H A DMtpDevice.h95 MtpProperty* getDevicePropDesc(MtpDeviceProperty code);
96 MtpProperty* getObjectPropDesc(MtpObjectProperty code, MtpObjectFormat format);
/frameworks/base/core/java/android/content/
H A DIntentSender.java94 * @param resultCode The final result code determined by the send.
141 * @param code Result code to supply back to the IntentSender's target.
155 public void sendIntent(Context context, int code, Intent intent, argument
157 sendIntent(context, code, intent, onFinished, handler, null);
167 * @param code Result code to supply back to the IntentSender's target.
186 public void sendIntent(Context context, int code, Intent intent, argument
193 int res = mTarget.send(code, intent, resolvedType,
/frameworks/base/core/java/android/os/
H A DIBinder.java88 * The first transaction code available for user commands.
92 * The last transaction code available for user commands.
97 * IBinder protocol transaction code: pingBinder().
102 * IBinder protocol transaction code: dump internal state.
107 * IBinder protocol transaction code: interrogate the recipient side
113 * IBinder protocol transaction code: send a tweet to the target
120 * across the platform. To support older code, the default implementation
131 * IBinder protocol transaction code: tell an app asynchronously that the
206 * @param code The action to perform. This should
217 public boolean transact(int code, Parce argument
[all...]
/frameworks/ex/variablespeed/
H A DAndroid.mk17 # Build the java code, shared library.
36 # Build the native code, library.
/frameworks/native/include/gui/
H A DIGraphicBufferAlloc.h48 virtual status_t onTransact( uint32_t code,
H A DISensorEventConnection.h48 virtual status_t onTransact( uint32_t code,
H A DISurface.h54 virtual status_t onTransact( uint32_t code,
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Ddec_gain.cpp22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
45 Description: Added fixes to the code as per review comments. Removed nested
112 code[] = pointer to innovative vector of type Word16
120 gain_cod = pointer to code gain of type Word16
160 When the code is written for a specific target processor the
185 Word16 code[], /* i : Innovative vector. */
275 gc_pred(pred_state, mode, code, &exp, &frac, NULL, NULL, pOverflow);
181 Dec_gain( gc_predState *pred_state, enum Mode mode, Word16 index, Word16 code[], Word16 evenSubfr, Word16 * gain_pit, Word16 * gain_cod, Flag * pOverflow ) argument
/frameworks/base/cmds/servicemanager/
H A Dbinder.h24 uint32_t code; member in struct:binder_txn
79 void *target, uint32_t code);

Completed in 370 milliseconds

1234567891011>>