Searched refs:code (Results 226 - 250 of 319) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dcalc_en.cpp22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
95 code = CB innovation (unfiltered), buffer type Word16
126 frac_en[2]*2^exp_en[2] = <exc code> LTP/CB innovation dot product
148 Word16 code[], // i : CB innovation (unfiltered), Q13
189 // Compute scalar product <exc[],code[]>
190 s = L_mac((Word32) 0, exc[0], code[0]);
192 s = L_mac(s, exc[i], code[i]);
244 When the code is written for a specific target processor the
267 Word16 code[], /* i : CB innovation (unfiltered), Q13 */
300 to have bit exact results with the pre-optimization code
264 calc_unfilt_energies( Word16 res[], Word16 exc[], Word16 code[], Word16 gain_pit, Word16 L_subfr, Word16 frac_en[], Word16 exp_en[], Word16 *ltpg, Flag *pOverflow ) argument
[all...]
/frameworks/base/cmds/service/
H A Dservice.cpp120 int32_t code = atoi(argv[optind++]); local
237 service->transact(code, data, &reply);
248 aerr << "service: No code specified for call" << endl;
/frameworks/base/cmds/servicemanager/
H A Dservice_manager.c212 // ALOGI("target=%p code=%d pid=%d uid=%d\n",
213 // txn->target, txn->code, txn->sender_pid, txn->sender_euid);
230 switch(txn->code) {
261 ALOGE("unknown code %d\n", txn->code);
H A Dbinder.c47 fprintf(stderr," target %p cookie %p code %08x flags %08x\n",
48 txn->target, txn->cookie, txn->code, txn->flags);
177 data.txn.code = 0;
305 void *target, uint32_t code)
322 writebuf.txn.code = code;
303 binder_call(struct binder_state *bs, struct binder_io *msg, struct binder_io *reply, void *target, uint32_t code) argument
/frameworks/base/core/java/android/net/
H A DVpnService.java94 * is an example of declaring a VPN service in {@code AndroidManifest.xml}:
124 * Prepare to establish a VPN connection. This method returns {@code null}
163 * @return {@code true} on success.
184 * @return {@code true} on success.
195 * @return {@code true} on success.
204 * {@code null} on {@link Intent}s other than {@link #SERVICE_INTERFACE}
238 protected boolean onTransact(int code, Parcel data, Parcel reply, int flags) { argument
239 if (code == IBinder.LAST_CALL_TRANSACTION) {
453 * for any reason. However, this method returns {@code null} if the
458 * {@code nul
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DLocalePicker.java170 String code = l.toString();
173 if (specialLocaleCodes[i].equals(code)) {
/frameworks/base/core/jni/
H A DAndroidRuntime.cpp243 // There is also a global font cache, but its budget is specified in code
308 static void runtime_exit(int code) argument
310 gCurRuntime->exit(code);
885 void AndroidRuntime::exit(int code) argument
888 ALOGI("VM exiting with result code %d, cleanup skipped.", code);
889 ::_exit(code);
891 ALOGI("VM exiting with result code %d.", code);
892 onExit(code);
[all...]
H A Dandroid_util_XmlBlock.cpp102 jint code = (jint)st->next(); local
103 switch (code) {
/frameworks/base/media/mca/filterfw/jni/
H A DAndroid.mk44 # Don't prelink this library. For more efficient code, you may want
/frameworks/compile/libbcc/runtime/make/
H A DAppleBI.mk25 # Copies source code to SRCROOT.
/frameworks/base/voip/java/android/net/sip/
H A DSipAudioCall.java159 * @param errorCode error code of this error
615 * timed out if the call is not established within {@code timeout} seconds
622 * SIP protocol) is used if {@code timeout} is zero or negative.
665 * within {@code timeout} seconds and
670 * SIP protocol) is used if {@code timeout} is zero or negative.
688 * established within {@code timeout} seconds and
693 * SIP protocol) is used if {@code timeout} is zero or negative.
715 * out if the call is not established within {@code timeout} seconds and
720 * SIP protocol) is used if {@code timeout} is zero or negative.
888 * Sends a DTMF code
896 sendDtmf(int code) argument
910 sendDtmf(int code, Message result) argument
[all...]
/frameworks/av/camera/
H A DICamera.cpp276 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
278 switch(code) {
414 return BBinder::onTransact(code, data, reply, flags);
275 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/av/media/common_time/
H A DICommonTimeConfig.cpp323 status_t BnCommonTimeConfig::onTransact(uint32_t code, argument
327 switch(code) {
504 return BBinder::onTransact(code, data, reply, flags);
/frameworks/av/media/libmedia/
H A DIMediaRecorder.cpp290 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
292 switch (code) {
457 return BBinder::onTransact(code, data, reply, flags);
289 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DIMediaPlayer.cpp329 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
331 switch (code) {
509 return BBinder::onTransact(code, data, reply, flags);
328 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DBroadcastTest.java199 public boolean onTransact(int code, Parcel data, Parcel reply,
203 if (code == GOT_RECEIVE_TRANSACTION) {
207 } else if (code == ERROR_TRANSACTION) {
291 assertEquals("Incorrect code: " + broadcastReceiver.getResultCode(),
/frameworks/base/services/java/com/android/server/
H A DNativeDaemonConnector.java42 * {@code libsysutils} FrameworkListener protocol.
369 * {@link NativeDaemonEvent#getMessage()} which match requested code.
379 final int code = event.getCode();
380 if (code == expectedCode) {
384 "unexpected list response " + code + " instead of " + expectedCode);
H A DClipboardService.java106 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
109 return super.onTransact(code, data, reply, flags);
/frameworks/base/tests/CoreTests/android/core/
H A DTestWebServer.java193 * a redirect code with the Location response header set to the value
196 * @param redirectCode The code to send when redirecting
198 public void setRedirect(String redirect, int code) { argument
200 redirectCode = code;
201 log("Server will redirect output to "+redirect+" code "+code);
225 // Networking code doesn't support ServerSocket(port) yet
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DGsmAlphabet.java211 * boundary. This method is used by OEM code.
445 Log.w(TAG, "no language table for code " + languageTable + ", using default");
449 Log.w(TAG, "no single shift table for code " + shiftTable + ", using default");
834 // find the least cost encoding (lowest message count and most code units remaining)
893 * Returns the index into <code>s</code> of the first character
894 * after <code>limit</code> septets have been reached, starting at
895 * index <code>start</code>
1007 LanguagePairCount(int code) argument
[all...]
/frameworks/base/core/java/android/util/
H A DTimeUtils.java148 * Returns the time zones for the country, which is the code
151 * @param country is a two character country code.
184 String code = parser.getAttributeValue(null, "code");
186 if (country.equals(code)) {
/frameworks/base/core/java/android/webkit/
H A DAccessibilityInjector.java94 * {@code webViewClassic}.
138 * {@link AccessibilityInjector} should also return {@code true} from
160 * Returns {@code true} if this {@link AccessibilityInjector} should handle
164 * @return {@code true} if this {@link AccessibilityInjector} should handle
184 * @param arguments The action arguments, or {@code null} if no arguments.
185 * @return {@code true} if the action was successful.
210 * @return {@code true} if the event was handled.
267 * Attempts to inject the accessibility script using a {@code <script>} tag.
297 * @param enabled {@code true} to enable the non-JavaScript method, or
298 * {@code fals
538 performAction(WebView webView, String code) argument
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java190 void notifySuppServiceFailed(SuppService code) { argument
191 mSuppServiceFailedRegistrants.notifyResult(code);
/frameworks/native/libs/binder/
H A DBpBinder.cpp160 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
165 mHandle, code, data, reply, flags);
159 transact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCdmaServiceStateTracker.java234 * @param what what code of message when delivered
907 // Country code not found. This is likely a test network.
1115 * TODO: This code is exactly the same as in GsmServiceStateTracker
1117 * This code should probably be hoisted to the base class so
1172 protected int radioTechnologyToDataServiceState(int code) { argument
1174 switch(code) {
1190 loge("radioTechnologyToDataServiceState: Wrong radioTechnology code.");
1196 /** code is registration state 0-5 from TS 27.007 7.2 */
1198 regCodeToServiceState(int code) { argument
1199 switch (code) {
1226 regCodeIsRoaming(int code) argument
[all...]

Completed in 534 milliseconds

1234567891011>>