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

1234567891011>>

/frameworks/av/media/common_time/
H A DAndroid.mk5 # helper code)
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dd_gain_c.cpp22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
61 code[] = pointer to innovation codevector of type Word16
101 When the code is written for a specific target processor the
194 Word16 code[], /* i : innovation codevector */
217 gc_pred(pred_state, mode, code, &exp, &frac,
190 d_gain_code( gc_predState *pred_state, enum Mode mode, Word16 index, Word16 code[], Word16 *gain_code, Flag *pOverflow ) argument
/frameworks/base/core/java/android/content/
H A DBroadcastReceiver.java30 * Base class for code that will receive intents sent by sendBroadcast().
43 * tag in your <code>AndroidManifest.xml</code>.
128 * unavailable to them with <code>android:exported="false"</code>.
151 * tag in their <code>AndroidManifest.xml</code>) will be able to receive
159 * tag in your <code>AndroidManifest.xml</code>. Only broadcasters who have
162 * tag in their <code>AndroidManifes
266 setResultCode(int code) argument
326 setResult(int code, String data, Bundle extras) argument
548 setResultCode(int code) argument
657 setResult(int code, String data, Bundle extras) argument
[all...]
/frameworks/base/core/java/android/net/http/
H A DLoggingEventHandler.java36 int code, /* Status-Code value */
41 " code: " + code +
34 status(int major_version, int minor_version, int code, String reason_phrase) argument
/frameworks/base/include/android_runtime/
H A DAndroidRuntime.h69 void exit(int code);
79 * run any code. Override it to make any FindClass calls that need
101 virtual void onExit(int code) { } argument
/frameworks/native/include/binder/
H A DIMemory.h58 uint32_t code,
88 uint32_t code,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DResultCode.java21 * Enumeration for the return code in TERMINAL RESPONSE.
22 * To get the actual return code for each enum value, call {@link #value}
105 /** Launch browser generic error code */
166 ResultCode(int code) { argument
167 mCode = code;
171 * Retrieves the actual result code that this object represents.
172 * @return Actual result code
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dpvamrwbdecoder_acelp.h22 ANSI-C code for the Adaptive Multi-Rate - Wideband (AMR-WB) speech codec
253 int16 code[], /* (i) Q9 :Innovative vector. */
271 int16 code[] /* (o) :Q9 algebraic (fixed) codebook excitation */
283 int16 code[] /* (o) Q9: algebraic (fixed) codebook excitation */
286 int16 * x, /* in/out: impulse response (or algebraic code) */
301 int16 code[], /* (i) Q9 : Fixed codebook excitation */
302 int16 gain_code, /* (i) Q0 : gain of code */
316 int16 gain_code, /* (i) Q0 : gain of code */
318 int16 code[], /* (i/o) : code vecto
[all...]
H A Dpvamrwbdecoder.cpp22 ANSI-C code for the Adaptive Multi-Rate - Wideband (AMR-WB) speech codec
308 int16 *code = &isf_tmp[M]; /* algebraic codevector */ local
309 int16 *excp = &code[L_SUBFR];
557 * - decode algebraic code
559 * - find voicing factor and tilt of code for next subframe.
706 code[i] = amr_wb_round(L_tmp << 1);
708 pv_memcpy((void *)&exc[i_subfr], (void *)code, L_SUBFR*sizeof(*code));
713 * Add the fixed-gain pitch contribution to code[].
718 /* the innovative code does
[all...]
/frameworks/base/media/java/android/media/
H A DAsyncPlayer.java39 int code; field in class:AsyncPlayer.Command
47 return "{ code=" + code + " looping=" + looping + " stream=" + stream
94 switch (cmd.code) {
168 cmd.code = PLAY;
190 cmd.code = STOP;
/frameworks/native/libs/binder/
H A DBinder.cpp98 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
103 switch (code) {
108 err = onTransact(code, data, reply, flags);
187 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
189 switch (code) {
97 transact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
186 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
H A DProcessErrorsTest.java178 // crash package name against the package name for {@code app}
363 int code = 17;
364 code += info.condition;
365 code *= hash(info.longMsg);
366 code += info.pid;
367 code *= hash(info.processName);
368 code *= hash(info.shortMsg);
369 code *= hash(info.stackTrace);
370 code *= hash(info.tag);
371 code
[all...]
/frameworks/testing/app-tests/AppLaunchTest/src/com/android/applaunchtest/
H A DAppLaunchTest.java42 * Derived from frameworks/base/tests/SmokeTests/... . TODO: consider refactoring to share code
134 // crash package name against the package name for {@code app}
307 int code = 17;
308 code += info.condition;
309 code *= hash(info.longMsg);
310 code += info.pid;
311 code *= hash(info.processName);
312 code *= hash(info.shortMsg);
313 code *= hash(info.stackTrace);
314 code *
[all...]
/frameworks/base/services/java/com/android/server/
H A DAppOpsService.java358 public void setMode(int code, int uid, String packageName, int mode) { argument
360 verifyIncomingOp(code);
362 code = AppOpsManager.opToSwitch(code);
364 Op op = getOpLocked(code, uid, packageName, true);
368 ArrayList<Callback> cbs = mOpModeWatchers.get(code);
394 repCbs.get(i).mCallback.opChanged(code, packageName);
543 public int checkOperation(int code, int uid, String packageName) { argument
545 verifyIncomingOp(code);
547 Op op = getOpLocked(AppOpsManager.opToSwitch(code), ui
567 noteOperation(int code, int uid, String packageName) argument
600 startOperation(IBinder token, int code, int uid, String packageName) argument
636 finishOperation(IBinder token, int code, int uid, String packageName) argument
754 getOpLocked(int code, int uid, String packageName, boolean edit) argument
762 getOpLocked(Ops ops, int code, boolean edit) argument
[all...]
/frameworks/av/media/libmedia/
H A DIAudioFlingerClient.cpp70 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
72 switch (code) {
96 return BBinder::onTransact(code, data, reply, flags);
69 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DIEffectClient.cpp95 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
97 switch (code) {
138 return BBinder::onTransact(code, data, reply, flags);
94 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DIRemoteDisplayClient.cpp74 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
76 switch (code) {
100 return BBinder::onTransact(code, data, reply, flags);
73 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/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 DISurfaceComposerClient.cpp83 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
85 switch(code) {
108 return BBinder::onTransact(code, data, reply, flags);
82 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/base/core/java/android/database/
H A DDatabaseUtils.java85 int code = 0;
88 code = 1;
91 code = 2;
93 code = 3;
95 code = 4;
97 code = 5;
99 code = 6;
101 code = 7;
103 code = 8;
105 code
164 readExceptionFromParcel(Parcel reply, String msg, int code) argument
[all...]
/frameworks/av/camera/camera2/
H A DICameraDeviceCallbacks.cpp98 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
100 ALOGV("onTransact - code = %d", code);
101 switch(code) {
142 return BBinder::onTransact(code, data, reply, flags);
97 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.h48 virtual status_t onTransact( uint32_t code,
H A DICameraServiceListener.h79 virtual status_t onTransact( uint32_t code,

Completed in 2754 milliseconds

1234567891011>>