Searched defs:code (Results 126 - 150 of 229) sorted by relevance

12345678910

/frameworks/base/core/tests/coretests/src/android/net/
H A DUriTest.java243 code(null);
244 code("");
245 code("Bob");
246 code(":Bob");
247 code("::Bob");
248 code("Bob::Lee");
249 code("Bob:Lee");
250 code("Bob::");
251 code("Bob:");
252 code("
255 private void code(String s) { method in class:UriTest
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DNotificationPlayer.java45 int code; field in class:NotificationPlayer.Command
53 return "{ code=" + code + " looping=" + looping + " attributes=" + attributes
179 switch (cmd.code) {
292 cmd.code = PLAY;
319 cmd.code = PLAY;
341 cmd.code = STOP;
/frameworks/base/services/core/java/com/android/server/am/
H A DPendingIntentRecord.java193 public int send(int code, Intent intent, String resolvedType, argument
195 return sendInner(code, intent, resolvedType, finishedReceiver,
199 int sendInner(int code, Intent intent, String resolvedType, argument
266 key.who, key.requestCode, code, finalIntent);
274 finishedReceiver, code, null, null,
/frameworks/base/services/core/java/com/android/server/clipboard/
H A DClipboardService.java126 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
129 return super.onTransact(code, data, reply, flags);
/frameworks/native/include/binder/
H A DTextOutput.h88 inline TypeCode(uint32_t code);
166 inline TypeCode::TypeCode(uint32_t code) : mCode(code) { } argument
/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);
197 uint32_t code, const Parcel& data, Parcel* reply, uint32_t /*flags*/)
199 switch (code) {
97 transact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
196 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t ) argument
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
H A DIMemory.cpp212 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
214 switch(code) {
225 return BBinder::onTransact(code, data, reply, flags);
365 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
367 switch(code) {
377 return BBinder::onTransact(code, data, reply, flags);
211 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
364 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp297 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
299 switch(code) {
469 return BBinder::onTransact(code, data, reply, flags);
296 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DIGraphicBufferConsumer.cpp423 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
425 switch(code) {
550 return BBinder::onTransact(code, data, reply, flags);
422 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DIGraphicBufferProducer.cpp278 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
280 switch(code) {
423 return BBinder::onTransact(code, data, reply, flags);
277 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/native/libs/input/
H A DKeyLayoutMap.cpp251 int32_t code = int32_t(strtol(codeToken.string(), &end, 0)); local
254 mapUsage ? "usage" : "scan code", codeToken.string());
258 if (map.indexOfKey(code) >= 0) {
260 mapUsage ? "usage" : "scan code", codeToken.string());
268 ALOGE("%s: Expected key code label, got '%s'.", mTokenizer->getLocation().string(),
294 ALOGD("Parsed key %s: code=%d, keyCode=%d, flags=0x%08x.",
295 mapUsage ? "usage" : "scan code", code, keyCode, flags);
300 map.add(code, key);
309 ALOGE("%s: Expected axis scan code numbe
414 int32_t code = int32_t(strtol(codeToken.string(), &end, 0)); local
[all...]
/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/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMPhoneTest.java1637 private void runTest(int type, int code) { argument
1640 mRadioControl.triggerSsn(type, code);
1652 assertEquals(code, notification.code);
1885 // short code
/frameworks/av/camera/
H A DICamera.cpp278 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
280 switch(code) {
419 return BBinder::onTransact(code, data, reply, flags);
277 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/av/media/libmedia/
H A DIMediaRecorder.cpp303 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
305 switch (code) {
476 return BBinder::onTransact(code, data, reply, flags);
302 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dslice.cpp692 uint code; local
724 code = currMB->ref_idx_L0[mbPartIdx];
725 status = te_v(stream, code, max_ref_idx);
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dvlc_decode.cpp46 * ACTS-MoMuSys partners retain full right to use the code for his/her own
47 * purpose, assign or donate the code to a third party and to inhibit third
48 * parties from using the code for non MPEG-4 Video (ISO/IEC 14496-2) Standard
71 * Donated to the Momusys-project as background code by
106 uint32 code; local
109 BitstreamShowBits32(stream, 24, &code);
111 while (code != 1)
115 BitstreamShowBits32(stream, 24, &code);
128 * 3/29/00 : added return code check to some functions and
129 * optimize the code
455 uint code; local
505 uint code; local
538 uint code; local
559 uint code; local
593 uint code; local
631 uint code; local
841 uint code; local
1024 uint code; local
1203 uint code; local
1263 uint code; local
1318 uint code; local
1391 uint code; local
1473 uint code, mask; local
1556 uint code, mask; local
[all...]
/frameworks/base/core/java/android/app/
H A DPendingIntent.java83 * request code integers supplied to {@link #getActivity}, {@link #getActivities},
184 * @param resultCode The final result code determined by the send.
238 * @param requestCode Private request code for the sender
269 * @param requestCode Private request code for the sender
361 * @param requestCode Private request code for the sender
411 * @param requestCode Private request code for the sender
481 * @param requestCode Private request code for the sender
535 * @param requestCode Private request code for the sender
602 * @param code Result code t
609 send(int code) argument
628 send(Context context, int code, Intent intent) argument
649 send(int code, OnFinished onFinished, Handler handler) argument
685 send(Context context, int code, Intent intent, OnFinished onFinished, Handler handler) argument
726 send(Context context, int code, Intent intent, OnFinished onFinished, Handler handler, String requiredPermission) argument
[all...]
/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/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerService.java118 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
121 return super.onTransact(code, data, reply, flags);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DGsmAlphabet.java90 * The number of code units consumed so far, where code units
98 * How many code units are still available without spilling
104 * The encoding code unit size (specified using
260 * boundary. This method is used by OEM code.
494 Rlog.w(TAG, "no language table for code " + languageTable + ", using default");
498 Rlog.w(TAG, "no single shift table for code " + shiftTable + ", using default");
908 // find the least cost encoding (lowest message count and most code units remaining)
967 * Returns the index into <code>s</code> o
1104 LanguagePairCount(int code) argument
[all...]
/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/native/cmds/servicemanager/
H A Dbinder.c48 fprintf(stderr," target %016"PRIx64" cookie %016"PRIx64" code %08x flags %08x\n",
49 (uint64_t)txn->target.ptr, (uint64_t)txn->cookie, txn->code, txn->flags);
184 data.txn.code = 0;
317 uint32_t target, uint32_t code)
334 writebuf.txn.code = code;
315 binder_call(struct binder_state *bs, struct binder_io *msg, struct binder_io *reply, uint32_t target, uint32_t code) argument
/frameworks/av/drm/common/
H A DIDrmManagerService.cpp793 uint32_t code, const Parcel& data,
795 ALOGV("Entering BnDrmManagerService::onTransact with code %d", code);
797 switch (code) {
1497 return BBinder::onTransact(code, data, reply, flags);
792 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument

Completed in 700 milliseconds

12345678910